@charset "UTF-8";

/*
Theme Name:   動物監視
Description:  
Author:       SHIN Inc.
Author URI:   http://www.shin-inc.jp/
Version:      1.0
Template:     archetype2021
*/

/* Fonts
--------------------------------*/

@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?m9lf3");
  src: url("fonts/icomoon.eot?m9lf3#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?m9lf3") format("truetype"), url("fonts/icomoon.woff?m9lf3") format("woff"), url("fonts/icomoon.svg?m9lf3#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

/* Custom Propaties
--------------------------------*/

:root {
  --scrollbar: 0px;
}

/* Normalize
--------------------------------*/

*,
*:before,
*:after {
  box-sizing: inherit;
}

html,
body,
div,
header,
footer,
main,
article,
section,
aside,
nav,
figure,
figcaption {
  display: block;
  margin: 0;
  padding: 0;
}

html {
  line-height: 2.2;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-break: strict;
}

body {
  overflow-x: hidden;
  background: #fff;
  color: #111;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 16px;
}

a {
  color: inherit;
  transition: 0.3s;
}

a:before,
a:after {
  text-align: inherit;
  text-decoration: inherit;
}

abbr,
cite {
  font-style: inherit;
  text-decoration: inherit;
}

blockquote {
  margin: 1.5em 0;
  padding: 1em;
  border-style: solid;
  border-width: 1px 0;
}

del {
  opacity: 0.8;
}

em {
  font-style: inherit;
  font-weight: bolder;
}

figcaption {
  font-weight: 700;
}

img,
iframe {
  max-width: 100%;
  min-height: 1px;
  vertical-align: middle;
  border: 0;
}

img {
  height: auto;
}

p {
  margin: 1em 0;
}

header p,
footer p {
  margin: 0;
}

pre {
  margin: 1em 0;
  white-space: pre-wrap;
}

ul {
  margin: 1em 0;
  padding-left: 1.5em;
}

ol {
  margin: 1em 0;
  padding-left: 2em;
}

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

dl {
  margin: 1em 0;
}

dt {
  margin: 0;
  font-weight: 700;
}

dd {
  margin: 0;
}

dd + dt {
  margin-top: 1em;
}

section {
  margin-top: 48px;
  margin-bottom: 48px;
}

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

caption {
  text-align: center;
}

th,
td {
  vertical-align: baseline;
  padding: 6px;
  border: 1px solid #666;
  text-align: left;
}

th {
  font-weight: 700;
  white-space: nowrap;
}

button,
input,
textarea,
select {
  max-width: 100%;
  vertical-align: middle;
  line-height: 1.5;
  margin: 0;
  font-family: inherit;
  font-size: 16px;
  transition: 0.3s;
}

button,
input[type=submit],
input[type=button],
input[type=reset] {
  -webkit-appearance: none;
  appearance: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  text-shadow: none;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=url],
input[type=search],
input[type=number],
input[type=date],
input[type=password],
textarea,
select {
  padding: 0.5em;
  border: 1px solid #8392a9;
  border-radius: 4px;
}

input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=date]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
  background: #ff9;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=url],
input[type=search],
input[type=number],
input[type=date],
input[type=password],
textarea {
  width: 100%;
}

input[type=radio],
input[type=checkbox] {
  vertical-align: baseline;
}

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

input[disabled] {
  opacity: 0.3;
  cursor: default;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  width: 100%;
}

/* Extends
--------------------------------*/

*:first-child {
  margin-top: 0;
}

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

.site-content,
.site-footer-content {
  max-width: 1178px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 3.125vw;
  padding-left: 3.125vw;
}

.entry-content:after {
  display: block;
  clear: both;
  content: "";
}

.btn {
  display: inline-block;
  max-width: 100%;
  min-width: 17.778em;
  line-height: 1.3889;
  box-shadow: none;
  padding: 1.3889em 2.5em;
  border: 0;
  border-radius: 4em;
  background: #56BD66;
  color: #fff;
  font-weight: 700;
  font-size: 1em;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
}

/* Heading
--------------------------------*/

h2,
h3,
h4,
h5,
h6 {
  line-height: 1.25;
  font-weight: 700;
}

h2 {
  margin: 0 0 1em;
  font-size: 20px;
  text-align: center;
}

.entry-content h2 {
  margin-top: 2.5em;
}

/* Site Width
--------------------------------*/

.site {
  overflow: hidden;
}

/* Common
--------------------------------*/

.image {
  text-align: center;
}

.tagline {
  margin: 1em 0 1.5em;
  text-align: center;
}

.link {
  margin-top: 24px;
  text-align: center;
}

.paragraph {
  margin: 1em 0;
}

.paragraph > p {
  margin-top: 0;
  margin-bottom: 0;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  word-wrap: normal;
}

.break:before {
  white-space: pre;
  content: "\a";
}

.toc {
  margin: 2em 0;
  padding: 1em;
  border-radius: 0.4em;
  background: #F6F9FC;
  color: #000;
}

.toc__heading {
  margin: 0;
  padding: 0;
  font-size: 1em;
  font-weight: inherit;
}

.toc__list {
  list-style: disc;
  list-style-position: inside;
}

.toc__item {
  padding: 0.25em 0 0.25em 1em;
  border-bottom: 1px solid #DBE4ED;
}

/* Header
--------------------------------*/

.site-header {
  background: #fff;
}

.site-header-content {
  display: flex;
  align-items: center;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 3.125vw;
}

.site-title {
  width: 132px;
  max-width: 264px;
  line-height: 1;
  margin: 0;
  padding: 0;
  font-size: 1em;
}

.software-partner-mark {
  width: 64px;
  max-width: 128px;
  line-height: 1;
  margin-left: 1em;
}

.global-nav {
  display: none;
  font-weight: 700;
  text-align: center;
}

.no-js .global-nav {
  display: block;
}

.global-nav__item {
  margin-top: 16px;
}

.global-nav__item:first-child {
  margin-top: 0;
}

.global-nav__item:last-child {
  margin-top: 24px;
}

.global-nav__link {
  display: block;
  text-decoration: none;
}

.global-nav__link--btn {
  max-width: 15em;
  line-height: 2.5;
  box-shadow: 0 0 0 1px currentColor inset;
  margin: 0 auto;
  padding: 0 1em;
  border-radius: 2em;
}

.global-nav__link--sample {
  box-shadow: none;
  border-color: #05c168;
  background: #05c168;
  color: #fff;
}

.fixed,
.fixed > body {
  height: 100%;
  overflow: hidden;
}

.fixed .site {
  position: relative;
}

.menu-button {
  margin-left: auto;
  background: transparent;
  color: inherit;
}

.menu-button[aria-expanded=true] {
  z-index: 100001;
  color: #fff;
}

.menu-icon {
  display: block;
}

.menu-icon__bar {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  transition: 0.5s;
  fill: currentColor;
}

.menu-icon__bar--1 {
  -webkit-transform: translateY(-7px);
  transform: translateY(-7px);
}

.menu-icon__bar--2 {
  -webkit-transform: translateY(7px);
  transform: translateY(7px);
}

[aria-expanded=true] .menu-icon__bar--1 {
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}

[aria-expanded=true] .menu-icon__bar--2 {
  -webkit-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
}

[aria-expanded=true] .menu-icon__bar--3 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.drawer {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 100000;
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding-top: 56px;
  background: rgba(0, 0, 0, 0.95);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  color: #fff;
  transition: 0.3s;
}

.drawer[aria-hidden=false] {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.jumbotron {
  position: relative;
  max-width: 1440px;
  overflow: hidden;
  margin: 0 auto;
  background: #333;
  color: #fff;
  font-weight: 700;
  font-size: 3.125vw;
}

.jumbotron__content {
  position: absolute;
  top: 50%;
  right: 2em;
  left: 2em;
  transform: translateY(-50%);
}

.jumbotron__tagline,
.jumbotron__tagline2 {
  margin: 0;
  text-shadow: 1px 0 #474d11, 0 1px #474d11, -1px 0 #474d11, 0 -1px #474d11, 1px 1px #474d11, 1px -1px #474d11, -1px 1px #474d11, -1px -1px #474d11;
}

.jumbotron__tagline {
  line-height: 1.3;
  font-size: 1.8em;
}

.jumbotron__tagline2 {
  line-height: 1.4;
  margin-top: 0.2286em;
}

.jumbotron-partner {
  position: relative;
  line-height: 1.2;
  margin: 1.5em 0 2em;
  padding-left: 0.786em;
  font-weight: 700;
}

.jumbotron-partner__badge {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 3.9286em;
}

.jumbotron-partner__text {
  width: fit-content;
  padding: 0.32em 1.25em 0.32em 3.643em;
  border-radius: 0 2em 2em 0;
  background: #292c2b;
}

.jumbotron-link {
  display: flex;
  justify-content: center;
}

.jumbotron-link__btn {
  display: block;
  flex: 1 auto;
  max-width: 14.706em;
  line-height: 3;
  margin-left: 1.53em;
  border-radius: 3em;
  background: #fff;
  color: #211f54;
  text-align: center;
  text-decoration: none;
}

.jumbotron-link__btn--sample {
  background: #56BD66;
  color: #fff;
}

.jumbotron-link__btn:first-child {
  margin-left: 0;
}

/* Footer
--------------------------------*/

.site-footer {
  position: relative;
  margin-top: 48px;
  background: #F5F5E7;
}

.site-footer-content {
  padding-top: 24px;
}

.foot-contact {
  position: relative;
  color: #6d4c4b;
  font-weight: 700;
  text-align: center;
}

.foot-contact__caption {
  line-height: normal;
  font-size: 4.5334vw;
}

.foot-contact__caption:before {
  font-family: "FontAwesome";
  font-weight: 400;
  content: "\f098 ";
}

.foot-contact__tel {
  line-height: normal;
  margin: 0.75em 0;
}

.foot-contact__hours {
  font-size: 0.75em;
}

.foot-contact__link {
  display: flex;
  justify-content: center;
  gap: 1em;
  font-size: 0.875em;
}

.foot-contact__btn {
  display: block;
  padding: 0 1.5em;
  border-radius: 3em;
  background: #000;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.foot-contact__btn--sample {
  background: #56BD66;
}

.foot-menu {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  justify-content: center;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  margin-top: 24px;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  background: #e7e7d3;
  font-size: 12px;
}

.foot-menu__item {
  margin: 0 0.5em;
}

.copyright {
  padding: 0 3.125vw 0.3em;
  background: #e7e7d3;
  font-size: 10px;
  text-align: center;
}

/* Site Content
--------------------------------*/

main {
  flex: 0 0 69.5652173913%;
}

.no-posts {
  font-weight: 700;
  text-align: center;
}

/* 404
--------------------------------*/

.search-form {
  display: flex;
  max-width: 400px;
}

.search-form__field[type=search] {
  flex: 1;
  border-radius: 0;
}

.search-form__submit {
  flex: 0 0 4em;
  border: solid #ccc;
  border-width: 1px 1px 1px 0;
  border-radius: 0;
}

/* Sidebar
--------------------------------*/

.sidebar {
  flex: 0 0 28.9855072464%;
  margin-top: 48px;
}

.widget__title {
  margin: 0;
  padding: 0 0 1em;
  border-bottom: 1px solid #333;
  font-weight: inherit;
  font-size: 1em;
  text-align: left;
}

.side-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.side-list > li {
  border-bottom: 1px solid #333;
}

.side-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1em 0.8em;
  text-decoration: none;
}

.side-list a:after {
  color: #039855;
  font-family: "FontAwesome";
  content: "\f0a9";
}

/* Breadcrumbs
--------------------------------*/

.breadcrumbs {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  margin: 8px 0;
  font-size: 0.875em;
}

.breadcrumbs > ol {
  display: flex;
}

.breadcrumbs li {
  display: inline-block;
  white-space: nowrap;
}

.breadcrumbs li:first-child {
  text-transform: uppercase;
}

.breadcrumbs li + li:before {
  margin: 0 4px;
  content: ">";
}

/* Home
--------------------------------*/

.introduction-area {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 32px;
  padding-bottom: 25vw;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5) 100%), url(images/bg_introduction.png) no-repeat 50% 100%/cover;
}

.introduction-area__tagline {
  font-weight: 700;
  font-size: 1.5em;
}

.announcement {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
}

.about-area {
  position: relative;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 48px;
  padding-bottom: 48px;
  background: #F5F5E7;
}

.about-area__heading {
  position: absolute;
  right: 0;
  bottom: 100%;
  left: 0;
  width: 93.75%;
  max-width: 1104px;
  margin: 0 auto;
  padding: 0.625em;
  border-radius: 0.6em 0.6em 0 0;
  background-color: inherit;
  font-size: 5vw;
}

.about-wrap {
  width: 93.75%;
  max-width: 1328px;
  margin: 0 auto;
  counter-reset: about;
}

.about-part {
  counter-increment: about;
}

.about-part__image,
.about-part__content {
  opacity: 0;
  transition: opacity 0.5s;
}

.no-js .about-part__image,
.no-js .about-part__content {
  opacity: 1;
  transform: none !important;
  transition: none;
}

[data-active=true] .about-part__image,
[data-active=true] .about-part__content {
  opacity: 1;
  transform: translateX(0) !important;
}

.about-part__image {
  position: relative;
  z-index: 2;
  margin-bottom: 2.5em;
}

.about-part__image img {
  border-radius: 1.2em;
}

.about-part__image img:nth-child(2) {
  position: absolute;
  right: 0.5em;
  bottom: 0;
  width: 24.091%;
  max-width: 212px;
  border-radius: 0;
  transform: translateY(50%);
}

.about-part__header {
  margin: 0 0 1.5em;
}

.about-part__header:before {
  display: block;
  color: #c6c1b2;
  font: 700 3em/1 Futura, "Century Gothic", sans-serif;
  content: "0" counter(about);
}

.about-part__heading {
  font-size: 2em;
}

.about-part__heading:after {
  display: block;
  flex: 100%;
  color: #c6c1b2;
  font: 700 0.375em/1.5 Futura, "Century Gothic", sans-serif;
  content: attr(data-en);
  speak: none;
}

.about-part__heading > span {
  display: flex;
  align-items: center;
}

.about-part__heading > span:after {
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  margin-left: 0.15em;
  background: url(images/sprite_about.svg) no-repeat 50% 0/100%;
  content: "";
}

.about-part:nth-child(2) .about-part__heading > span:after {
  background-position: 50% -1.25em;
}

.about-part:nth-child(3) .about-part__heading > span:after {
  background-position: 50% -2.5em;
}

.about-part:nth-child(4) .about-part__heading > span:after {
  background-position: 50% -3.75em;
}

.about-part:nth-child(5) .about-part__heading > span:after {
  background-position: 50% -5em;
}

.about-part__content {
  padding: 1em 1.5em;
  border-radius: 1.2em;
  background: #fff;
}

.about-part__tagline {
  line-height: 1.5;
  font-weight: 700;
  font-size: 2em;
}

.about-part__text {
  text-align: justify;
}

.about-part__text > p {
  margin: 0;
}

.about-part section {
  margin: 30px 0;
}

.about-part h4 {
  margin: 0 0 0.5em;
  padding: 0 0 0.5em;
  border-bottom: 1px dashed;
  font-size: 1.3em;
}

.btn--about {
  font-size: 1.125em;
}

.price {
  text-align: center;
}

.price__item {
  opacity: 0;
  margin: 0;
  transform: translateY(15%);
  transition: opacity 0.5s, transform ease-out 0.5s;
}

.no-js .price__item {
  opacity: 1;
  transform: translate(0, 0);
  transition: none;
}

.price__item[data-active=true] {
  opacity: 1;
  transform: translate(0, 0);
}

.price__item:before {
  display: block;
  width: 1em;
  height: 1em;
  line-height: 1;
  margin: 0.07143em auto;
  color: #56BD66;
  font-weight: 700;
  font-size: 3.5em;
  content: "+";
}

.price__item:first-child:before {
  content: none;
}

.price__heading {
  margin: 0 0 1em;
  font-size: 1.25em;
}

.price__image {
  position: relative;
  margin: 1em 0;
}

.price__image img {
  width: 100%;
  border-radius: 0.8em;
}

.price__or {
  display: block;
  line-height: 1.45;
  margin: 0.5em 0;
  color: #56BD66;
  font-weight: 700;
  font-size: 1.4em;
  text-transform: uppercase;
}

.price__value {
  position: absolute;
  right: -3vw;
  bottom: -3.78vw;
  width: 35.7143%;
}

.price__link {
  margin-top: 1em;
  text-align: center;
}

.price__note {
  line-height: 1.25;
  margin-top: 1em;
  font-size: 0.834em;
}

.advantage-area {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding: 48px 3.125vw 72px;
  background: url(images/bg_advantage_sp.jpg) no-repeat 50% 100%/cover;
}

.advantage-area__heading {
  margin-bottom: 1em;
}

.advantage-area__tagline {
  width: fit-content;
  line-height: 1.4;
  margin: 0 auto 1em;
  font-weight: 700;
  font-size: 1.45em;
}

.advantage-area__content {
  margin: 24px 0 32px;
  padding: 1em 1.5em;
  border-radius: 1.2em;
  background: rgba(255, 255, 255, 0.6);
}

.btn--advantage {
  background: #000;
}

.advantage-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: 700;
  font-size: 1.125em;
}

.advantage-list > li {
  padding-left: 1em;
  text-indent: -1em;
}

.advantage-list > li:before {
  content: "◎";
}

/* Page
--------------------------------*/

.page-header {
  display: flex;
  position: relative;
  height: 150px;
  max-height: 370px;
  margin-bottom: 48px;
  background: url(images/bg_header_sp.jpg) no-repeat 50% 50%/cover #111;
}

.page-header:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
  content: "";
}

.page-title {
  position: relative;
  z-index: 2;
  width: 93.75vw;
  max-width: 1104px;
  height: 2.5em;
  line-height: 2.5;
  margin: auto auto 0;
  border-radius: 1.2em 1.2em 0 0;
  background: #fff;
  font-size: 20px;
  text-align: center;
}

/** FAQ */

.faq-part {
  margin: 32px 0 0;
}

.faq-part:first-child {
  margin-top: 0;
}

.faq-part__heading {
  display: flex;
  align-items: center;
  margin: 0 0 0.5em;
  font-size: 18px;
  text-align: left;
}

.faq-part__heading:after {
  flex: 0 0 1.8em;
  margin-left: 0.15em;
  border-top: 1px dotted;
  content: "";
}

.faq-list {
  margin: 0;
}

.faq-list__item {
  padding: 1em 0;
  border-bottom: 1px dotted #333;
}

.faq-list__question,
.faq-list__answer {
  position: relative;
  padding-left: 1.6em;
}

.faq-list__question:before,
.faq-list__answer:before {
  position: absolute;
  top: 0;
  left: 0;
  font: 1.3em/1.6923 icomoon;
  content: "\e905";
}

.faq-list__question {
  font-weight: 900;
}

.faq-list__question:before {
  color: #56BD66;
  content: "\e904";
}

/* Archive
--------------------------------*/

.archive-title {
  display: flex;
  align-items: center;
  margin-bottom: 2em;
}

.archive-title:after {
  flex: auto;
  margin-left: 0.5em;
  border-top: 1px dotted #333;
  content: "";
}

.post-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 667px;
  margin: 0 auto;
}

.post-grid__item {
  flex: 0 0 48%;
}

.post-grid__link {
  display: block;
  text-decoration: none;
}

.post-grid__thumbnail {
  overflow: hidden;
  margin-bottom: 7.5%;
  border-radius: 0.5em;
}

.post-grid__thumbnail img {
  width: 100%;
  transition: transform 0.3s;
  aspect-ratio: 3/2;
  object-fit: cover;
}

.post-grid__link:hover .post-grid__thumbnail img,
.post-grid__link:focus .post-grid__thumbnail img {
  transform: scale(1.1);
}

.post-grid__title {
  line-height: 1.2;
  margin-top: 7.5%;
}

.post-grid__categories {
  display: flex;
  flex-wrap: wrap;
  margin: -0.091em 0 0 -0.45455em;
  font-size: 10px;
}

.post-grid__categories > span {
  display: inline-block;
  line-height: 2.273;
  margin: 0.091em 0 0 0.45455em;
  padding: 0 1.5em;
  border-radius: 2em;
  background: #475467;
  color: #fff;
  text-decoration: none;
}

/* Post
--------------------------------*/

.entry-header {
  margin-bottom: 32px;
}

.entry-title {
  line-height: 1.25;
  margin: 0 0 0.766em;
  padding: 0;
  font-size: 20px;
}

.entry-meta {
  display: flex;
  flex-wrap: wrap;
}

.entry-date {
  display: inline-block;
  margin-right: 1.43em;
  padding-right: 1.43em;
  border-right: 1px solid #ccc;
  color: #979797;
}

.post-categories > a {
  display: inline-block;
  padding: 0 0.3em;
  border-bottom: 1px dotted;
  text-decoration: none;
}

.post-categories > a:before {
  content: "#";
}

.entry-content {
  color: #333;
}

.attachment .entry-content {
  text-align: center;
}

.entry-content strong {
  color: inherit;
}

.entry-content em {
  color: inherit;
  font-style: italic;
  font-weight: inherit;
}

.read-more {
  text-align: right;
}

.post-share {
  margin-top: 40px;
}

.post-share__heading {
  display: block;
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  word-wrap: normal;
  margin: 0;
  padding: 0;
  border: 0;
}

/*** Wordpress Native Classes ***/

.wp-caption {
  max-width: 100%;
}

.alignleft,
.alignright,
.aligncenter {
  display: block;
  margin: 1em auto;
  text-align: center;
}

.alignnone {
  vertical-align: baseline;
}

div.wpcf7 {
  width: 100%;
  max-width: 880px;
  margin: 48px auto 0;
}

.field {
  margin-bottom: 24px;
}

.field__label {
  display: flex;
  align-items: center;
  margin-bottom: 0.25em;
}

.required,
.optional {
  display: inline-block;
  line-height: 1.64;
  vertical-align: text-bottom;
  margin-left: 8px;
  padding: 0 0.364em;
  border-radius: 2px;
  background: #56BD66;
  color: #fff;
  font-size: 0.786em;
}

.optional {
  background: #999;
}

.acceptance {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 32px 0;
  text-align: center;
}

.acceptance__link {
  margin-bottom: 0.5em;
  color: #999;
}

.acceptance__link:before {
  content: "→";
}

.acceptance__label {
  cursor: pointer;
}

.submit {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  text-align: center;
}

.submit:before {
  width: 24px;
  margin-right: 16px;
  content: "";
}

label[for],
.wpcf7-list-item > label {
  cursor: pointer;
}

input.wpcf7-submit {
  flex: 1 auto;
  max-width: 240px;
  line-height: 4.1667;
  border-radius: 4em;
  background: #56BD66;
  color: #fff;
  font-size: 14px;
}

.wpcf7-spinner {
  margin-right: 0;
}

.wpcf7-text.wpcf7-not-valid,
.wpcf7-textarea.wpcf7-not-valid {
  background: #fcc;
}

.wpcf7-textarea {
  width: 100%;
}

.wpcf7-checkbox,
.wpcf7-radio {
  display: block;
}

span.wpcf7-list-item {
  display: block;
  margin-left: 0;
}

.wpcf7-acceptance span {
  display: inline;
  position: static;
  margin: 0;
}

.wpcf7-response-output {
  text-align: center;
}

.wpcf7-recaptcha > div {
  margin: 30px auto;
}

.embed-privacy-policy {
  line-height: 1.75;
  margin: 32px 0;
  padding: 1em;
  border: 1px solid #ccc;
  height: 93.75vw;
  max-height: 360px;
  overflow: auto;
}

.embed-privacy-policy__caption {
  font-weight: 700;
  font-size: 1.7143em;
  text-align: center;
}

.embed-privacy-policy .privacy-policy-part {
  margin: 32px 0 0;
}

.embed-privacy-policy .privacy-policy-part__heading {
  font-size: 1.4286em;
  text-align: left;
}

.grecaptcha-badge {
  visibility: hidden;
}

.recaptcha-note {
  width: fit-content;
  margin: 24px auto;
  color: #999;
  font-family: Helvetica, sans-serif;
  font-weight: 400;
  font-size: 0.75em;
}

/* Page Navigation
--------------------------------*/

.navigation {
  margin-top: 48px;
  text-align: center;
}

.post-navigation a {
  text-decoration: none;
}

.nav-links {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.post-navigation .nav-links {
  max-width: 12em;
}

.nav-next {
  order: 0;
  margin-right: auto;
}

.nav-next > a:before {
  margin-right: 0.3em;
  font-family: FontAwesome;
  content: "\f104";
}

.nav-previous {
  order: 1;
  margin-left: auto;
}

.nav-previous > a:after {
  margin-left: 0.3em;
  font-family: FontAwesome;
  content: "\f105";
}

.page-numbers {
  display: inline-block;
  min-width: calc(2em + 2px);
  margin: 0 0.25em;
  padding: 0 0.25em;
  border: 1px solid #333;
  border-radius: 50%;
  font: 10px/2 Futura, "Century Gothic", sans-serif;
  text-decoration: none;
}

.page-numbers:before {
  vertical-align: top;
  font-family: FontAwesome;
}

.page-numbers:hover,
.page-numbers:focus {
  background: #F5F5E7;
}

.page-numbers.current {
  background: #56BD66;
  color: #fff;
  border-color: #56BD66;
}

.page-numbers.prev:before {
  content: "\f104";
}

.page-numbers.next:before {
  content: "\f105";
}

.back-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 93.75%;
  max-width: 1104px;
  line-height: 1.43;
  margin: 48px auto 0;
  padding: calc(1.5em - 1px) 0.5em;
  border: solid #333;
  border-width: 1px 0;
}

.blog-archive .back-link {
  max-width: 1328px;
}

.back-link__item {
  display: inline-flex;
  align-items: center;
  font-size: 0.75em;
  text-decoration: none;
  text-transform: uppercase;
}

.back-link__item:before {
  margin-right: 0.5em;
  font: 1.286em/1 icomoon;
  content: "\e903";
}

.back-link__item--top {
  margin-left: auto;
  flex-direction: row-reverse;
}

.back-link__item--top:before {
  margin-right: 0;
  margin-left: 0.5em;
  content: "\e900";
}

/* Social
--------------------------------*/

.share-buttons {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  text-align: center;
}

.share-buttons__item {
  flex: 0 0 auto;
  margin: 0 4px;
}

.share-buttons__link {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #ccc;
  color: #fff;
  text-decoration: none;
}

.share-buttons__link:before {
  display: block;
  font: 20px/2.4 FontAwesome, sans-serif;
  content: "\e911";
  speak: none;
}

.share-buttons__link.facebook {
  background-color: #3b5998;
}

.share-buttons__link.twitter {
  background-color: #1da1f3;
}

.share-buttons__link.googleplus {
  background-color: #dd4b39;
}

.share-buttons__link.tumblr {
  background-color: #36465d;
}

.share-buttons__link.pocket {
  background-color: #ef4056;
}

.share-buttons__link.hatena {
  background-color: #00a5de;
}

.share-buttons__link.line {
  background-color: #00c300;
}

.share-buttons__title {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  word-wrap: normal;
}

.share-buttons__link.facebook:before {
  content: '\f09a';
}

.share-buttons__link.twitter:before {
  content: '\f099';
}

.share-buttons__link.googleplus:before {
  content: '\f0d5';
}

.share-buttons__link.tumblr:before {
  content: '\f173';
}

.share-buttons__link.pocket:before {
  content: '\f265';
}

.share-buttons__link.hatena:before {
  content: 'B!';
  font-family: Verdana, sans-serif;
  font-weight: 700;
}

.share-buttons__link.line:before {
  content: 'LINE';
}

/* Extra
--------------------------------*/

.for-ie {
  padding: 10px 0;
  background: #f00;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.modal__overlay {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  transition: 0.3s;
  transition-property: opacity, z-index;
  pointer-events: none;
  cursor: pointer;
}

.modal[aria-hidden=false] .modal__overlay {
  z-index: 10000;
  opacity: 1;
  pointer-events: auto;
}

.modal__container {
  width: 93.75%;
  max-width: 1104px;
  margin: 0 auto;
}

.modal__movie {
  position: relative;
  opacity: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  padding-top: 56.25%;
  transition: opacity 0.3s;
}

.modal__movie[data-loaded=true] {
  opacity: 1;
}

.modal__movie > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal__close {
  position: fixed;
  right: 1em;
  top: 1em;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 2.5em;
  height: 2.5em;
  border: 0;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: transparent;
  font-size: 1em;
}

.modal__close:before,
.modal__close:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 8%;
  height: 44%;
  margin: auto;
  border-radius: 0.2em;
  background: #fff;
  transform: rotate(-45deg);
  transition: background-color 0.2s ease-in-out;
  content: "";
}

.modal__close:after {
  transform: rotate(45deg);
}

.modal__close:hover,
.modal__close:focus {
  background: #fff;
}

.modal__close:hover:before,
.modal__close:hover:after,
.modal__close:focus:before,
.modal__close:focus:after {
  background: #666;
}

/* Media Queries
--------------------------------*/

@media print, screen and (min-width: 397px) {
  .foot-contact__caption {
    font-size: 18px;
  }
}

@media print, screen and (min-width: 520px) {
  .introduction-area {
    padding-bottom: 130px;
  }

  .about-area__heading {
    font-size: 26px;
  }
}

@media print, screen and (min-width: 601px) {
  .admin-bar .drawer {
    top: 46px;
  }
}

@media print, screen and (min-width: 768px) {
  body {
    font-size: 1.6977928693vw;
  }

  section {
    margin-top: 6.7911714771%;
    margin-bottom: 6.7911714771%;
  }

  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=url],
  input[type=search],
  input[type=number],
  input[type=date],
  input[type=password],
  textarea,
  select {
    padding: 0.75em;
  }

  .btn {
    font-size: 0.9em;
  }

  h2 {
    font-size: 2.35em;
  }

  .break-non-mobile:before {
    white-space: pre;
    content: "\a";
  }

  .toc {
    margin: 2em 0;
    padding: 1.5em;
  }

  .site-header-content {
    padding-top: 2.0373514431vw;
    padding-bottom: 2.0373514431vw;
  }

  .site-title {
    width: 22.4108658744vw;
  }

  .software-partner-mark {
    width: 21.7317487267vw;
    margin-left: 3em;
  }

  .global-nav {
    display: block;
    margin-left: auto;
    font-size: 0.8em;
  }

  .global-nav__list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .global-nav__item {
    margin-top: 0;
    margin-left: 1.25em;
  }

  .global-nav__item:last-child {
    margin-top: 0;
  }

  .global-nav__link--btn {
    width: auto;
    max-width: none;
    min-width: 9em;
    line-height: 3.294;
    font-size: 1.0625em;
  }

  .menu-button {
    display: none;
  }

  .jumbotron {
    font-size: 1.9444444444vw;
  }

  .jumbotron__content {
    right: auto;
    width: 50%;
  }

  .jumbotron__tagline,
  .jumbotron__tagline2 {
    text-shadow: none;
  }

  .jumbotron__tagline {
    font-size: 2.6786em;
  }

  .jumbotron__tagline2 {
    font-size: 1.25em;
  }

  .jumbotron-partner {
    margin: 1.85em 0 3.2em;
  }

  .jumbotron-link {
    justify-content: flex-start;
    font-size: 0.607em;
  }

  .jumbotron-link__btn {
    line-height: 4.353;
  }

  .site-footer {
    margin-top: 8.1494057725vw;
  }

  .site-footer-content {
    padding-top: 4.0747028862vw;
  }

  .foot-contact {
    padding-bottom: 1em;
    text-align: left;
  }

  .foot-contact__caption {
    margin-bottom: 0.1em;
    font-size: 2em;
  }

  .foot-contact__tel {
    margin: 0;
    font-size: 2.35em;
  }

  .foot-contact__hours {
    font-size: 0.617em;
  }

  .foot-contact__link {
    position: absolute;
    right: 0;
    bottom: 0;
    justify-content: flex-end;
    gap: 1.5em;
    font-size: 0.9em;
  }

  .foot-contact__btn {
    width: 12em;
    line-height: 4.1667;
  }

  .foot-menu {
    justify-content: flex-start;
    line-height: 1;
    margin-top: 4.57143em;
    padding-top: 0.857143em;
    padding-bottom: 0.857143em;
    font-size: 0.7em;
  }

  .foot-menu__item {
    margin-right: 1em;
    padding-right: 1em;
    border-right: 1px solid;
  }

  .foot-menu__link {
    text-decoration: none;
  }

  .copyright {
    position: absolute;
    right: 4em;
    bottom: 0;
    line-height: 2.7143;
    padding: 0;
    background: transparent;
    font-size: 0.7em;
    text-align: right;
  }

  .site-content--blog {
    display: flex;
    justify-content: space-between;
  }

  .sidebar {
    margin-top: 0;
  }

  .introduction-area {
    height: 116.0441426146vw;
    max-height: 1367px;
    padding-top: 5.9422750424vw;
    padding-bottom: 5.9422750424vw;
    background: url(images/bg_introduction.png) no-repeat 50% 100%/auto 100%;
    text-align: center;
  }

  .introduction-area__tagline {
    line-height: 2.812;
    font-size: 1.6em;
  }

  .announcement {
    margin-bottom: 7.2463768116%;
  }

  .about-area {
    padding-top: 7.2463768116%;
    padding-bottom: 7.2463768116%;
  }

  .about-area__heading {
    font-size: 2em;
  }

  .about-wrap,
  .advantage-area,
  .post-grid {
    font-size: 1.414427157vw;
  }

  .about-part {
    display: grid;
    align-items: flex-start;
    grid-template-columns: 1fr 32.53% 33.735%;
    grid-template-rows: auto auto;
    margin-top: 6em;
  }

  .about-part:first-child {
    margin-top: 0;
  }

  .about-part:nth-child(2n+1) {
    grid-template-columns: 33.735% 32.53% 1fr;
  }

  .about-part__image,
  .about-part__content {
    transition-property: opacity, transform;
  }

  .about-part__image {
    z-index: 0;
    grid-column: 2/4;
    grid-row: 1/3;
    transform: translateX(25%);
    margin: 0;
  }

  .about-part:nth-child(2n+1) .about-part__image {
    grid-column: 1/3;
    transform: translateX(-25%);
  }

  .about-part__header {
    grid-column: 1;
    grid-row: 1;
    height: 14.5em;
    margin: 0;
  }

  .about-part:nth-child(2n+1) .about-part__header {
    grid-column: 3;
    text-align: right;
  }

  .about-part__heading {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    align-items: center;
  }

  .about-part__heading:before {
    flex: 1 auto;
    margin: 0 0.25em;
    border-top: 0.1em dotted;
    content: "";
  }

  .about-part:nth-child(2n+1) .about-part__heading {
    flex-direction: row;
  }

  .about-part:nth-child(2n+1) .about-part__heading > span {
    flex-direction: row-reverse;
  }

  .about-part:nth-child(2n+1) .about-part__heading > span:after {
    margin-right: 0.15em;
    margin-left: 0;
  }

  .about-part__content {
    position: relative;
    z-index: 10;
    grid-column: 1/3;
    grid-row: 2;
    min-height: 23.9em;
    padding: 2em;
    background: rgba(255, 255, 255, 0.9);
    transform: translateX(-25%);
  }

  .about-part:nth-child(2n+1) .about-part__content {
    grid-column: 2/4;
    transform: translateX(25%);
  }

  .about-part__tagline {
    font-size: 2.35em;
  }

  .btn--about {
    display: block;
    width: 92.922%;
    margin: 0 auto;
    padding: 0.82em;
    font-size: 2.35em;
  }

  .price {
    display: flex;
    justify-content: space-between;
    width: 84.9637681159%;
    margin: 2.4em auto 0;
  }

  .price__item {
    flex: 0 0 46.2686567164%;
    margin: 0;
    transform: translateX(25%);
    transition-duration: 0.8s;
  }

  .price__item:nth-child(2) {
    transition-delay: 0.3s;
  }

  .price__item:before {
    content: none;
  }

  .price__heading {
    font-size: 1em;
  }

  .price__image {
    display: flex;
    position: relative;
    flex-direction: column;
    aspect-ratio: 1/1;
  }

  .price__image:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 1em;
    height: 1em;
    line-height: 1;
    margin: auto;
    color: #56BD66;
    font-weight: 700;
    font-size: 3.5em;
    content: "+";
  }

  .price__item:last-child .price__image:after {
    content: none;
  }

  .price__or {
    line-height: 1;
    margin: auto 0;
  }

  .price__value {
    right: 0;
    bottom: 0;
    margin: 0 -5.3% -6.68% 0;
  }

  .price__link {
    margin-top: 16.59%;
  }

  .price__note {
    font-size: 0.7em;
  }

  .advantage-area {
    display: grid;
    align-items: flex-start;
    grid-template-columns: 41.1145% 1fr 54.217%;
    grid-template-rows: auto auto 1fr;
    height: 58.283vw;
    max-height: 774px;
    padding-top: 4.5em;
    padding-bottom: 4.5em;
    background-image: url(images/bg_advantage.jpg);
  }

  .advantage-area__heading {
    grid-column: 1;
    grid-row: 1;
    font-size: 2em;
    text-align: left;
  }

  .advantage-area__tagline {
    grid-column: 1;
    grid-row: 2;
    width: auto;
    margin: 0 0 1em;
  }

  .advantage-area__link {
    grid-column: 1;
    grid-row: 3;
  }

  .advantage-area__content {
    grid-column: 3;
    grid-row: 1/4;
    margin: 0;
    padding: 1.5em 3.2em;
  }

  .advantage-list {
    font-size: 1.3em;
  }

  .page-header {
    height: 31.4091680815vw;
    margin-bottom: 4em;
    background-image: url(images/bg_header.jpg);
  }

  .page-title {
    font-size: 2em;
  }

  .faq-part {
    margin-top: 5.7971014493%;
  }

  .faq-part__heading {
    font-size: 2em;
  }

  .faq-part__heading:after {
    border-top-width: 0.05em;
  }

  .post-grid {
    justify-content: flex-start;
    max-width: none;
  }

  .post-grid__item {
    flex-basis: 24.0964%;
    margin: 3% 0 0 1.2048%;
  }

  .post-grid__item:nth-child(4n+1) {
    margin-left: 0;
  }

  .post-grid__item:nth-child(-n+4) {
    margin-top: 0;
  }

  .post-grid__title {
    font-size: 0.75em;
  }

  .post-grid__categories {
    font-size: 0.55em;
  }

  .entry-header {
    margin-bottom: 6.25%;
  }

  .entry-title {
    font-size: 2.35em;
  }

  .entry-meta {
    font-size: 0.7em;
  }

  .alignleft {
    float: left;
    margin: 0 1em 0 0;
  }

  .alignright {
    float: right;
    margin: 0 0 0 1em;
  }

  div.wpcf7 {
    margin-top: 7.2463768116%;
    font-size: 14px;
  }

  .field {
    margin-bottom: 3.4091%;
  }

  .acceptance {
    margin: 3.6231884058% 0;
  }

  .submit {
    margin-top: 3.4091%;
  }

  .submit:before {
    margin-right: 24px;
  }

  input.wpcf7-submit {
    font-size: 18px;
  }

  .embed-privacy-policy {
    height: 200px;
  }

  .embed-privacy-policy .privacy-policy-part {
    margin-top: 40px;
  }

  .navigation {
    margin-top: 7.2463768116%;
  }

  .nav-links {
    font-size: 0.8em;
  }

  .page-numbers {
    font-size: 1em;
  }

  .back-link {
    margin-top: 4em;
    padding: calc(2em - 1px) 1.6em;
  }

  .back-link__item {
    font-size: 0.7em;
  }

  .back-link__item:before {
    margin-right: 0.778em;
  }

  .back-link__item--top:before {
    margin-right: 0;
    margin-left: 0.778em;
  }
}

@media print, screen and (min-width: 783px) {
  .admin-bar .drawer {
    top: 32px;
  }
}

@media print, screen and (min-width: 1178px) {
  body {
    font-size: 20px;
  }

  a[href^="tel:"] {
    text-decoration: inherit;
  }

  .site-content,
  .site-footer-content {
    padding-right: 37px;
    padding-left: 37px;
  }

  .site-header-content {
    padding: 24px 37px;
  }

  .site-footer {
    margin-top: 96px;
  }

  .site-footer-content {
    padding-top: 48px;
  }

  .introduction-area {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .archive-title,
  .post-grid {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding-right: 3.125vw;
    padding-left: 3.125vw;
  }
}

@media print and (min-resolution: 2dppx), screen and (min-width: 1178px) and (min-resolution: 2dppx) {
  .introduction-area {
    background-image: url(images/bg_introduction@2x.png);
  }

  .advantage-area {
    background-image: url(images/bg_advantage@2x.jpg);
  }

  .page-header {
    background-image: url(images/bg_header@2x.jpg);
  }
}

@media print, screen and (min-width: 1414px) {
  .about-wrap,
  .advantage-area,
  .post-grid {
    font-size: 20px;
  }

  .advantage-area {
    padding-right: calc(50vw - 664px);
    padding-left: calc(50vw - 664px);
  }
}

@media print, screen and (min-width: 1417px) {
  .archive-title,
  .post-grid {
    padding-right: calc(50vw - 664px);
    padding-left: calc(50vw - 664px);
  }
}

@media print, screen and (min-width: 1440px) {
  .jumbotron {
    font-size: 28px;
  }
}

@media screen and (max-width: 767px) {
  .break-mobile:before {
    white-space: pre;
    content: "\a";
  }

  .site-content {
    font-size: 0.75em;
  }

  .archive-list {
    display: flex;
    flex-wrap: wrap;
  }

  .archive-list > li {
    flex: 0 0 50%;
  }

  .archive-list > li:only-child {
    flex-basis: 100%;
  }

  .wpcf7-spinner {
    margin-left: 16px;
  }

  .wpcf7-text {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .admin-bar .drawer {
    padding-top: 102px;
  }
}

@media screen and (max-width: 419px) {
  .foot-contact__link {
    flex-wrap: wrap;
  }
}

@media print {
  body {
    min-width: 1178px;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  figcaption {
    page-break-after: avoid;
    page-break-inside: avoid;
  }

  blockquote,
  figure,
  table {
    page-break-inside: avoid;
  }
}