@charset "UTF-8";

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

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

sup {
  vertical-align: top;
}

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

/* change colours to suit your needs */

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

/* change colours to suit your needs */

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

del {
  text-decoration: line-through;
}

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

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

/* change border colour to suit your needs */

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

input,
select {
  vertical-align: middle;
}

html {
  color: #000000;
  font-weight: 400;
  font-size: 100%;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  -webkit-text-size-adjust: 100%;
}

body {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
}

a {
  color: #000000;
  text-decoration: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

a:hover {
  color: #000000;
  text-decoration: none;
}

span {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

ol,
ul {
  list-style: none;
}

img {
  width: 100%;
  height: auto;
  font-size: 1px;
  font-size: 0.0625rem;
  line-height: 1;
  vertical-align: top;
}

svg {
  fill: currentColor;
}

input,
button,
textarea,
select {
  display: block;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input::-ms-clear {
  visibility: hidden;
}

input::-ms-reveal {
  visibility: hidden;
}

input::-webkit-input-placeholder {
  padding-top: 0.1em;
}

textarea {
  vertical-align: top;
}

button {
  text-align: center;
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

caption,
th,
td {
  text-align: left;
  vertical-align: top;
  font-weight: normal;
}

main {
  display: block;
}

address {
  font-style: normal;
  font-weight: normal;
  line-height: inherit;
}

/* .page-footer
   ========================================================================== */

.page-footer-main {
  padding-top: 25%;
  background: url(/wp-content/themes/jstork19custom/assets/img/common/bg-fv.png) top center/cover no-repeat;
}

.page-footer-main__page-top-btn {
  position: fixed;
  bottom: 34px;
  right: 20px;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  display: block;
  width: 50px;
  height: 50px;
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 5px rgba(1, 61, 111, 0.1);
  box-shadow: 0px 2px 5px rgba(1, 61, 111, 0.1);
  border-radius: 50%;
  z-index: 999999;
}

.page-footer-main__page-top-btn::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -25%) rotate(-45deg);
  -ms-transform: translate(-50%, -25%) rotate(-45deg);
  transform: translate(-50%, -25%) rotate(-45deg);
  width: 8px;
  height: 8px;
  border-top: 1px solid #013d6f;
  border-right: 1px solid #013d6f;
  content: "";
}

.page-footer-main__page-top-btn.isActive {
  opacity: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.page-footer-sub {
  padding: 20px 0;
  background-color: #000000;
}

.page-footer-sub > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-footer-sub > div > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-footer-sub > div > ul > li {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.4;
}

.page-footer-sub > div > ul > li > a {
  color: #ffffff;
}

.page-footer-sub > div > ul > li:not(:last-child) {
  margin-right: 20px;
  padding-right: 20px;
  border-right: solid 1px #ffffff;
}

.page-footer-sub > div > p {
  color: #ffffff;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.4;
}

/* .page-footer  Animate
   ========================================================================== */

/* .page-header
   ========================================================================== */

.page-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 76px;
  padding: 0 0 0 20px;
  border-bottom: solid 1px #cccccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
}

.page-header__logo {
  width: 150px;
  height: 26px;
}

.page-header__logo > a {
  display: block;
  width: 100%;
  height: 100%;
}

.page-header__logo > a > img {
  width: 100%;
  height: 100%;
}

.page-header__nav {
  height: 100%;
}

.page-header__nav > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
}

.page-header__menu-btn {
  display: none;
}

.page-header-nav-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
  margin-right: 30px;
}

.page-header-nav-main > li {
  position: relative;
  height: 100%;
}

.page-header-nav-main > li > span,
.page-header-nav-main > li > a {
  display: block;
  height: 100%;
  color: #013d6f;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 75px;
}

.page-header-nav-main > li > span {
  position: relative;
  padding-right: 18px;
}

.page-header-nav-main > li > span::before {
  display: block;
  position: absolute;
  bottom: 50%;
  right: 0;
  -webkit-transform: translateY(25%) rotate(135deg);
  -ms-transform: translateY(25%) rotate(135deg);
  transform: translateY(25%) rotate(135deg);
  width: 8px;
  height: 8px;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  content: "";
}

.page-header-nav-main > li > ul {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 160px;
  border: solid 1px #cccccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f2f2f2;
}

.page-header-nav-main > li > ul > li > a {
  display: block;
  padding: 15px 20px;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  white-space: nowrap;
}

.page-header-nav-main > li:not(:last-child) {
  margin-right: 30px;
}

.page-header-nav-main__contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 15px;
}

.page-header-nav-main__contact > a {
  width: 150px;
  margin-right: 15px;
}

/* .page-header  Animate
   ========================================================================== */

/* .heading
   ========================================================================== */

.heading-lv-1 {
  position: relative;
  margin: 50px 0 300px 0;
  padding: calc(7% - 30px) 0 7%;
  padding: 0;
  color: #ffffff;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  font-size: 60px;
  font-size: 3.75rem;
  line-height: 0.75;
  letter-spacing: 0.1em;
  text-align: center;
}

.heading-lv-1 > span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-size: 1.375rem;
  letter-spacing: normal;
}

.heading-lv-2 {
  position: relative;
  margin-bottom: 80px;
  color: #013d6f;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 0.75;
  letter-spacing: 0.1em;
  text-align: center;
}

.heading-lv-2 > span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: normal;
}

.heading-lv-2--white {
  color: #ffffff;
}

.heading-lv-2--2-column {
  margin-bottom: 0;
  line-height: 1;
  text-align: left;
}

.heading-lv-3 {
  display: inline-block;
  margin-bottom: 60px;
  padding-bottom: 10px;
  color: #013d6f;
  border-bottom: 3px solid #ff3366;
  font-weight: 500;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

/* .btn
   ========================================================================== */

.btn {
  display: block;
  width: 250px;
  height: 60px;
  margin: 80px auto 0;
  border-radius: 30px;
  border: solid 1px #000000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  color: #000000;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  line-height: 58px;
  text-align: center;
}

.btn--border-none {
  border: none;
  line-height: 60px;
}

.btn--2-column {
  margin: 0;
}

.btn-conversion {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 80px;
  border-radius: 40px;
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
}

.btn-conversion > span {
  display: block;
  position: relative;
}

.btn-conversion--download {
  background-color: #ff3366;
  color: #ffffff;
}

.btn-conversion--download-small {
  height: 60px;
  border-radius: 30px;
  font-size: 16px;
  font-size: 1rem;
  background-color: #ff3366;
  color: #ffffff;
}

.btn-conversion--download-mini {
  height: 40px;
  border-radius: 20px;
  font-size: 13px;
  font-size: 0.8125rem;
  background-color: #ff3366;
  color: #ffffff;
}

.btn-conversion--contact {
  background-color: #000000;
  color: #ffffff;
}

.btn-conversion--contact-small {
  height: 60px;
  border-radius: 30px;
  font-size: 16px;
  font-size: 1rem;
  background-color: #000000;
  color: #ffffff;
}

.btn-conversion--contact-mini {
  height: 40px;
  border-radius: 20px;
  font-size: 13px;
  font-size: 0.8125rem;
  background-color: #000000;
  color: #ffffff;
}

.btn-price {
  margin: 0 auto;
}

.btn-price > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-price > ul > li {
  margin-top: 80px;
}

.btn-price > ul > li > a {
  display: block;
  width: 350px;
  height: 80px;
  border-radius: 40px;
  border: solid 1px #000000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  color: #000000;
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 80px;
  text-align: center;
}

.btn-price > ul > li > a.campaign {
  border: none;
  background-color: #ffce4a;
}

.btn-price > ul > li + li {
  margin-left: 40px;
}

/* .icon-blank
   ========================================================================== */

.icon-blank {
  position: relative;
  top: -0.1em;
  vertical-align: middle;
  display: inline-block;
  width: 12px;
  height: 10px;
  margin: 0 8px 0 6px;
  color: #000000;
}

.icon-blank--white {
  color: #ffffff;
}

.icon-blank--inline {
  margin-left: 2px;
  margin-right: 2px;
  color: #000000;
}

.icon-blank--big {
  width: 20px;
  height: 17px;
  margin: 0 5px;
}

.icon-pdf {
  position: relative;
  top: -0.1em;
  vertical-align: middle;
  display: inline-block;
  width: 10px;
  height: 12px;
  margin-left: 8px;
  color: #000000;
}

.icon-pdf--white {
  color: #ffffff;
}

/* .breadcrumb
   ========================================================================== */

.breadcrumb {
  max-width: 1200px;
  margin: 85px auto 0;
  padding: 0 20px;
}

.breadcrumb > ul {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 12px;
  font-size: 0.75rem;
  color: #ffffff;
}

.breadcrumb > ul > li {
  display: inline;
  line-height: 1.4;
  color: #ffffff;
}

.breadcrumb > ul > li:not(:last-child) {
  margin-right: 12px;
}

.breadcrumb > ul > li:not(:last-child)::after {
  position: relative;
  top: -0.1em;
  vertical-align: middle;
  display: inline-block;
  -webkit-transform: translateX(-35%) rotate(45deg);
  -ms-transform: translateX(-35%) rotate(45deg);
  transform: translateX(-35%) rotate(45deg);
  width: 5px;
  height: 5px;
  margin-left: 12px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  content: "";
}

.breadcrumb > ul > li > a {
  color: #ffffff;
}

.breadcrumb__none {
  height: 21px;
}

/* .local-nav
   ========================================================================== */

.local-nav {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  overflow: hidden;
}

.local-nav > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -30px;
}

.local-nav > ul > li {
  width: calc(25% - 30px);
  margin-right: 30px;
}

.local-nav > ul > li > a {
  display: block;
  position: relative;
  height: 60px;
  border-radius: 30px;
  border: solid 1px #000000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  color: #000000;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  line-height: 58px;
  text-align: center;
}

.local-nav > ul > li > a::before {
  display: block;
  position: absolute;
  bottom: 50%;
  right: 25px;
  -webkit-transform: translateY(25%) rotate(135deg);
  -ms-transform: translateY(25%) rotate(135deg);
  transform: translateY(25%) rotate(135deg);
  width: 8px;
  height: 8px;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  content: "";
}

.local-nav > ul > li:nth-child(n+5) {
  margin-top: 15px;
}

/* .card-3-column-list
   ========================================================================== */

.card-3-column-list {
  overflow: hidden;
}

.card-3-column-list > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -40px;
}

.card-3-column-list > ul > li {
  position: relative;
  width: calc(33.3333% - 40px);
  margin-right: 40px;
  overflow: hidden;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
}

.card-3-column-list > ul > li:nth-child(n+4) {
  margin-top: 40px;
}

.card-3-column-list > ul > li > div {
  padding: 30px;
}

.card-3-column-list__heading {
  margin: 0 0 25px 0;
  color: #013d6f;
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.4;
}

.card-3-column-list-info > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -40px;
}

.card-3-column-list-info > ul > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: calc(33.3333% - 40px);
  margin-right: 40px;
  border-radius: 10px;
  background-color: #ffffff;
  line-height: 1.4;
  text-align: center;
}

.card-3-column-list-info > ul > li:nth-child(n+4) {
  margin-top: 40px;
}

.card-3-column-list-info > ul > li > a {
  display: block;
  width: 100%;
  padding: 0 20px 80px 20px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  color: #013d6f;
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
}

.card-3-column-list-info > ul > li::after {
  content: "";
  width: 24px;
  height: 24px;
  border-left: 2px solid #013d6f;
  border-bottom: 2px solid #013d6f;
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
}

.card-3-column-list-info__heading {
  display: inline-block;
  margin: 25px 0;
  color: #017eff;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 500;
  font-family: "Lato", sans-serif;
  border-bottom: 3px solid #ff3366;
}

.card-3-column-list-link {
  overflow: hidden;
}

.card-3-column-list-link > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -40px;
}

.card-3-column-list-link > ul > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: calc(33.3333% - 40px);
  margin-right: 40px;
  border-radius: 20px;
  background-color: #ffffff;
}

.card-3-column-list-link > ul > li:nth-child(n+4) {
  margin-top: 40px;
}

.card-3-column-list-link > ul > li > a {
  display: block;
  width: 100%;
  overflow: hidden;
  border: solid 1px #013d6f;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.card-3-column-list-link > ul > li > a > div {
  padding: 30px;
}

.card-3-column-list-link > ul > li > a > div > span {
  display: inline-block;
  margin-top: 15px;
  margin-right: 5px;
  padding: 0 10px 1px 10px;
  background-color: rgba(1, 126, 255, 0.1);
  border-radius: 20px;
  font-size: 12px;
  font-size: 0.75rem;
}

.card-3-column-list-link__heading {
  margin: 25px 0;
  color: #000000;
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.4;
}

.card-3-column-list-link--border-none > ul > li > a {
  border: none;
}

/* .news-list
   ========================================================================== */

.news-list {
  border-top: solid 1px #013d6f;
}

.news-list > li {
  border-bottom: solid 1px #013d6f;
}

.news-list > li > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 30px 0;
}

.news-list > li > a > p {
  width: calc(100% - 270px);
  color: #000000;
  font-size: 16px;
  font-size: 1rem;
}

.news-list > li > a > p + p {
  margin-top: 5px;
  margin-left: 270px;
  font-size: 14px;
  font-size: 0.875rem;
}

/* .faq-list
   ========================================================================== */

.faq-list > li {
  border-radius: 15px;
  background-color: #013d6f;
}

.faq-list > li > div {
  padding: 0 30px 30px;
}

.faq-list > li > div > div {
  padding: 20px;
  border-radius: 15px;
  background-color: #ffffff;
}

.faq-list > li > div > div > p > a {
  text-decoration: underline;
}

.faq-list > li > div > div > ul {
  list-style-type: disc;
  padding-left: 1.5em;
}

.faq-list > li:not(:last-child) {
  margin-bottom: 30px;
}

.faq-list__heading {
  position: relative;
  padding: 30px 70px 30px 60px;
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  cursor: pointer;
}

.faq-list__heading > span:nth-of-type(1) {
  display: inline-block;
  position: absolute;
  top: 27px;
  left: 30px;
  color: #013d6f;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0;
  text-shadow: -1px -1px 0px #ffffff, 0px -1px 0px #ffffff, 1px -1px 0px #ffffff, 1px 0px 0px #ffffff, 1px 1px 0px #ffffff, 0px 1px 0px #ffffff, -1px 1px 0px #ffffff, -1px 0px 0px #ffffff;
}

.faq-list__heading > span:nth-of-type(2) {
  border-bottom: solid 3px #017eff;
}

.faq-list__heading > span:nth-of-type(3) {
  display: block;
  position: absolute;
  top: 33px;
  right: 30px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #ffffff;
}

.faq-list__heading > span:nth-of-type(3)::before {
  display: block;
  position: absolute;
  bottom: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 25%) rotate(135deg);
  -ms-transform: translate(-50%, 25%) rotate(135deg);
  transform: translate(-50%, 25%) rotate(135deg);
  width: 8px;
  height: 8px;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  content: "";
}

.flow-list > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  padding: 40px;
  border-radius: 10px;
  border: 1px solid #013d6f;
  background-color: #ffffff;
}

.flow-list > li:not(:last-child) {
  margin-bottom: 80px;
}

.flow-list > li:not(:last-child)::after {
  content: "";
  width: 30px;
  height: 30px;
  border-left: 2px solid #017eff;
  border-bottom: 2px solid #017eff;
  position: absolute;
  bottom: -45px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
}

.flow-list > li > p {
  width: calc(100% - 320px);
  padding: 11px 0 11px 40px;
  border-left: 1px solid #013d6f;
}

.flow-list__heading {
  width: 320px;
  font-size: 24px;
  font-size: 1.5rem;
  color: #013d6f;
  font-weight: 700;
}

.flow-list__heading > span {
  margin-right: 40px;
  border-bottom: 3px solid #ff3366;
  color: #017eff;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 500;
  font-family: "Lato", sans-serif;
}

/* .info-list
   ========================================================================== */

.info-list {
  position: relative;
  z-index: 10;
  margin-top: 160px;
  padding: 50px;
  border: 1px solid #cccccc;
  border-radius: 40px;
  background-color: #fbfbfb;
}

.info-list > p {
  position: absolute;
  top: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
  width: 100%;
  max-width: 450px;
  height: 70px;
  border-radius: 35px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #013d6f;
  color: #ffffff;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 67px;
  text-align: center;
}

.info-list > p::after {
  position: absolute;
  width: 0;
  height: 0;
  bottom: -13px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-style: solid;
  border-width: 17px 17px 0 17px;
  border-color: #013d6f transparent transparent transparent;
  content: "";
}

.info-list > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.info-list > div > figure {
  width: 40%;
}

.info-list > div > figure > img {
  display: block;
  margin: 0 auto;
}

.info-list > div > ul {
  width: calc(60% - 40px);
  margin-left: 40px;
}

.info-list > div > ul li {
  position: relative;
  padding-left: 40px;
  font-size: 18px;
  font-size: 1.125rem;
}

.info-list > div > ul li > span {
  border-bottom: 1px dashed #999999;
}

.info-list > div > ul li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0px;
  width: 28px;
  height: 25px;
  background: url(/wp-content/themes/jstork19custom/assets/img/common/check.svg) center center/cover no-repeat;
}

.info-list > div > ul li:not(:last-child) {
  margin-bottom: 30px;
}

.info-list__heading {
  margin-bottom: 40px;
  text-align: center;
  color: #013d6f;
  font-weight: 700;
  font-size: 34px;
  font-size: 2.125rem;
  line-height: 1.4;
}

.info-list__heading > span {
  margin-right: 30px;
  color: #017eff;
  font-weight: 500;
  font-size: 60px;
  font-size: 3.75rem;
  font-family: "Lato", sans-serif;
  border-bottom: 3px solid #ff3366;
}

.info-list__inner {
  text-align: center;
}

.info-list__inner > figure {
  max-width: 36px;
  margin: 60px auto;
}

.info-list__inner > p {
  margin-bottom: 80px;
  color: #013d6f;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
}

.info-list__inner > p > span {
  font-size: 34px;
  font-size: 2.125rem;
  border-bottom: 2px dashed #ff3366;
}

.info-list__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: -20px;
}

.info-list__btn > a {
  width: 250px;
  margin-right: 20px;
}

/* .easytosetup-list
   ========================================================================== */

.easytosetup-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: top;
  -webkit-align-items: top;
  -ms-flex-align: top;
  align-items: top;
  margin-right: -60px;
}

.easytosetup-list > * {
  width: calc(50% - 60px);
  margin-right: 60px;
}

.easytosetup-list > * > h3 {
  margin-bottom: 60px;
  color: #013d6f;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.4;
}

.easytosetup-list > * > h3 > span {
  font-weight: 700;
  font-size: 50px;
  font-size: 3.125rem;
}

.easytosetup-list > * > h3 > sup {
  position: relative;
  top: 0.5em;
  font-size: 16px;
  font-size: 1rem;
}

.easytosetup-list > * > p:nth-of-type(1) {
  display: inline-block;
  margin-bottom: 40px;
  border-bottom: 1px solid #ff3366;
  color: #017eff;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Lato", sans-serif;
  font-weight: 700;
}

.easytosetup-list > * > p:nth-of-type(2) {
  margin-bottom: 30px;
  font-size: 16px;
  font-size: 1rem;
}

.easytosetup-list > * > p:nth-of-type(2) > sup {
  font-size: 10px;
  font-size: 0.625rem;
}

.easytosetup-list > * > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-size: 0.875rem;
}

.easytosetup-list > figure > img {
  display: block;
  margin: 0 auto;
}

.easytosetup-list:not(:last-child) {
  margin-bottom: 120px;
}

.easytosetup-list__heading {
  margin-bottom: 80px;
  text-align: center;
  color: #013d6f;
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.4;
}

.easytosetup-list__order1 {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.easytosetup-list__order2 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

/* .price-list
   ========================================================================== */

.price-list {
  overflow: hidden;
}

.price-list__main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -40px;
}

.price-list__item {
  width: calc(50% - 40px);
  margin-right: 40px;
  overflow: hidden;
  border-radius: 20px;
  background-color: #d9f6fe;
}

.price-list__item--saas {
  background-color: #f2f2f2;
}

.price-list__heading {
  padding: 30px 0;
  background-color: #013d6f;
  color: #ffffff;
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.4;
  font-family: "Lato", sans-serif;
  text-align: center;
}

.price-list__heading--saas {
  background-color: #808080;
}

.price-list__content {
  padding: 30px;
  border-radius: 0 0 20px 20px;
}

.price-list__content > p {
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  font-size: 1.875rem;
}

.price-list__content--saas > p {
  margin-bottom: 30px;
  text-align: left;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
}

.price-list__content--saas > p > span {
  font-weight: 700;
  font-size: 50px;
  font-size: 3.125rem;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.1em;
}

.price-list__content > dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px 0;
  border-top: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
  line-height: 1.4;
}

.price-list__content > dl > dt {
  width: 100px;
  font-weight: 700;
}

.price-list__content > dl > dt:not(:last-of-type) {
  margin-bottom: 10px;
}

.price-list__content > dl > dd {
  width: calc(100% - 100px);
}

.price-list__content > dl > dd:not(:last-of-type) {
  margin-bottom: 10px;
}

.price-list__option {
  position: relative;
  padding: 20px;
}

.price-list__option::before,
.price-list__option::after {
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #013d6f;
  content: "";
}

.price-list__option::before {
  top: -22px;
  width: 2px;
  height: 25px;
}

.price-list__option::after {
  top: -11px;
  width: 25px;
  height: 2px;
}

.price-list__option > dt {
  padding: 15px 0 0 0;
  border-radius: 20px 20px 0 0;
  background-color: #ffffff;
  color: #013d6f;
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
  font-family: "Lato", sans-serif;
  text-align: center;
}

.price-list__option > dd {
  padding: 20px;
  border-radius: 0 0 20px 20px;
  background-color: #ffffff;
}

.price-list__option > dd > a {
  text-decoration: underline;
}

/* .casestudy-list
   ========================================================================== */

.casestudy-list {
  border-top: solid 1px #013d6f;
}

.casestudy-list > li {
  border-bottom: solid 1px #013d6f;
}

.casestudy-list > li > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 40px 0;
}

.casestudy-list > li > a > figure {
  width: 36%;
  padding-right: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.casestudy-list > li > a > figure > img {
  border-radius: 20px;
}

.casestudy-list > li > a > div {
  width: 64%;
}

.casestudy-list > li > a > div > span {
  display: inline-block;
  margin-top: 15px;
  margin-right: 5px;
  padding: 0 10px 1px 10px;
  background-color: rgba(1, 126, 255, 0.1);
  border-radius: 20px;
  font-size: 12px;
  font-size: 0.75rem;
}

.casestudy-list__heading {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.4;
}

.casestudy-list__lead-copy {
  font-weight: 700;
}

/* .news-meta
   ========================================================================== */

.news-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 230px;
}

.news-meta > time {
  display: block;
  color: #000000;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
}

.news-meta > span {
  display: block;
  width: 120px;
  height: 26px;
  border-radius: 13px;
  background-color: #013d6f;
  color: #ffffff;
  font-weight: 500;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 26px;
  text-align: center;
}

/* .seminar-meta
   ========================================================================== */

.seminar-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #000000;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
}

.seminar-meta > span {
  display: block;
}

.seminar-meta > span:nth-of-type(1) {
  margin-right: 10px;
  padding-right: 10px;
  border-right: solid 1px #cccccc;
}

.seminar-meta > span:nth-of-type(2) {
  color: #013d6f;
}

.case-meta {
  display: block;
  color: #000000;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
}

.bg-wave__top,
.bg-wave__bottom {
  position: relative;
  overflow: hidden;
}

.bg-wave__top::before,
.bg-wave__bottom::before {
  display: block;
  content: "";
  padding-top: 17.5%;
}

.bg-wave__top > img,
.bg-wave__bottom > img {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
}

.bg-wave__top {
  margin-bottom: -1px;
}

.bg-wave__top--inversion {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.bg-wave__bottom {
  margin-top: -1px;
}

.bg-wave__bottom > img {
  top: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* .conversion-sec
   ========================================================================== */

.conversion-sec {
  padding-bottom: 80px;
}

.conversion-sec__inner {
  position: relative;
  top: -30px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  overflow: hidden;
}

.conversion-sec__inner > p {
  color: #ffffff;
  text-align: center;
}

.conversion-sec__inner > p:nth-of-type(1) {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 34px;
  font-size: 2.125rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

.conversion-sec__inner > p:nth-of-type(2) {
  margin-bottom: 40px;
}

.conversion-sec__inner > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -40px;
}

.conversion-sec__inner > ul > li {
  width: calc(50% - 40px);
  margin-right: 40px;
  padding: 40px;
  border-radius: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
}

.conversion-sec__inner > ul > li:nth-of-type(2) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.conversion-sec__content-order > p {
  margin-bottom: 25px;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4;
  text-align: center;
}

.conversion-sec__content-order > ul > li:not(:last-child) {
  margin-bottom: 15px;
}

.conversion-sec__content-tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.conversion-sec__content-tel > p {
  margin-bottom: 25px;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4;
  text-align: center;
}

.conversion-sec__content-tel > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.conversion-sec__content-tel > div > div > p:nth-of-type(1) {
  position: relative;
  margin-bottom: 5px;
  padding-left: 44px;
  font-weight: 700;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1;
  font-family: "Lato", sans-serif;
}

.conversion-sec__content-tel > div > div > p:nth-of-type(1) > svg {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  color: #000000;
}

.conversion-sec__content-tel > div > div > p:nth-of-type(2) {
  line-height: 1.4;
  text-align: right;
}

/* .main
   ========================================================================== */

.main {
  position: relative;
  margin-bottom: 200px;
  overflow: hidden;
}

.main__bg {
  position: absolute;
  top: 0;
  left: 50%;
  background: url(/wp-content/themes/jstork19custom/assets/img/common/bg-fv-2.png) top center/cover no-repeat;
  -webkit-transform: translateX(-50%) rotate(180deg);
  -ms-transform: translateX(-50%) rotate(180deg);
  transform: translateX(-50%) rotate(180deg);
  z-index: -10;
  width: 100%;
  height: 400px;
  overflow: hidden;
}

/* .article
   ========================================================================== */

.article__header {
  margin: 0 auto 50px;
  max-width: 1200px;
}

.article__header > ul {
  margin-bottom: 10px;
}

.article__header > ul > li {
  display: inline-block;
  height: 30px;
  padding: 0 15px;
  border-radius: 15px;
  background-color: #013d6f;
  color: #ffffff;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 30px;
}

.article__title {
  margin-top: 10px;
  font-weight: 700;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.4;
}

.article__title-news {
  display: inline-block;
  margin-top: 30px;
  padding-bottom: 10px;
  color: #013d6f;
  border-bottom: 3px solid #ff3366;
  font-weight: 500;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

.article__body {
  margin: 0 auto;
  max-width: 1200px;
}

.article__body p {
  font-size: 16px;
  font-size: 1rem;
}

.article__body p:not(:last-child) {
  margin-bottom: 20px;
}

.article__body p.font-xs {
  font-size: 12px;
  font-size: 0.75rem;
}

.article__body p.font-s {
  font-size: 14px;
  font-size: 0.875rem;
}

.article__body p.font-l {
  font-size: 18px;
  font-size: 1.125rem;
}

.article__body p.font-xl {
  font-size: 20px;
  font-size: 1.25rem;
}

.article__body p.al-c {
  text-align: center;
}

.article__body p.al-r {
  text-align: right;
}

.article__body p span.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, transparent), color-stop(0%, rgba(217, 246, 254, 0.4)));
  background: linear-gradient(transparent 10%, rgba(217, 246, 254, 0.4) 0%);
  font-weight: 500;
}

.article__body p a {
  color: #017eff;
  text-decoration: underline;
}

.article__body ul {
  margin-top: 30px;
}

.article__body ul.normal-list01 > li {
  position: relative;
  padding: 0 0 0 1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.article__body ul.normal-list01 > li::before {
  content: "・";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.article__body ol {
  margin-top: 30px;
}

.article__body ol.number-list01 {
  counter-reset: item;
}

.article__body ol.number-list01 > li {
  position: relative;
  padding: 0 0 0 1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.article__body ol.number-list01 > li::before {
  counter-increment: item;
  content: counter(item) ".";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  font-size: 1rem;
}

.article__body-lead {
  margin-bottom: 60px;
}

.article__body-lead > p {
  font-size: 16px;
  font-size: 1rem;
}

.article__body-lead > p:not(:last-child) {
  margin-bottom: 20px;
}

.article__body-lead--small {
  margin: 0 auto 60px;
  max-width: 800px;
}

.article__body-lead-copy {
  font-weight: 700;
  font-size: 24px !important;
  font-size: 1.5rem !important;
  line-height: 1.4;
}

.article__body-main {
  margin: 0 auto 60px auto;
  max-width: 800px;
}

.article__body-main-copy-lv-1 {
  position: relative;
  margin-top: 60px;
  margin-bottom: 20px;
  padding-left: 20px;
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.4;
}

.article__body-main-copy-lv-1::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: #013d6f;
  content: "";
}

.article__body-main-copy-lv-2 {
  margin-top: 40px;
  margin-bottom: 20px;
  color: #013d6f;
  font-weight: 700;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.4;
}

.article__body-main-copy-lv-3 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4;
}

.article__body-client-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 50px;
  background-color: #f5f5f5;
  word-break: break-all;
}

.article__body-client-info > div:nth-of-type(1) {
  padding-right: 60px;
}

.article__body-client-info > div:nth-of-type(1) img {
  width: 250px;
}

.article__body-client-info > div:nth-of-type(2) {
  width: 100%;
}

.article__body-client-info > div:nth-of-type(2) > dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 16px;
  font-size: 1rem;
}

.article__body-client-info > div:nth-of-type(2) > dl > dt,
.article__body-client-info > div:nth-of-type(2) > dl > dd {
  padding: 15px 0;
  border-bottom: 1px solid #d9d9d9;
}

.article__body-client-info > div:nth-of-type(2) > dl dt:nth-last-child(2),
.article__body-client-info > div:nth-of-type(2) > dl dd:last-child {
  border-bottom: none;
}

.article__body-client-info > div:nth-of-type(2) > dl > dt {
  width: 140px;
  font-weight: 700;
}

.article__body-client-info > div:nth-of-type(2) > dl > dd {
  width: calc(100% - 140px);
}

.article__body-client-info > div:nth-of-type(2) > dl > dd > a {
  text-decoration: underline;
}

.article__body-client-info > div:nth-of-type(2) > dl > dd > a:hover {
  text-decoration: none;
}

.article__body-client-info > div:nth-of-type(2) > dl:not(:last-child) {
  margin-bottom: 20px;
}

.article__body-download {
  margin: 60px auto 0;
  max-width: 500px;
}

.article__body-btn {
  display: inline-block;
  min-width: 250px;
  height: 60px;
  padding: 0 50px;
  border-radius: 40px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none !important;
  text-align: center;
  cursor: pointer;
}

.article__body-btn--red {
  background-color: #ff3366;
  color: #ffffff !important;
}

.article__body-btn--red:hover {
  background-color: #ff7194;
  color: #ffffff;
}

.article__body-btn--black {
  background-color: #000000;
  color: #ffffff !important;
}

.article__body-btn--black:hover {
  background-color: #4d4d4d;
  color: #ffffff;
}

.article__body-btn--white {
  background-color: #ffffff;
  border: 1px solid #000000;
  color: #000000 !important;
}

.article__body-btn--white:hover {
  border: 1px solid #013d6f;
  color: #013d6f !important;
}

.article__body-btn > span {
  display: block;
  position: relative;
}

.article__body-image-has-caption {
  margin-bottom: 8px !important;
}

.article__body-caption {
  font-size: 14px !important;
  font-size: 0.875rem !important;
  line-height: 1.4;
}

.article__body-caption-center {
  text-align: center;
}

.article__body-caption-right {
  text-align: right;
}

.article__body-img-wrap {
  margin-top: 30px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
}

.article__body-img-wrap > [class*=float-] {
  margin-bottom: 20px;
  text-align: center;
}

.article__body-img-wrap > [class*=float-] > p {
  font-size: 14px !important;
  font-size: 0.875rem !important;
}

.article__body-img-wrap > .float-r {
  float: right;
  margin-left: 30px;
}

.article__body-img-wrap > .float-l {
  float: left;
  margin-right: 30px;
}

.article__body-definition-list01,
.article__body-definition-list02 {
  margin-top: 30px;
  padding: 25px 30px;
  border: solid 3px #ededed;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-all;
}

.article__body-definition-list01 > dt,
.article__body-definition-list02 > dt {
  font-weight: 500;
}

.article__body-definition-list02 {
  border: solid 1px #707070;
  background-color: #fafafa;
}

.article__body-link {
  text-decoration: underline;
}

.article__body-link:hover {
  text-decoration: none;
}

.article__body-list > li {
  position: relative;
  padding-left: 20px;
}

.article__body-list > li > span {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.article__body-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.article__body-table th,
.article__body-table td {
  padding: 10px;
  border: 1px solid #000000;
}

.article__body-table th {
  background-color: #f5f5f5;
  font-weight: bold;
}

.article__body-table--1 th:first-child,
.article__body-table--1 td:first-child {
  width: 100px;
}

.article__body-table:not(:last-child) {
  margin-bottom: 20px;
}

/* select-list
   ========================================================================== */

.select-list {
  display: block;
  width: 100%;
  max-width: 250px;
  margin: 0 auto 60px;
  outline: 0;
  background: #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 40px;
  border: 1px solid #013d6f;
  color: #013d6f;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  overflow: hidden;
  cursor: pointer;
}

.select-list__title {
  position: relative;
  padding: 20px 25px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.select-list__title::before {
  display: block;
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translate(0, -75%) rotate(-45deg);
  -ms-transform: translate(0, -75%) rotate(-45deg);
  transform: translate(0, -75%) rotate(-45deg);
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #013d6f;
  border-left: 1px solid #013d6f;
  content: "";
}

.select-list > ul {
  display: none;
  margin-bottom: 15px;
}

.select-list > ul > li > a {
  display: block;
  padding: 5px 25px;
  color: #013d6f;
}

.select-list > ul > li > a:hover {
  background-color: #d9f6fe;
}

/* pagenate
   ========================================================================== */

.pagenate-list {
  display: block;
  margin-top: 60px;
}

.pagenate-list > ul {
  text-align: center;
}

.pagenate-list > ul > li {
  display: inline-block;
}

.pagenate-list > ul > li + li {
  margin-left: 10px;
}

.pagenate-list > ul > li > a,
.pagenate-list > ul > li > span {
  display: block;
  width: 40px;
  border: solid 1px #013d6f;
  border-radius: 50%;
  line-height: 40px;
  color: #013d6f;
}

.pagenate-list > ul > li.prev > a,
.pagenate-list > ul > li.prev > span,
.pagenate-list > ul > li.next > a,
.pagenate-list > ul > li.next > span {
  position: relative;
}

.pagenate-list > ul > li.prev > a::before,
.pagenate-list > ul > li.prev > span::before,
.pagenate-list > ul > li.next > a::before,
.pagenate-list > ul > li.next > span::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  -webkit-transform: translate(-30%, -50%) rotate(-135deg);
  -ms-transform: translate(-30%, -50%) rotate(-135deg);
  transform: translate(-30%, -50%) rotate(-135deg);
  border-top: 1px solid #013d6f;
  border-right: 1px solid #013d6f;
}

.pagenate-list > ul > li.next > a::before,
.pagenate-list > ul > li.next > span::before {
  -webkit-transform: translate(-60%, -50%) rotate(45deg);
  -ms-transform: translate(-60%, -50%) rotate(45deg);
  transform: translate(-60%, -50%) rotate(45deg);
}

.pagenate-list > ul > li.disabled {
  opacity: 0.3;
  pointer-events: none;
}

.pagenate-list > ul > li.disabled > a,
.pagenate-list > ul > li.disabled > span {
  border: 1px solid #000000;
}

.pagenate-list > ul > li.disabled > a::before,
.pagenate-list > ul > li.disabled > span::before {
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
}

.pagenate-list > ul > li.current > a,
.pagenate-list > ul > li.current > span {
  pointer-events: none;
  background-color: #013d6f;
  color: #ffffff;
}

/* Animate
   ========================================================================== */

.faq-list > li > div {
  display: none;
}

.faq-list__heading.is-open > span:nth-of-type(3)::before {
  top: 50%;
  bottom: auto;
  -webkit-transform: translate(-50%, -25%) rotate(-45deg);
  -ms-transform: translate(-50%, -25%) rotate(-45deg);
  transform: translate(-50%, -25%) rotate(-45deg);
}

/* other　※フォルダ外の場合にスタイル付与
   ========================================================================== */

.other .content__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* .about-page
   ========================================================================== */

.about-page .content__inner {
  max-width: none !important;
  margin: auto !important;
  padding: 0 !important;
}

.about-page .merit-list-sec {
  margin-bottom: 160px;
}

.about-page .price-list-sec {
  margin-top: 64px;
  padding-top: 96px;
}

.about-page .price-list-sec__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.about-page .merit-list {
  position: relative;
  margin-top: 200px;
}

.about-page .merit-list > div {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  z-index: 1;
}

.about-page .merit-list > div > * {
  position: relative;
  max-width: 600px;
  padding: 80px 60px 60px 60px;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 20px;
}

.about-page .merit-list > div > * > span {
  position: absolute;
  top: -45px;
  border-bottom: 3px solid #ff3366;
  color: #017eff;
  font-weight: 500;
  font-size: 60px;
  font-size: 3.75rem;
  font-family: "Lato", sans-serif;
  line-height: 1.4;
}

.about-page .merit-list > span {
  position: absolute;
  max-width: 1200px;
  width: 100%;
  top: -195px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #e6f9ff;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  font-size: 120px;
  font-size: 7.5rem;
}

.about-page .merit-list > figure {
  position: absolute;
  top: -55px;
  right: -1px;
  width: 67%;
  height: 557px;
  border-radius: 20px 0 0 20px;
  overflow: hidden;
  z-index: 0;
}

.about-page .merit-list > figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.about-page .merit-list + .merit-list {
  margin-top: 350px;
}

.about-page .merit-list__heading {
  margin-bottom: 30px;
  color: #013d6f;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.4;
}

.about-page .merit-list__heading span {
  display: block;
  font-weight: 700;
  font-size: 50px;
  font-size: 3.125rem;
}

.about-page .merit-list__r > div > * {
  margin-left: auto;
}

.about-page .merit-list__r > span {
  text-align: right;
}

.about-page .merit-list__r > figure {
  left: -1px;
  border-radius: 0 20px 20px 0;
}

.about-page .pricecontrol-list-sec {
  margin-bottom: 120px;
}

.about-page .pricecontrol-list-sec__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.about-page .pricecontrol-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 60px;
  border: 1px solid #cccccc;
  border-radius: 40px;
  background-color: #fbfbfb;
}

.about-page .pricecontrol-list > figure {
  width: 40%;
}

.about-page .pricecontrol-list > div {
  width: calc(60% - 60px);
  margin-left: 60px;
  color: #013d6f;
}

.about-page .pricecontrol-list__heading {
  margin-bottom: 30px;
  color: #013d6f;
  font-weight: 700;
  font-size: 34px;
  font-size: 2.125rem;
}

.about-page .function-list-sec {
  background-color: #d9f6fe;
}

.about-page .function-list-sec__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1px 20px;
}

.about-page .function-list {
  width: 100%;
  border-collapse: separate;
}

.about-page .function-list__heading-lv-1 {
  width: 220px;
  padding: 30px 20px;
  border-bottom: solid 2px #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #013d6f;
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
}

.about-page .function-list__heading-lv-1 > img {
  vertical-align: middle;
  max-width: 40px;
  margin-right: 15px;
}

.about-page .function-list__heading-lv-1--top {
  border-top: solid 2px #013d6f;
}

.about-page .function-list__heading-lv-1--bottom {
  border-bottom: solid 2px #013d6f;
}

.about-page .function-list__heading-lv-2 {
  width: 280px;
  padding: 30px 20px;
  border-bottom: solid 1px #013d6f;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f2f5f8;
  color: #013d6f;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
}

.about-page .function-list__heading-lv-2--top {
  border-top: solid 2px #013d6f;
}

.about-page .function-list__heading-lv-2--bottom {
  border-bottom: solid 2px #013d6f;
}

.about-page .function-list__content {
  padding: 30px 20px;
  background-color: #ffffff;
  border-bottom: solid 1px #013d6f;
  border-right: solid 2px #013d6f;
  font-size: 16px;
  font-size: 1rem;
}

.about-page .function-list__content--top {
  border-top: solid 2px #013d6f;
}

.about-page .function-list__content--bottom {
  border-bottom: solid 2px #013d6f;
}

/* .case-page  (CASE STUDY)
   ========================================================================== */

.case-page .content__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* .download-page
   ========================================================================== */

.download-page .sec__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.download-page .sec:first-of-type {
  margin-top: 160px;
}

.download-page .sec:not(:last-child) {
  margin-bottom: 160px;
}

.download-page .recomend-list {
  border-top: solid 1px #cccccc;
}

.download-page .recomend-list > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 40px 0;
  border-bottom: solid 1px #cccccc;
}

.download-page .recomend-list > li > figure {
  width: 36%;
  padding-right: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.download-page .recomend-list > li > figure > img {
  border-radius: 20px;
}

.download-page .recomend-list > li > div {
  width: 64%;
}

.download-page .recomend-list > li > div > p {
  margin-bottom: 30px;
}

.download-page .recomend-list > li > div > a {
  max-width: 400px;
}

.download-page .recomend-list__heading {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.4;
}

/* .faq-page
   ========================================================================== */

.faq-page .content__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.faq-page .content:first-of-type {
  margin-top: 160px;
}

.faq-page .content:not(:last-child) {
  margin-bottom: 160px;
}

/* .index-page  (TOP)
   ========================================================================== */

.index-page {
  background-position: left 15px top 15px;
  background-size: 160px auto;
  background-color: #ffffff;
}

.index-page .content__inner {
  max-width: none !important;
  margin: auto !important;
  padding: 0 !important;
}

.index-page .info-sec {
  margin-top: calc(-35vh - 40px);
  padding: 0 0 120px 0;
  background-color: #ffffff;
}

.index-page .info-sec__a {
  width: 100%;
  text-align: center;
  background: url(/wp-content/themes/jstork19custom/assets/img/common/bg-fv-3.png) center center/cover no-repeat;
}

.index-page .info-sec__a__heading {
  padding: 27% 20px;
  color: #ffffff;
  font-size: 28px;
  font-size: 1.75rem;
}

.index-page .info-sec__a__heading > span {
  display: inline;
  border-bottom: 2px dashed #ff3366;
  font-size: 34px;
  font-size: 2.125rem;
}

.index-page .info-sec__inner {
  max-width: 1200px;
  margin: -230px auto 0 auto;
  padding: 0 20px;
}

.index-page .merit-sec {
  background-color: #d9f6fe;
}

.index-page .merit-sec__inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.index-page .price-sec,
.index-page .easytosetup-sec,
.index-page .flow-sec {
  padding: 120px 0;
  background-color: #ffffff;
}

.index-page .price-sec__inner,
.index-page .easytosetup-sec__inner,
.index-page .flow-sec__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.index-page .casestudy-sec {
  padding: 10px 0;
  background-color: #d9f6fe;
}

.index-page .casestudy-sec__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.index-page .casestudy-sec__heading {
  width: 250px;
}

.index-page .casestudy-sec__content {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  width: calc(100% - 310px);
}

.index-page .casestudy-sec__btn {
  position: absolute;
  top: 180px;
  left: 20px;
}

.index-page .client-sec {
  padding: 120px 0;
  background-color: #ffffff;
}

.index-page .client-sec__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.index-page .client-sec__content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
}

.index-page .client-sec__content ul li {
  width: calc(16.6666% - 10px);
  height: 85px;
  margin-right: 10px;
  background-color: #013d6f;
}

.index-page .client-sec__content ul li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.index-page .client-sec__content ul:not(:last-child) {
  margin-bottom: 10px;
}

.index-page .news-sec {
  padding: 10px 0;
  background-color: #d9f6fe;
}

.index-page .news-sec__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.index-page .news-sec__heading {
  width: 250px;
}

.index-page .news-sec__content {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  width: calc(100% - 310px);
}

.index-page .news-sec__btn {
  position: absolute;
  top: 120px;
  left: 20px;
}

.index-page .kv {
  position: relative;
  height: 100vh;
  margin-bottom: 40px;
}

.index-page .kv__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 10;
  height: 100%;
  margin: 0 auto;
  padding: 0 5%;
}

.index-page .kv__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 550px;
  height: auto;
  z-index: 10;
}

.index-page .kv__content__inner {
  width: 100%;
}

.index-page .kv__heading {
  color: #013d6f;
  font-weight: 700;
  font-size: 34px;
  font-size: 2.125rem;
  line-height: 1.4;
}

.index-page .kv__heading > span {
  position: relative;
  display: block;
  margin: 10px 0 0.45em;
  font-size: 60px;
  font-size: 3.75rem;
  line-height: 1.1;
}

.index-page .kv__heading > span > span {
  letter-spacing: -0.1em;
}

.index-page .kv__text {
  width: 100%;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
}

.index-page .kv__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: -110px;
  margin-right: -20px;
}

.index-page .kv__btn > a {
  width: 250px;
  margin-right: 20px;
}

.index-page .kv__image {
  position: absolute;
  margin: auto;
  padding-top: 7vh;
  top: auto;
  bottom: auto;
  right: -10vh;
  width: calc(100% - 600px);
  max-width: 100vh;
}

.index-page .kv__image > img {
  height: auto;
  width: 100%;
  pointer-events: none;
}

/* .index-page  Animate
   ========================================================================== */

.index-page s .page-header {
  border-bottom-color: transparent;
  background-color: transparent;
  -webkit-transition: border-bottom-color 0.2s, background-color 0.2s;
  transition: border-bottom-color 0.2s, background-color 0.2s;
}

.index-page s .page-header.is-animated {
  border-bottom-color: #cccccc;
  background-color: #ffffff;
}

/* .news-page
   ========================================================================== */

.news-page .content__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.news-page .content__inner__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.news-page .content__inner__wrap > .main-col {
  width: calc(100% - 200px);
  padding-right: 8.3%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.news-page .content__inner__wrap > .side-col {
  width: 200px;
}

.news-page .content__inner__wrap > .side-col > div + div {
  margin-top: 30px;
}

.news-page .content__inner__wrap > .side-col > div > p {
  padding: 0 0 10px 0;
  border-bottom: solid 1px #013d6f;
}

.news-page .content__inner__wrap > .side-col > div > Ul {
  margin-top: 5px;
}

.news-page .content__inner__wrap > .side-col > div > Ul > li > a {
  display: block;
  padding: 5px 0;
  font-weight: 500;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.news-page .content__inner__wrap > .side-col > div > Ul > li > a:hover {
  color: #013d6f;
}

.news-page .content__inner__wrap > .side-col > div > Ul.archive > li > a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* .terms-page
   ========================================================================== */

.terms-page .content__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.terms-page pre {
  white-space: pre-wrap;
  font-family: "Noto Sans JP", sans-serif;
}

@media (min-width: 769px) {
  .only-medium-down {
    display: none !important;
  }

  .page-footer-sub > div > ul > li > a:hover {
    text-decoration: underline;
  }

  .page-header__logo > a {
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }

  .page-header__logo > a:hover {
    opacity: 0.7;
  }

  .page-header-nav-main > li > a {
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
  }

  .page-header-nav-main > li > a:hover {
    color: #017eff;
  }

  .page-header-nav-main > li > ul > li > a {
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
  }

  .page-header-nav-main > li > ul > li > a:hover {
    color: #017eff;
  }

  .btn {
    -webkit-transition: border 0.2s, color 0.2s;
    transition: border 0.2s, color 0.2s;
  }

  .btn:hover {
    border: solid 1px #013d6f;
    color: #013d6f;
  }

  .btn--border-none {
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
  }

  .btn--border-none:hover {
    border: none;
    color: #013d6f;
  }

  .btn-conversion {
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
  }

  .btn-conversion--download:hover,
  .btn-conversion--download-small:hover,
  .btn-conversion--download-mini:hover {
    background-color: #ff7194;
    color: #ffffff;
  }

  .btn-conversion--contact:hover,
  .btn-conversion--contact-small:hover,
  .btn-conversion--contact-mini:hover {
    background-color: #4d4d4d;
    color: #ffffff;
  }

  .breadcrumb > ul > li > a:hover {
    text-decoration: underline;
  }

  .local-nav > ul > li > a {
    -webkit-transition: border 0.2s, color 0.2s;
    transition: border 0.2s, color 0.2s;
  }

  .local-nav > ul > li > a::before {
    -webkit-transition: border-top 0.2s, border-right 0.2s;
    transition: border-top 0.2s, border-right 0.2s;
  }

  .local-nav > ul > li > a:hover {
    border: solid 1px #013d6f;
    color: #013d6f;
  }

  .local-nav > ul > li > a:hover::before {
    border-top: 1px solid #013d6f;
    border-right: 1px solid #013d6f;
  }

  .card-3-column-list-link > ul > li > a {
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }

  .card-3-column-list-link > ul > li > a:hover {
    opacity: 0.7;
  }

  .news-list > li > a {
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }

  .news-list > li > a:hover {
    opacity: 0.7;
  }

  .faq-list > li > div > div > p > a:hover {
    text-decoration: none;
  }

  .faq-list__heading > span:nth-of-type(2) {
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
  }

  .faq-list__heading:hover > span:nth-of-type(2) {
    color: #ffffff;
    border-bottom: solid 3px #ffffff;
  }

  .price-list__option > dd > a:hover {
    text-decoration: none;
  }

  .casestudy-list > li > a {
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }

  .casestudy-list > li > a:hover {
    opacity: 0.7;
  }

  .article__body-client-info > div:nth-of-type(2) > dl > dd > a:hover {
    text-decoration: none;
  }
}

@media (min-width: 961px) {
  .only-large-down {
    display: none !important;
  }

  .page-footer-nav-main > ul > li > span {
    pointer-events: none;
  }

  .page-header-nav-main > li > span {
    pointer-events: none;
  }

  .page-header-nav-main > li > ul {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.2s, visibility 0s 0.2s;
    transition: opacity 0.2s, visibility 0s 0.2s;
  }

  .page-header-nav-main > li:hover > ul {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
}

@media (max-width: 1100px) {
  .page-header-nav-main {
    margin-right: 20px;
  }

  .page-header-nav-main > li > span,
  .page-header-nav-main > li > a {
    font-size: 13px;
    font-size: 0.8125rem;
  }

  .page-header-nav-main > li > span {
    padding-right: 15px;
  }

  .page-header-nav-main > li > ul > li > a {
    font-size: 13px;
    font-size: 0.8125rem;
  }

  .page-header-nav-main > li:not(:last-child) {
    margin-right: 20px;
  }

  .page-header-nav-main__contact {
    margin-right: 10px;
  }

  .page-header-nav-main__contact > a {
    width: 130px;
    margin-right: 10px;
  }

  .index-page .info-sec {
    margin-top: calc(-20vh - 40px);
  }

  .index-page .kv__inner {
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
  }

  .index-page .kv__content {
    top: 15%;
  }

  .index-page .kv__image {
    bottom: 2%;
    width: 56%;
  }
}

@media (max-width: 960px) {
  .only-large-up {
    display: none !important;
  }

  .page-footer-main__page-top-btn {
    display: none;
  }

  .page-footer-sub > div {
    max-width: none;
    padding: 0 15px;
  }

  .page-footer-sub > div > ul {
    width: 100%;
    margin-bottom: 15px;
  }

  .page-footer-sub > div > ul > li {
    width: 100%;
  }

  .page-footer-sub > div > ul > li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 5px;
    padding-right: 0;
    border-right: none;
  }

  .page-footer-sub > div > p {
    width: 100%;
  }

  .page-footer-nav-main > ul > li > span.is-open::before {
    -webkit-transform: translateY(-25%) rotate(-45deg);
    -ms-transform: translateY(-25%) rotate(-45deg);
    transform: translateY(-25%) rotate(-45deg);
  }

  .page-footer-nav-main > ul > li > ul {
    display: none;
  }

  .page-header {
    height: 61px;
    padding: 0 0 0 15px;
  }

  .page-header__logo {
    width: 124px;
    height: 21px;
  }

  .page-header__nav {
    position: fixed;
    top: 61px;
    left: 0;
    width: 100%;
    height: calc(100% - 61px);
    overflow-y: auto;
    background-color: #ffffff;
  }

  .page-header__nav > div {
    height: auto;
  }

  .page-header__menu-btn {
    display: block;
    position: relative;
    width: 54px;
    height: 60px;
    cursor: pointer;
  }

  .page-header__menu-btn > span {
    display: block;
    position: absolute;
    top: 29px;
    left: 15px;
    width: 24px;
    height: 2px;
    border-radius: 1px;
    background-color: #000000;
  }

  .page-header__menu-btn > span:nth-of-type(1) {
    margin-top: -8px;
  }

  .page-header__menu-btn > span:nth-of-type(3) {
    margin-top: 8px;
  }

  .page-header-nav-main {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    height: auto;
    margin-right: 0;
    border-top: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
  }

  .page-header-nav-main > li {
    position: static;
    width: 100%;
    height: auto;
  }

  .page-header-nav-main > li > span,
  .page-header-nav-main > li > a {
    height: auto;
    padding: 16px 30px 16px 15px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.4;
  }

  .page-header-nav-main > li > span {
    cursor: pointer;
  }

  .page-header-nav-main > li > span::before {
    right: 15px;
  }

  .page-header-nav-main > li > a {
    position: relative;
  }

  .page-header-nav-main > li > a::before {
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    width: 8px;
    height: 8px;
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
    content: "";
  }

  .page-header-nav-main > li > ul {
    position: static;
    top: auto;
    left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: auto;
    border-top: solid 1px #cccccc;
    border-right: none;
    border-bottom: none;
    border-left: none;
  }

  .page-header-nav-main > li > ul > li > a {
    padding: 16px 15px 16px 30px;
    font-size: 14px;
    font-size: 0.875rem;
    white-space: normal;
  }

  .page-header-nav-main > li > ul > li:not(:last-child) {
    border-bottom: solid 1px #cccccc;
  }

  .page-header-nav-main > li:not(:last-child) {
    margin-right: 0;
    border-bottom: solid 1px #cccccc;
  }

  .page-header-nav-main__contact {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    display: block;
    width: 100%;
    height: auto;
    padding: 30px 15px;
  }

  .page-header-nav-main__contact > a {
    width: 100%;
  }

  .page-header-nav-main__contact > a:not(:last-child) {
    margin-bottom: 20px;
  }

  .page-header-nav-main > li > span.is-open::before {
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-25%) rotate(-45deg);
    -ms-transform: translateY(-25%) rotate(-45deg);
    transform: translateY(-25%) rotate(-45deg);
  }

  .page-header-nav-main > li > ul {
    display: none;
  }

  .page-header__nav {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.2s, visibility 0s 0.2s;
    transition: opacity 0.2s, visibility 0s 0.2s;
  }

  html.is-menu-open {
    overflow: hidden;
    height: 100%;
  }

  html.is-menu-open body {
    overflow: hidden;
    max-height: 100%;
  }

  html.is-menu-open .page-header__nav {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }

  html.is-menu-open .page-header__menu-btn > span:nth-of-type(1) {
    margin-top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  html.is-menu-open .page-header__menu-btn > span:nth-of-type(2) {
    display: none;
  }

  html.is-menu-open .page-header__menu-btn > span:nth-of-type(3) {
    margin-top: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .local-nav > ul > li {
    width: calc(50% - 30px);
  }

  .local-nav > ul > li:nth-child(n+3) {
    margin-top: 15px;
  }

  .card-3-column-list > ul > li {
    width: calc(50% - 40px);
  }

  .card-3-column-list > ul > li:nth-child(n+3) {
    margin-top: 40px;
  }

  .card-3-column-list-link > ul > li {
    width: calc(50% - 40px);
  }

  .card-3-column-list-link > ul > li:nth-child(n+3) {
    margin-top: 40px;
  }

  .conversion-sec {
    padding-top: 70px;
    padding-bottom: 100px;
  }

  .conversion-sec__inner {
    top: 0;
    max-width: none;
    padding: 0 15px;
    overflow: visible;
  }

  .conversion-sec__inner > p:nth-of-type(1) {
    margin-bottom: 20px;
    font-size: 24px;
    font-size: 1.5rem;
    letter-spacing: 0.05em;
  }

  .conversion-sec__inner > p:nth-of-type(2) {
    margin-bottom: 30px;
  }

  .conversion-sec__inner > ul {
    margin-right: 0;
  }

  .conversion-sec__inner > ul > li {
    width: 100%;
    margin-right: 0;
    padding: 20px;
    border-radius: 20px;
  }

  .conversion-sec__inner > ul > li:not(:last-child) {
    margin-bottom: 30px;
  }

  .index-page .casestudy-sec {
    padding: 20px 0 40px 0;
  }

  .index-page .casestudy-sec__inner {
    position: static;
    max-width: none;
    padding: 0 15px;
  }

  .index-page .casestudy-sec__heading {
    width: 100%;
  }

  .index-page .casestudy-sec__content {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    width: 100%;
  }

  .index-page .casestudy-sec__btn {
    position: static;
    top: auto;
    left: auto;
    width: 100%;
    margin-top: 60px;
  }

  .index-page .news-sec {
    padding: 20px 0 40px 0;
  }

  .index-page .news-sec__inner {
    position: static;
    max-width: none;
    padding: 0 15px;
  }

  .index-page .news-sec__heading {
    width: 100%;
  }

  .index-page .news-sec__content {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    width: 100%;
  }

  .index-page .news-sec__btn {
    position: static;
    top: auto;
    left: auto;
    width: 100%;
    margin-top: 60px;
  }

  .index-page .kv__image {
    bottom: 3%;
    width: 500px;
  }

  html.is-menu-open .index-page .page-header {
    border-bottom-color: #cccccc;
    background-color: #ffffff;
  }
}

@media (max-width: 768px) {
  body {
    font-size: 14px;
    font-size: 0.875rem;
  }

  .only-medium-up {
    display: none !important;
  }

  .heading-lv-1 {
    margin: 10px 0 150px 0;
    font-size: 32px;
    font-size: 2rem;
  }

  .heading-lv-1 > span {
    font-size: 16px;
    font-size: 1rem;
  }

  .heading-lv-2 {
    margin-bottom: 60px;
    padding: 3px 0;
    font-size: 26px;
    font-size: 1.625rem;
  }

  .heading-lv-2 > span {
    font-size: 14px;
    font-size: 0.875rem;
  }

  .heading-lv-2--2-column {
    text-align: center;
  }

  .heading-lv-3 {
    margin-bottom: 40px;
    padding-bottom: 15px;
    font-size: 22px;
    font-size: 1.375rem;
  }

  .btn {
    width: 100%;
    height: 50px;
    margin: 60px auto 0;
    border-radius: 25px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 48px;
  }

  .btn--border-none {
    line-height: 50px;
  }

  .btn--2-column {
    margin: 0;
  }

  .btn-conversion {
    height: 60px;
    border-radius: 30px;
    font-size: 16px;
    font-size: 1rem;
  }

  .btn-conversion--download-small,
  .btn-conversion--contact-small,
  .btn-conversion--download-mini,
  .btn-conversion--contact-mini {
    height: 50px;
    border-radius: 25px;
    font-size: 14px;
    font-size: 0.875rem;
  }

  .btn-conversion:hover {
    color: #ffffff;
  }

  .btn-price > ul > li {
    width: 100%;
    margin-top: 60px;
  }

  .btn-price > ul > li > a {
    width: 100%;
    height: 60px;
    border-radius: 30px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 58px;
  }

  .btn-price > ul > li + li {
    margin-top: 30px;
    margin-left: 0;
  }

  .breadcrumb {
    margin: 0;
    padding: 8px 15px;
  }

  .breadcrumb > ul {
    font-size: 11px;
    font-size: 0.6875rem;
  }

  .breadcrumb > ul > li:not(:last-child) {
    margin-right: 10px;
  }

  .breadcrumb > ul > li:not(:last-child)::after {
    margin-left: 10px;
  }

  .breadcrumb__none {
    height: 19px;
  }

  .local-nav > ul {
    margin-right: 0;
  }

  .local-nav > ul > li {
    width: 100%;
    margin-right: 0;
  }

  .local-nav > ul > li > a {
    height: 50px;
    border-radius: 25px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 48px;
  }

  .local-nav > ul > li > a::before {
    right: 20px;
  }

  .local-nav > ul > li:nth-child(n+3) {
    margin-top: 0;
  }

  .local-nav > ul > li:not(:last-child) {
    margin-bottom: 15px;
  }

  .card-3-column-list > ul {
    margin-right: 0;
  }

  .card-3-column-list > ul > li {
    width: 100%;
    margin-right: 0;
  }

  .card-3-column-list > ul > li:nth-child(n+3) {
    margin-top: 0;
  }

  .card-3-column-list > ul > li:not(:last-child) {
    margin-bottom: 40px;
  }

  .card-3-column-list > ul > li > div {
    padding: 25px;
  }

  .card-3-column-list__heading {
    margin: 0 0 20px 0;
    font-size: 18px;
    font-size: 1.125rem;
  }

  .card-3-column-list-info > ul {
    margin-right: 0;
  }

  .card-3-column-list-info > ul > li {
    width: 100%;
    margin-right: 0;
  }

  .card-3-column-list-info > ul > li:nth-child(n+3) {
    margin-top: 0;
  }

  .card-3-column-list-info > ul > li:not(:last-child) {
    margin-bottom: 40px;
  }

  .card-3-column-list-info > ul > li > a {
    padding: 0 15px 40px 15px;
    font-size: 16px;
    font-size: 1rem;
  }

  .card-3-column-list-info > ul > li::after {
    width: 14px;
    height: 14px;
    bottom: 20px;
  }

  .card-3-column-list-info__heading {
    margin: 15px 0;
    font-size: 20px;
    font-size: 1.25rem;
  }

  .card-3-column-list-link > ul {
    margin-right: 0;
  }

  .card-3-column-list-link > ul > li {
    width: 100%;
    margin-right: 0;
  }

  .card-3-column-list-link > ul > li:nth-child(n+3) {
    margin-top: 0;
  }

  .card-3-column-list-link > ul > li:not(:last-child) {
    margin-bottom: 40px;
  }

  .card-3-column-list-link > ul > li > a > div {
    padding: 25px;
  }

  .card-3-column-list-link__heading {
    margin: 20px 0;
    font-size: 18px;
    font-size: 1.125rem;
  }

  .news-list > li > a {
    padding: 25px 0;
  }

  .news-list > li > a > p {
    width: 100%;
    margin-top: 20px;
    font-size: 14px;
    font-size: 0.875rem;
  }

  .news-list > li > a > p + p {
    margin-left: 0px;
    font-size: 12px;
    font-size: 0.75rem;
  }

  .faq-list > li {
    border-radius: 10px;
  }

  .faq-list > li > div {
    padding: 0 20px 20px;
  }

  .faq-list > li > div > div {
    padding: 15px;
    border-radius: 10px;
  }

  .faq-list > li:not(:last-child) {
    margin-bottom: 20px;
  }

  .faq-list__heading {
    padding: 20px 45px 20px 45px;
    font-size: 14px;
    font-size: 0.875rem;
  }

  .faq-list__heading > span:nth-of-type(1) {
    top: 15px;
    left: 20px;
    font-size: 18px;
    font-size: 1.125rem;
  }

  .faq-list__heading > span:nth-of-type(2) {
    border-bottom: solid 2px #017eff;
  }

  .faq-list__heading > span:nth-of-type(3) {
    top: 21px;
    right: 20px;
    width: 20px;
    height: 20px;
  }

  .faq-list__heading > span:nth-of-type(3)::before {
    width: 6px;
    height: 6px;
  }

  .flow-list > li {
    display: block;
    height: auto;
    padding: 20px;
    border-radius: 10px;
  }

  .flow-list > li:not(:last-child) {
    margin-bottom: 45px;
  }

  .flow-list > li:not(:last-child)::after {
    content: "";
    width: 15px;
    height: 15px;
    bottom: -25px;
  }

  .flow-list > li > p {
    width: 100%;
    padding: 0;
    border-left: none;
  }

  .flow-list__heading {
    width: 100%;
    margin-bottom: 15px;
    font-size: 14px;
    font-size: 0.875rem;
    cursor: pointer;
  }

  .flow-list__heading > span {
    margin-right: 20px;
    font-size: 20px;
    font-size: 1.25rem;
  }

  .info-list {
    margin-top: 80px;
    padding: 25px;
    border-radius: 20px;
  }

  .info-list > p {
    top: -20px;
    max-width: 300px;
    height: 40px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 40px;
  }

  .info-list > div {
    display: block;
  }

  .info-list > div > figure {
    width: 100%;
    margin-bottom: 25px;
  }

  .info-list > div > figure > img {
    width: 100%;
  }

  .info-list > div > ul {
    width: 100%;
    margin-left: 0;
  }

  .info-list > div > ul li {
    padding-left: 30px;
    font-size: 14px;
    font-size: 0.875rem;
  }

  .info-list > div > ul li::before {
    top: 6px;
    width: 18px;
    height: 16px;
  }

  .info-list > div > ul li:not(:last-child) {
    margin-bottom: 15px;
  }

  .info-list__heading {
    margin-bottom: 20px;
    font-size: 20px;
    font-size: 1.25rem;
  }

  .info-list__heading > span {
    display: block;
    width: 2em;
    margin: 10px auto;
    font-size: 30px;
    font-size: 1.875rem;
  }

  .info-list__inner > figure {
    max-width: 18px;
    margin: 30px auto;
  }

  .info-list__inner > p {
    margin-bottom: 40px;
    font-size: 16px;
    font-size: 1rem;
  }

  .info-list__inner > p > span {
    font-size: 20px;
    font-size: 1.25rem;
    border-bottom: 1px dashed #ff3366;
  }

  .info-list__btn {
    display: block;
    margin-right: 0px;
  }

  .info-list__btn > a {
    width: 100%;
    margin-right: 0px;
  }

  .info-list__btn > a:not(:last-child) {
    margin-bottom: 20px;
  }

  .easytosetup-list {
    display: block;
    margin-right: 0px;
  }

  .easytosetup-list > * {
    width: 100%;
    margin-right: 0;
  }

  .easytosetup-list > * > h3 {
    margin-bottom: 30px;
    font-size: 14px;
    font-size: 0.875rem;
  }

  .easytosetup-list > * > h3 > span {
    font-size: 25px;
    font-size: 1.5625rem;
  }

  .easytosetup-list > * > h3 > sup {
    position: relative;
    top: 0.5em;
    font-size: 10px;
    font-size: 0.625rem;
  }

  .easytosetup-list > * > p:nth-of-type(1) {
    margin-bottom: 20px;
    font-size: 14px;
    font-size: 0.875rem;
  }

  .easytosetup-list > * > p:nth-of-type(2) {
    margin-bottom: 15px;
    font-size: 14px;
    font-size: 0.875rem;
  }

  .easytosetup-list > * > p:nth-of-type(2) > sup {
    font-size: 10px;
    font-size: 0.625rem;
  }

  .easytosetup-list > * > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    font-size: 0.75rem;
  }

  .easytosetup-list > *:not(:last-child) {
    margin-bottom: 30px;
  }

  .easytosetup-list > figure > img {
    width: 100%;
  }

  .easytosetup-list:not(:last-child) {
    margin-bottom: 60px;
  }

  .easytosetup-list__heading {
    margin-bottom: 40px;
    font-size: 18px;
    font-size: 1.125rem;
  }

  .price-list__main {
    margin-right: 0;
  }

  .price-list__item {
    width: 100%;
    margin-right: 0;
  }

  .price-list__item:not(:last-child) {
    margin-bottom: 40px;
  }

  .price-list__heading {
    padding: 20px 0;
    font-size: 18px;
    font-size: 1.125rem;
  }

  .price-list__content {
    padding: 20px;
  }

  .price-list__content > p {
    font-size: 26px;
    font-size: 1.625rem;
  }

  .price-list__content--saas > p {
    margin-bottom: 20px;
    font-size: 14px;
    font-size: 0.875rem;
  }

  .price-list__content--saas > p > span {
    font-size: 36px;
    font-size: 2.25rem;
  }

  .price-list__content > dl {
    margin-bottom: 20px;
    padding: 15px 0;
  }

  .price-list__content > dl > dt {
    width: 80px;
  }

  .price-list__content > dl > dt:not(:last-of-type) {
    margin-bottom: 8px;
  }

  .price-list__content > dl > dd {
    width: calc(100% - 80px);
  }

  .price-list__content > dl > dd:not(:last-of-type) {
    margin-bottom: 8px;
  }

  .price-list__option::before {
    top: -17px;
  }

  .price-list__option::after {
    top: -6px;
  }

  .price-list__option > dt {
    font-size: 16px;
    font-size: 1rem;
  }

  .price-list__option > dd {
    padding: 20px;
  }

  .casestudy-list > li > a {
    padding: 30px 0;
  }

  .casestudy-list > li > a > figure {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .casestudy-list > li > a > div {
    width: 100%;
  }

  .casestudy-list__heading {
    margin: 20px 0;
    font-size: 18px;
    font-size: 1.125rem;
  }

  .news-meta {
    width: 210px;
  }

  .news-meta > time {
    font-size: 14px;
    font-size: 0.875rem;
  }

  .news-meta > span {
    width: 110px;
    height: 24px;
    border-radius: 12px;
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 24px;
  }

  .seminar-meta {
    font-size: 12px;
    font-size: 0.75rem;
  }

  .seminar-meta > span:nth-of-type(1) {
    margin-right: 8px;
    padding-right: 8px;
  }

  .case-meta {
    font-size: 12px;
    font-size: 0.75rem;
  }

  .conversion-sec__content-order > p {
    margin-bottom: 20px;
    font-size: 16px;
    font-size: 1rem;
  }

  .conversion-sec__content-tel > p {
    margin-bottom: 20px;
    font-size: 16px;
    font-size: 1rem;
  }

  .conversion-sec__content-tel > div > div > p:nth-of-type(1) {
    margin-bottom: 4px;
    padding-left: 32px;
    font-size: 28px;
    font-size: 1.75rem;
  }

  .conversion-sec__content-tel > div > div > p:nth-of-type(1) > svg {
    width: 24px;
    height: 24px;
  }

  .main {
    margin-top: 61px;
    margin-bottom: 100px;
  }

  .main__bg {
    height: 170px;
  }

  .article__header {
    margin: 0 auto 30px;
  }

  .article__header > ul > li {
    height: 26px;
    padding: 0 12px;
    border-radius: 13px;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 26px;
  }

  .article__title {
    margin-top: 8px;
    font-size: 22px;
    font-size: 1.375rem;
  }

  .article__title-news {
    padding-bottom: 15px;
    font-size: 22px;
    font-size: 1.375rem;
  }

  .article__body p {
    font-size: 14px;
    font-size: 0.875rem;
  }

  .article__body p:not(:last-child) {
    margin-bottom: 15px;
  }

  .article__body p.font-xs {
    font-size: 10px;
    font-size: 0.625rem;
  }

  .article__body p.font-s {
    font-size: 12px;
    font-size: 0.75rem;
  }

  .article__body p.font-l {
    font-size: 16px;
    font-size: 1rem;
  }

  .article__body p.font-xl {
    font-size: 18px;
    font-size: 1.125rem;
  }

  .article__body-lead {
    margin-bottom: 40px;
  }

  .article__body-lead > p {
    font-size: 14px;
    font-size: 0.875rem;
  }

  .article__body-lead > p:not(:last-child) {
    margin-bottom: 15px;
  }

  .article__body-lead--small {
    margin: 0 0 40px;
    max-width: none;
  }

  .article__body-lead-copy {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }

  .article__body-main {
    margin: 0 auto 40px auto;
  }

  .article__body-main-copy-lv-1 {
    margin-top: 40px;
    margin-bottom: 15px;
    padding-left: 15px;
    font-size: 18px;
    font-size: 1.125rem;
  }

  .article__body-main-copy-lv-2 {
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 16px;
    font-size: 1rem;
  }

  .article__body-main-copy-lv-3 {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 14px;
    font-size: 0.875rem;
  }

  .article__body-client-info {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 25px 20px;
  }

  .article__body-client-info > div:nth-of-type(1) {
    width: 60%;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .article__body-client-info > div:nth-of-type(1) img {
    width: 100%;
  }

  .article__body-client-info > div:nth-of-type(2) {
    width: 100%;
  }

  .article__body-client-info > div:nth-of-type(2) > dl {
    font-size: 14px;
    font-size: 0.875rem;
  }

  .article__body-client-info > div:nth-of-type(2) > dl > dt,
  .article__body-client-info > div:nth-of-type(2) > dl > dd {
    padding: 0;
    border-bottom: 0;
  }

  .article__body-client-info > div:nth-of-type(2) > dl > dt {
    width: 100%;
  }

  .article__body-client-info > div:nth-of-type(2) > dl > dd {
    width: 100%;
  }

  .article__body-client-info > div:nth-of-type(2) > dl > dd:not(:last-child) {
    margin-bottom: 10px;
  }

  .article__body-client-info > div ul {
    font-size: 14px;
    font-size: 0.875rem;
  }

  .article__body-download {
    margin: 40px auto 0;
  }

  .article__body-btn {
    width: 100%;
    min-width: unset;
    font-size: 14px;
    font-size: 0.875rem;
  }

  .article__body-img-wrap > [class*=float-] {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }

  .article__body-table th,
  .article__body-table td {
    padding: 6px;
    font-size: 12px;
    font-size: 0.75rem;
  }

  .article__body-table--1 th:first-child,
  .article__body-table--1 td:first-child {
    width: 60px;
  }

  .article__body-table:not(:last-child) {
    margin-bottom: 15px;
  }

  .other .content__inner {
    max-width: none;
    padding: 0 15px;
  }

  .about-page .merit-list-sec {
    margin-bottom: 80px;
  }

  .about-page .price-list-sec {
    margin-top: 29px;
    padding-top: 61px;
  }

  .about-page .price-list-sec__inner {
    max-width: none;
    padding: 0 15px;
  }

  .about-page .merit-list {
    margin-top: 60px;
  }

  .about-page .merit-list > div > * {
    padding: 40px 15px 15px 15px;
    background-color: unset;
  }

  .about-page .merit-list > div > * > span {
    top: -20px;
    font-size: 30px;
    font-size: 1.875rem;
  }

  .about-page .merit-list > span {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    font-size: 50px;
    font-size: 3.125rem;
  }

  .about-page .merit-list > figure {
    position: relative;
    top: -30px;
    width: calc(100% - 30px);
    height: auto;
    margin-left: 30px;
    border-radius: 15px 0 0 15px;
  }

  .about-page .merit-list + .merit-list {
    margin-top: 60px;
  }

  .about-page .merit-list__heading {
    margin-bottom: 20px;
    font-size: 20px;
    font-size: 1.25rem;
  }

  .about-page .merit-list__heading span {
    font-size: 28px;
    font-size: 1.75rem;
  }

  .about-page .merit-list__r > div > * {
    margin-left: 0;
  }

  .about-page .merit-list__r > figure {
    margin-right: 30px;
    margin-left: 0;
    border-radius: 0 15px 15px 0;
  }

  .about-page .pricecontrol-list-sec {
    margin-bottom: 80px;
  }

  .about-page .pricecontrol-list-sec__inner {
    max-width: none;
    padding: 0 15px;
  }

  .about-page .pricecontrol-list {
    display: block;
    margin-top: 80px;
    padding: 25px;
    border-radius: 20px;
  }

  .about-page .pricecontrol-list > figure {
    width: 100%;
    margin-bottom: 25px;
  }

  .about-page .pricecontrol-list > div {
    width: 100%;
    margin-left: 0;
  }

  .about-page .pricecontrol-list__heading {
    margin-bottom: 20px;
    font-size: 20px;
    font-size: 1.25rem;
  }

  .about-page .function-list-sec {
    padding: 20px 0 40px 0;
  }

  .about-page .function-list-sec__inner {
    max-width: none;
    padding: 0 15px;
  }

  .about-page .function-list {
    display: block;
    border-bottom: solid 1px #013d6f;
  }

  .about-page .function-list > tbody {
    display: block;
    width: 100%;
  }

  .about-page .function-list > tbody > tr {
    display: block;
    width: 100%;
    border-right: solid 1px #013d6f;
    border-left: solid 1px #013d6f;
  }

  .about-page .function-list__heading-lv-1 {
    display: block;
    width: 100%;
    padding: 20px 15px;
    border-bottom: none;
    font-size: 14px;
    font-size: 0.875rem;
  }

  .about-page .function-list__heading-lv-1--top {
    border-top: none;
  }

  .about-page .function-list__heading-lv-1--bottom {
    border-bottom: none;
  }

  .about-page .function-list__heading-lv-2 {
    display: block;
    width: 100%;
    padding: 15px;
    border-bottom: none;
    font-size: 14px;
    font-size: 0.875rem;
  }

  .about-page .function-list__heading-lv-2--top {
    border-top: none;
  }

  .about-page .function-list__heading-lv-2--bottom {
    border-bottom: none;
  }

  .about-page .function-list__content {
    display: block;
    width: 100%;
    padding: 15px;
    border-right: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    font-size: 0.875rem;
  }

  .about-page .function-list__content--top {
    border-top: none;
  }

  .about-page .function-list__content--bottom {
    border-bottom: none;
  }

  .case-page .content__inner {
    max-width: none;
    padding: 0 15px;
  }

  .download-page .sec__inner {
    max-width: none;
    padding: 0 15px;
  }

  .download-page .sec:first-of-type {
    margin-top: 100px;
  }

  .download-page .sec:not(:last-child) {
    margin-bottom: 100px;
  }

  .download-page .recomend-list > li {
    padding: 30px 0;
  }

  .download-page .recomend-list > li > figure {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .download-page .recomend-list > li > div {
    width: 100%;
  }

  .download-page .recomend-list > li > div > p {
    margin-bottom: 25px;
  }

  .download-page .recomend-list > li > div > a {
    width: 100%;
    max-width: none;
  }

  .download-page .recomend-list__heading {
    margin-bottom: 20px;
    font-size: 18px;
    font-size: 1.125rem;
  }

  .faq-page .content__inner {
    max-width: none;
    padding: 0 15px;
  }

  .faq-page .content:first-of-type {
    margin-top: 80px;
  }

  .faq-page .content:not(:last-child) {
    margin-bottom: 80px;
  }

  .index-page .info-sec {
    margin-top: calc(-7vh - 40px);
    padding: 0 0 80px 0;
  }

  .index-page .info-sec__a__heading {
    padding: 30% 15px 20% 15px;
    font-size: 16px;
    font-size: 1rem;
  }

  .index-page .info-sec__a__heading > span {
    border-bottom: 1px dashed #ff3366;
    font-size: 20px;
    font-size: 1.25rem;
  }

  .index-page .info-sec__inner {
    max-width: none;
    margin: -30px auto 0 auto;
    padding: 0 15px;
  }

  .index-page .merit-sec {
    padding: 20px 0 40px 0;
  }

  .index-page .merit-sec__inner {
    max-width: none;
    padding: 0 15px;
  }

  .index-page .price-sec,
  .index-page .easytosetup-sec,
  .index-page .flow-sec {
    padding: 80px 0;
  }

  .index-page .price-sec__inner,
  .index-page .easytosetup-sec__inner,
  .index-page .flow-sec__inner {
    max-width: none;
    padding: 0 15px;
  }

  .index-page .client-sec {
    padding: 80px 0;
  }

  .index-page .client-sec__inner {
    max-width: none;
    padding: 0 15px;
  }

  .index-page .kv {
    height: unset !important;
    margin-bottom: 0;
  }

  .index-page .kv__inner {
    display: block;
    padding: 20px 15px 0 15px;
  }

  .index-page .kv__content {
    display: block;
    top: 10%;
    width: 100%;
    height: auto;
  }

  .index-page .kv__content-inner {
    top: 0;
  }

  .index-page .kv__heading {
    font-size: 25px;
    font-size: 1.5625rem;
  }

  .index-page .kv__heading > span {
    margin: 0 0 0.5em;
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.2;
  }

  .index-page .kv__text {
    bottom: -60px;
    font-size: 12px;
    font-size: 0.75rem;
  }

  .index-page .kv__btn {
    display: block;
    position: relative;
    top: 0;
    width: 100%;
    margin-top: 30px;
  }

  .index-page .kv__btn > a {
    width: 100%;
    margin-right: 0;
  }

  .index-page .kv__btn > a:not(:last-child) {
    margin-bottom: 20px;
  }

  .index-page .kv__image {
    position: relative;
    right: -14%;
    left: unset;
    width: 100%;
    padding-top: 20px;
  }

  .news-page .content__inner {
    max-width: none;
    padding: 0 15px;
  }

  .news-page .content__inner__wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .news-page .content__inner__wrap > .main-col {
    width: 100%;
    padding-right: 0;
  }

  .news-page .content__inner__wrap > .side-col {
    margin-top: 80px;
    width: 100%;
  }

  .terms-page .content__inner {
    max-width: none;
    padding: 0 15px;
  }
}

@media (max-width: 960px) and (min-width: 769px) {
  .page-header-nav-main > li > a::before {
    -webkit-transition: border-top 0.2s, border-right 0.2s;
    transition: border-top 0.2s, border-right 0.2s;
  }

  .page-header-nav-main > li > a:hover::before {
    border-top: 1px solid #017eff;
    border-right: 1px solid #017eff;
  }
}
