@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
:root {
    --bg-main: #E3F6FF;
    --form: #F2FBFF;
    --bg-button: #FFD700;
    --hight-line: #FFEE96;
    --primary-000: #E9F1F5;
    --primary-001: #BBE7FC;
    --primary-002: #A2E0FF;
    --primary-003: #6FBCE3;
    --primary-004: #469CC7;
    --primary-005: #0C82BC;
    --primary-006: #1A469D;
    --primary-hover-006: #0C3381;
    --secondary-001: #CAD8DE;
    --secondary-002: #92A1A8;
    --secondary-003: #667075;
    --color-font: #090A0A;
}
*, :before, :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
}
body {
    font-family: 'Noto Sans JP', sans-serif;
}
body {
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  max-width: 100%;
  height: auto;
}

ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}

ol,
ul {
  list-style: none;
}

i {
  font-style: normal;
}

label {
  cursor: pointer;
}

th,
td {
  vertical-align: middle;
}

th {
  font-weight: normal;
  text-align: left;
}

a {
  color: #844723;
  text-decoration: none;
  outline: none;
}

em {
  font-weight: bold;
  font-style: normal;
}

figcaption {
  line-height: normal;
}

hr {
  margin: 0;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

.error {
  border: 1px solid #f00 !important;
}
.pl-5 {
  padding-left: 5px;
}
.pr-5 {
  padding-right: 5px;
}
.pt-15 {
  padding-top: 15px;
}
.m-sp-only {
  display: none;
}

.m-text-10 {
  font-size: 10px;
  line-height: 1.75;
}

.m-text-11 {
  font-size: 11px;
  line-height: 1.75;
}

.m-text-12 {
  font-size: 12px;
  line-height: 1.75;
}

.m-text-13 {
  font-size: 13px;
  line-height: 1.75;
}

.m-text-14 {
  font-size: 14px;
  line-height: 2;
}

.m-text-15 {
  font-size: 15px;
  line-height: 1.75;
}

.m-text-16 {
  font-size: 16px;
  line-height: 1.75;
}

.m-text-17 {
  font-size: 17px;
  line-height: 1.6;
}

.m-text-18 {
  font-size: 18px;
  line-height: 1.6;
}

.m-text-19 {
  font-size: 19px;
  line-height: 1.6;
}

.m-text-20 {
  font-size: 20px;
  line-height: 1.6;
}

.m-text-21 {
  font-size: 21px;
  line-height: 1.6;
}

.m-text-22 {
  font-size: 22px;
  line-height: 1.6;
}

.m-text-23 {
  font-size: 23px;
  line-height: 1.6;
}

.m-text-24 {
  font-size: 24px;
  line-height: 1.4;
}

.m-text-25 {
  font-size: 25px;
  line-height: 1.4;
}

.m-text-26 {
  font-size: 26px;
  line-height: 1.4;
}

.m-text-27 {
  font-size: 27px;
  line-height: 1.4;
}

.m-text-28 {
  font-size: 28px;
  line-height: 1.4;
}

.m-text-30 {
  font-size: 30px;
  line-height: 1.4;
}

.m-text-31 {
  font-size: 31px;
  line-height: 1.4;
}

.m-text-32 {
  font-size: 32px;
  line-height: 1.4;
}

.m-text-34 {
  font-size: 34px;
  line-height: 1.4;
}

.m-text-35 {
  font-size: 35px;
  line-height: 1.4;
}

.m-text-36 {
  font-size: 36px;
  line-height: 1.4;
}

.m-text-37 {
  font-size: 37px;
  line-height: 1.4;
}

.m-text-38 {
  font-size: 38px;
  line-height: 1.4;
}

.m-text-40 {
  font-size: 40px;
  line-height: 1.2;
}

.m-text-42 {
  font-size: 42px;
  line-height: 1.2;
}

.m-text-44 {
  font-size: 44px;
  line-height: 1.2;
}

.m-text-46 {
  font-size: 46px;
  line-height: 1.2;
}

.m-text-lhl {
  line-height: 2;
}

.m-ls1 {
  letter-spacing: 0.1em;
}

.m-ls2 {
  letter-spacing: 0.2em;
}

.m-text-ind {
  text-indent: 1em;
}

.m-font-b {
  font-weight: 700;
}

.m-color-wh {
  color: #000;
}

.m-color-wh a {
  color: #fff;
}

.m-color-bl {
  color: #7ac1e4;
}

.m-color-bl a {
  color: #7ac1e4;
}

.m-color-red,
.error,
.m-attention {
  color: #e58878;
}

.m-uline {
  text-decoration: underline;
}

.m-uline:hover {
  text-decoration: none;
}

.m-hline:hover {
  text-decoration: underline;
}

.m-op {
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.m-op:hover {
  opacity: 0.7;
  text-decoration: none;
}

.m-cf {
  *zoom: 1;
}

.m-cf:after {
  content: "";
  display: table;
  clear: both;
}

.m-dis-n {
  display: none !important;
}

.m-dis-b {
  display: block;
}

.m-dis-ib {
  display: inline-block;
}

.m-dis-i {
  display: inline;
}

.m-ov-h {
  overflow: hidden;
}

.m-d-tbl {
  display: table;
  width: 100%;
}

.m-d-tbl__cell {
  display: table-cell;
}

.m-nowrap {
  white-space: nowrap;
}

.m-img-radius {
  border-radius: 50%;
}

.m-fl-l {
  float: left;
}

.m-fl-r {
  float: right;
}

.m-hr {
  height: 1px;
  background-color: #7ac1e4;
  border: 0;
}

.m-align-c {
  text-align: center;
}

.m-align-l {
  text-align: left;
}

.m-align-r {
  text-align: right;
}

.m-valign-t {
  vertical-align: top;
}

.m-valign-m {
  vertical-align: middle;
}

.m-valign-b {
  vertical-align: bottom;
}

.m-mt-2xs {
  margin-top: 5px;
}

.m-mt-xs {
  margin-top: 10px;
}

.m-mt-s {
  margin-top: 20px;
}

.m-mt {
  margin-top: 30px;
}

.m-mt-l {
  margin-top: 40px;
}

.m-mt-xl {
  margin-top: 60px;
}

.m-mt-2xl {
  margin-top: 80px;
}

.m-mb-2xs {
  margin-bottom: 5px;
}

.m-mb-xs {
  margin-bottom: 10px;
}

.m-mb-s {
  margin-bottom: 20px;
}

.m-mb {
  margin-bottom: 30px;
}

.m-mb-l {
  margin-bottom: 40px;
}

.m-mb-xl {
  margin-bottom: 60px;
}

.m-mb-2xl {
  margin-bottom: 80px;
}

.m-ml-1em {
  margin-left: 1em;
}

.m-mr-1em {
  margin-right: 1em;
}

.m-pt-2xs {
  padding-top: 5px;
}

.m-pt-xs {
  padding-top: 10px;
}

.m-pt-s {
  padding-top: 20px;
}

.m-pt {
  padding-top: 30px;
}

.m-pt-l {
  padding-top: 40px;
}

.m-pt-xl {
  padding-top: 60px;
}

.m-pt-2xl {
  padding-top: 80px;
}

.m-pb-2xs {
  padding-bottom: 5px;
}

.m-pb-xs {
  padding-bottom: 10px;
}

.m-pb-s {
  padding-bottom: 20px;
}

.m-pb {
  padding-bottom: 30px;
}

.m-pb-l {
  padding-bottom: 40px;
}

.m-pb-xl {
  padding-bottom: 60px;
}

.m-pb-2xl {
  padding-bottom: 80px;
}

.m-p-xs {
  padding: 10px;
}

.m-p-s {
  padding: 20px;
}

.m-p {
  padding: 30px;
}

.m-p-l {
  padding: 40px;
}

.m-list-dot > li {
  position: relative;
  padding-left: 1em;
}

.m-list-dot > li:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

.m-list-cir > li {
  position: relative;
  padding-left: 1em;
}

.m-list-cir > li:before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
  color: #7ac1e4;
}

.m-list-decimal {
  list-style: decimal;
  margin-left: 1.5em;
}

.l-inner-s,
.l-inner {
  *zoom: 1;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.l-inner-s:after,
.l-inner:after {
  content: "";
  display: table;
  clear: both;
}

.l-inner {
  max-width: 1000px;
}

.l-inner-s {
  max-width: 570px;
}

.m-bg-gy {
  background-color: #e6e6e6;
}

.m-bg-be {
  background-color: #fbf6ee;
}

.m-bg-bl {
  background-color: rgb(122, 193, 228);
}

.m-bg-fc {
  background-color: #dbeeff;
}

.m-bg-pr {
  background-color: #f9f9f9;
}

.m-column {
  *zoom: 1;
}

.m-column:after {
  content: "";
  display: table;
  clear: both;
}

.m-column__item {
  float: left;
  width: 50%;
}

.m-column__item--r {
  float: right;
}

.m-column__item--w20 {
  width: 20%;
}

.m-column__item--w25 {
  width: 25%;
}

.m-column__item--w33 {
  width: 33.3%;
}

.m-column__item--w100 {
  width: 100%;
}

.m-column--g10 {
  margin-left: -5px;
  margin-right: -5px;
}

.m-column--g10 > .m-column__item {
  padding-left: 5px;
  padding-right: 5px;
}

.m-column--g20 {
  margin-left: -10px;
  margin-right: -10px;
}

.m-column--g20 > .m-column__item {
  padding-left: 10px;
  padding-right: 10px;
}

.m-column--g30 {
  margin-left: -15px;
  margin-right: -15px;
}

.m-column--g30 > .m-column__item {
  padding-left: 15px;
  padding-right: 15px;
}

.m-column--g40 {
  margin-left: -20px;
  margin-right: -20px;
}

.m-column--g40 > .m-column__item {
  padding-left: 20px;
  padding-right: 20px;
}

.m-column--g60 {
  margin-left: -30px;
  margin-right: -30px;
}

.m-column--g60 > .m-column__item {
  padding-left: 30px;
  padding-right: 30px;
}

.m-media {
  *zoom: 1;
}

.m-media:after {
  content: "";
  display: table;
  clear: both;
}

.m-media__image {
  float: left;
}

.m-media__image--r {
  float: right;
}

.m-media--g20 .m-media__image {
  margin-right: 20px;
}

.m-media--g20 .m-media__image--r {
  margin-right: 0;
  margin-left: 20px;
}

.m-media--g10 .m-media__image {
  margin-right: 10px;
}

.m-media--g10 .m-media__image--r {
  margin-right: 0;
  margin-left: 10px;
}

.m-media__content {
  overflow: hidden;
}

.m-tbl {
  width: 100%;
}

.m-tbl th,
.m-tbl td {
  padding: 10px;
  border: solid 1px #7ac1e4;
}

.m-tbl th {
  font-weight: 700;
  color: #ccc;
}

.m-tbl thead th {
  text-align: center;
}

.m-tbl tbody th {
  width: 320px;
}

.m-tbl tbody th.row2 {
  width: 160px;
}

.m-btn {
  display: block;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  font-size: 23px;
  text-align: center;
  background-color: #ffec00;
  border-radius: 6px;
  color: #000;
}

.m-icon {
  display: inline-block;
  vertical-align: middle;
}

.m-icon--ar-r {
  margin-top: -3px;
  width: 15px;
  height: 15px;
  background-size: 100%;
  margin-left: 5px;
  border-radius: 50%;
  background-image: url(../images/common/icon_ar-r.png);
}

button {
  display: inline-block;
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  background: none;
  outline: none;
  vertical-align: top;
  margin: 0;
  padding: 0;
  font-size: 0;
}

input[type="text"],
textarea {
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  box-shadow: none;
  border-radius: 6px;
  width: 100%;
  padding: 10px 15px;
  background-color: #fff;
  outline: none;
  color: #000;
}

textarea {
  width: 100%;
}

input[type="radio"],
input[type="checkbox"] {
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  margin-right: 10px;
  margin-top: -3px;
  border: solid 1px #ccc;
  box-shadow: none;
  background-color: #fff;
  outline: none;
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

input[type="radio"]:after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #7ac1e4;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -4px;
  margin-left: -4px;
  border-radius: 100%;
  display: none;
}

input[type="radio"]:checked:after {
  display: block;
}

input[type="checkbox"]:after {
  content: "";
  width: 6px;
  height: 12px;
  position: absolute;
  left: 50%;
  top: 50%;
  border-bottom: solid 2px #7ac1e4;
  border-right: solid 2px #7ac1e4;
  margin-top: -8px;
  margin-left: -3px;
  display: none;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

input[type="checkbox"]:checked:after {
  display: block;
}

input[type="radio"] {
  border-radius: 100%;
}

input[type="checkbox"] {
  border-radius: 0;
}

label {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  *zoom: 1;
}

label:after {
  content: "";
  display: table;
  clear: both;
}

label input[type="radio"],
label input[type="checkbox"] {
  float: left;
  margin-top: 4px;
  display: block;
}

label > span {
  overflow: hidden;
  display: block;
}

label + label {
  margin-left: 10px;
}

select {
  position: relative;
  width: 50%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  min-height: 40px;
  padding: 15px 45px 15px 15px;
  border: 0;
  box-shadow: none;
  border-radius: 6px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 40px auto;
  background-image: url(../images/common/icon_select.png);
  background-position: right 50%;
  cursor: pointer;
  font-size: 16px;
  outline: none;
  text-overflow: "";
}

select::-ms-expand {
  display: none;
}

li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
dt,
dd {
  max-height: 999999px;
}

body {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック",
    YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica,
    Arial, sans-serif;
  font-size: 16px;
  line-height: 1.231;
  color: #000;
}

#l-wrapper {
  position: relative;
  min-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.footer__inner {
  *zoom: 1;
  position: relative;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.footer__inner:after {
  content: "";
  display: table;
  clear: both;
}

.footer__logo {
  float: left;
  padding: 20px 0;
}

.footer__cr {
  float: right;
  line-height: 70px;
  font-size: 11px;
}

.banner-campaign {
  position: absolute;
  bottom: 15px;
  left: 0;
}
.banner-campaign a {
  display: block;
  width: 100%;
  height: 100%;
}
.banner-campaign a:hover {
  opacity: 0.8;
}
.info-doc {
  padding: 15px 0px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin-top: 30px;
}
.list-doc {
  list-style: none;
  padding-top: 30px;
}
.list-doc li {
  padding: 5px 5px 5px 25px;
  background: url(../images/home/mv/icon-hand.png) left 5px no-repeat;
  background-size: 19px 17px;
}
.marT120 {
  margin-top: 120px !important;
}
.text-style-1 {
  font-size: 36px;
}

.text-style-2 {
  line-height: 1.75;
}

.text-style-3 {
  line-height: 150%;
}

.home-sp__logo {
  display: none;
}

.home-business-list {
  *zoom: 1;
  margin-left: -40px;
  margin-right: -40px;
}

.home-business-list:after {
  content: "";
  display: table;
  clear: both;
}

.home-business-list li {
  position: relative;
  float: left;
  width: 33.3%;
  padding-right: 40px;
  padding-left: 40px;
}

.home-business-list__title {
  position: relative;
  display: table;
  width: 100%;
}

.home-business-list__title > span {
  display: table-cell;
  vertical-align: middle;
}

.home-business-list__title > i {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -27px;
  width: 54px;
  height: 54px;
  color: #fff;
  text-align: center;
  line-height: 54px;
  font-size: 26px;
  border-radius: 50%;
  background-color: #7ac1e4;
}

.home-business-list__title > span {
  padding-left: 70px;
}

.home-business-list li:nth-of-type(2) .home-business-list__title > i {
  background-color: #e58878;
}

.home-business-list li:nth-of-type(3) .home-business-list__title > i {
  background-color: #469d65;
}

.home-function-list {
  *zoom: 1;
  margin-left: -10px;
  margin-right: -10px;
}

.home-function-list:after {
  content: "";
  display: table;
  clear: both;
}

.home-function-list li {
  float: left;
  width: 16.66%;
  padding-right: 10px;
  padding-left: 10px;
  text-align: center;
}

.home-voice {
  *zoom: 1;
  padding-top: 60px;
}

.home-voice:after {
  content: "";
  display: table;
  clear: both;
}

.home-voice__image {
  position: relative;
  float: left;
  margin-right: 40px;
}

.home-voice__image__text {
  position: absolute;
  left: -20px;
  bottom: -20px;
}

.home-voice__content {
  overflow: hidden;
}

.home-voice--r .home-voice__image {
  float: right;
  margin-right: 0;
  margin-left: 40px;
}

.home-voice--r .home-voice__image__text {
  left: auto;
  right: -20px;
}

.home-voice + .home-voice,
.home-sale {
  margin-top: 60px;
  border-top: dashed 1px #7ac1e4;
}

.home-voice__image img {
  border-radius: 7px;
}

.home-plan-title {
  padding: 10px;
  text-align: center;
}

.home-plan-title--keyword {
  background-color: #8cc63f;
}

.home-plan-title--standard {
  background-color: #ed5c79;
}

.home-plan-title--pro {
  background-color: #736357;
}

.home-plan-price {
  display: inline-block;
  padding: 10px;
  font-size: 17px;
  color: #fff;
  vertical-align: top;
  margin-right: 10px;
}

.home-plan-price--keyword {
  background-color: #8cc63f;
}

.home-plan-price--standard {
  background-color: #ed5c79;
}

.home-plan-price--pro {
  background-color: #736357;
}

.home-flow-step {
  display: block;
  font-weight: bold;
  font-size: 27px;
  color: #7ac1e4;
  text-align: center;
}

.home-flow-step > span {
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: solid 3px #7ac1e4;
}

.home-flow-text {
  padding-top: 10px;
  border-top: solid 1px #000;
}

.home-support-text {
  padding-top: 10px;
  border-top: solid 1px #fff;
}

.home-member {
  *zoom: 1;
  margin-left: -12px;
  margin-right: -13px;
}

.home-member:after {
  content: "";
  display: table;
  clear: both;
}

.home-member__title {
  margin-bottom: 30px;
  text-align: center;
  background-color: #7ac1e4;
  color: #fff;
  font-size: 14px;
  padding: 10px;
}
.home-member__col__inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.home-member__col {
  padding-left: 10px;
  padding-right: 10px;
}
.home-member__col--50 {
  width: 50%;
}
.home-member__col--100 {
  width: 100%;
}
.home-member__item {
  display: flex;
  margin-bottom: 30px;
}
.home-member__item figure {
  flex: 0 0 140px;
  margin-right: 20px;
}
.home-member__item dt {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 33px;
}
.home-member__item dd {
  font-size: 14px;
  line-height: 21px;
}
.m-trial-title {
  text-align: center;
}

.m-trial-title span {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  background-color: #fff;
  color: #999;
  font-weight: bold;
  font-size: 21px;
}

.m-trial-title span:before,
.m-trial-title span:after {
  content: "";
  width: 105%;
  height: 2px;
  background-color: #999;
  position: absolute;
  left: -2.5%;
}

.m-trial-title span:before {
  top: -2px;
}

.m-trial-title span:after {
  bottom: -2px;
}

.m-trial table {
  width: 100%;
  font-size: 14px;
}

.m-trial table th,
.m-trial table td {
  padding-bottom: 20px;
  vertical-align: top;
}

.m-trial table th {
  width: 190px;
  padding-top: 4px;
  font-size: 18px;
  color: #000;
}

.m-trial table td {
  position: relative;
}

.m-trial table td .require,
.m-trial table td .any {
  position: absolute;
  right: 0;
  margin-right: 15px;
  top: 10px;
  font-size: 14px;
}

.m-trial table td .require--sl,
.m-trial table td .any--sl {
  right: 50%;
  top: 12px;
  margin-right: 40px;
}

.m-trial button {
  display: block;
  width: 100%;
  padding: 15px;
  font-size: 37px;
  text-align: center;
  background-color: #ffcd3a;
  border-radius: 6px;
  color: #000;
}
.m-trial button:hover {
  background-color: #e6b935;
}
.m-trial input[type="text"],
.m-trial textarea,
.m-trial select {
  padding: 10px 60px 10px 15px;
  font-size: 18px;
}

.m-trial textarea {
  height: 80px;
  resize: none;
}

.btn_gif {
  display: inline-block;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
}

.btn_gif_center {
  display: block;
  text-align: center;
}

.btn_gif:before {
  background: rgba(181, 181, 181, 1);
  background: -moz-linear-gradient(
    left,
    rgba(255, 255, 255, 0.8) 0%,
    rgba(255, 255, 255, 0.2) 100%
  );
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, rgba(255, 255, 255, 0.8)),
    color-stop(100%, rgba(255, 255, 255, 0.2))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0.8) 0%,
    rgba(255, 255, 255, 0.2) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(255, 255, 255, 0.8) 0%,
    rgba(255, 255, 255, 0.2) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(255, 255, 255, 0.8) 0%,
    rgba(255, 255, 255, 0.2) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.8) 0%,
    rgba(255, 255, 255, 0.2) 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#b5b5b5', endColorstr='#ffffff', GradientType=1);
  content: "";
  display: inline-block;
  height: 130px;
  position: absolute;
  left: -15px;
  top: 0;
  -webkit-transform: skew(-45deg);
  -moz-transform: skew(-45deg);
  -ms-transform: skew(-45deg);
  -o-transform: skew(-45deg);
  width: 50px;
  -webkit-animation: cloud 3s linear infinite;
  animation: cloud 3s linear infinite;
}

@keyframes cloud {
  0% {
    left: -140px;
  }
  100% {
    left: 100%;
  }
}

.btn_gif img {
  webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  max-width: 570px;
}

.btn_gif img:hover {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
}

.home-company-tbl {
  float: left;
  width: 550px;
  border-top: solid 1px #aaa;
  border-bottom: solid 1px #aaa;
}

.home-company-tbl th,
.home-company-tbl td {
  padding: 10px 30px;
  border-bottom: dashed 1px #aaa;
}
.home-company-tbl tr:last-child th,
.home-company-tbl tr:last-child td {
  border-color: transparent;
}
.home-company-tbl th {
  width: 160px;
  background-color: #7ac1e4;
  color: #fff;
}

.home-company-tbl tr:nth-of-type(even) th {
  background-color: #68a9d1;
}

.home-company-map {
  float: right;
  width: 400px;
  height: 400px;
}

.function-col {
  *zoom: 1;
  padding-top: 80px;
}

.function-col:after {
  content: "";
  display: table;
  clear: both;
}

.function-col__text {
  width: 450px;
  float: left;
}

.function-col__image {
  float: right;
  width: 440px;
}

.function-col--r .function-col__text {
  float: right;
}

.function-col--r .function-col__image {
  float: left;
}

.function-col__image img {
  border-radius: 4px;
}
.function-new {
  display: inline-block;
  background-color: #4671c4;
  color: #fff;
  padding: 3px 25px;
  text-transform: uppercase;
  font-size: 18px;
  border-radius: 6px;
  margin-bottom: 10px;
}

.function-ahref {
  padding-left: 15%;
  display: block;
  color: #4671c4 !important;
  font-size: 16px;
}
.plan-support-col {
  *zoom: 1;
  padding-top: 80px;
}

.plan-support-col:after {
  content: "";
  display: table;
  clear: both;
}

.plan-support-col__text {
  width: 450px;
  float: left;
}

.plan-support-col__image {
  float: right;
  width: 440px;
}

.plan-support-col__image li + li {
  margin-top: 20px;
}

.plan-support-col--r .plan-support-col__text {
  float: right;
}

.plan-support-col--r .plan-support-col__image {
  float: left;
}

.function-col + .function-col {
  margin-top: 80px;
  border-top: solid 1px #fff;
}

.plan-support-col + .plan-support-col {
  margin-top: 80px;
  border-top: solid 1px #000;
}

.plan-tbl-nav {
  display: none;
}

.plan-tbl {
  margin-top: 80px;
  width: 100%;
  background-color: #fff;
}

.plan-tbl th,
.plan-tbl td {
  padding: 10px;
  border: solid 2px #fbf6ee;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}

.plan-tbl th.row {
  width: 40px;
}

.plan-tbl th.cat0 {
  background-color: #ccc;
}

.plan-tbl th.cat1 {
  background-color: #fbb83b;
  color: #fff;
}

.plan-tbl th.cat2 {
  background-color: #c5ade1;
  color: #fff;
}

.plan-tbl th.cat3 {
  background-color: #c1b299;
  color: #fff;
}

.plan-tbl td.cat1 {
  color: #8cc63f;
}

.plan-tbl td.cat2 {
  color: #ed5c79;
}

.plan-tbl td.cat3 {
  color: #736357;
}

.plan-tbl td.cat5 {
  color: #c1b299;
}

.plan-tbl thead td {
  width: 180px;
  color: #fff;
}

.plan-tbl thead td.cat1 {
  color: #fff;
  background-color: #8cc63f;
}

.plan-tbl thead td.cat2 {
  color: #fff;
  background-color: #ed5c79;
}

.plan-tbl thead td.cat3 {
  color: #fff;
  background-color: #736357;
}

.plan-tbl thead td.cat4 {
  color: #fff;
  background-color: #000;
}

@media screen and (max-width: 767px) {
  .flex-banner {
    flex-wrap: wrap;
  }
  .flex-banner h3 {
    font-size: 11px;
  }
  .flex-banner span.logo-mb {
    display: block;
  }
  .item-banner {
    flex: 0 0 100%;
    margin: 0;
    margin-bottom: 15px;
  }
  .item-logo {
    flex: 0 0 18%;
    margin-top: 0;
    margin-right: 5px;
  }
  .logo-performer {
    left: 15px;
    top: 20px;
    width: 70px;
  }
  .m-align-c--pc {
    text-align: inherit;
  }
  .m-sp-only {
    display: block;
  }
  .m-pc-only {
    display: none;
  }
  .m-text-10 {
    font-size: 1rem;
    line-height: 1.6;
  }
  .m-text-11 {
    font-size: 1rem;
    line-height: 1.6;
  }
  .m-text-12 {
    font-size: 1.1rem;
    line-height: 1.6;
  }
  .m-text-13 {
    font-size: 1.1rem;
    line-height: 1.6;
  }
  .m-text-14 {
    font-size: 1.2rem;
    line-height: 1.6;
  }
  .m-text-15 {
    font-size: 1.2rem;
    line-height: 1.6;
  }
  .m-text-16 {
    font-size: 1.3rem;
    line-height: 1.6;
  }
  .m-text-17 {
    font-size: 1.3rem;
    line-height: 1.4;
  }
  .m-text-18 {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .m-text-19 {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .m-text-20 {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .m-text-21 {
    font-size: 1.5rem;
    line-height: 1.4;
  }
  .m-text-22 {
    font-size: 1.5rem;
    line-height: 1.4;
  }
  .m-text-23 {
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .m-text-24 {
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .m-text-25 {
    font-size: 1.7rem;
    line-height: 1.4;
  }
  .m-text-26 {
    font-size: 1.7rem;
    line-height: 1.4;
  }
  .m-text-27 {
    font-size: 1.8rem;
    line-height: 1.4;
  }
  .m-text-28 {
    font-size: 1.8rem;
    line-height: 1.4;
  }
  .m-text-30 {
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .m-text-31 {
    font-size: 2rem;
    line-height: 1.4;
  }
  .m-text-32 {
    font-size: 2.1rem;
    line-height: 1.4;
  }
  .m-text-34 {
    font-size: 2.1rem;
    line-height: 1.4;
  }
  .m-text-35 {
    font-size: 2.2rem;
    line-height: 1.4;
  }
  .m-text-36 {
    font-size: 2.2rem;
    line-height: 1.4;
  }
  .m-text-37 {
    font-size: 2.3rem;
    line-height: 1.4;
  }
  .m-text-38 {
    font-size: 2.3rem;
    line-height: 1.4;
  }
  .m-text-40 {
    font-size: 2.4rem;
    line-height: 1.2;
  }
  .m-text-42 {
    font-size: 2.4rem;
    line-height: 1.2;
  }
  .m-text-44 {
    font-size: 2.5rem;
    line-height: 1.2;
  }
  .m-text-46 {
    font-size: 2.5rem;
    line-height: 1.2;
  }
  .m-text-lhl {
    line-height: 1.8;
  }
  .m-ls1 {
    letter-spacing: 0em;
  }
  .m-ls2 {
    letter-spacing: 0em;
  }
  .m-uline {
    text-decoration: none;
  }
  .m-uline:hover {
    text-decoration: none;
  }
  .m-hline {
    text-decoration: none;
  }
  .m-hline:hover {
    text-decoration: none;
  }
  .m-op {
    -webkit-transition: opacity 0s;
    transition: opacity 0s;
  }
  .m-op:hover {
    opacity: 1;
  }
  .m-mt-2xs {
    margin-top: 5px;
  }
  .m-mt-xs {
    margin-top: 10px;
  }
  .m-mt-s {
    margin-top: 10px;
  }
  .m-mt {
    margin-top: 15px;
  }
  .m-mt-l {
    margin-top: 20px;
  }
  .m-mt-xl {
    margin-top: 25px;
  }
  .m-mt-2xl {
    margin-top: 30px;
  }
  .m-mb-2xs {
    margin-bottom: 5px;
  }
  .m-mb-xs {
    margin-bottom: 10px;
  }
  .m-mb-s {
    margin-bottom: 10px;
  }
  .m-mb {
    margin-bottom: 15px;
  }
  .m-mb-l {
    margin-bottom: 20px;
  }
  .m-mb-xl {
    margin-bottom: 25px;
  }
  .m-mb-2xl {
    margin-bottom: 30px;
  }
  .m-pt-2xs {
    padding-top: 5px;
  }
  .m-pt-xs {
    padding-top: 10px;
  }
  .m-pt-s {
    padding-top: 10px;
  }
  .m-pt {
    padding-top: 15px;
  }
  .m-pt-l {
    padding-top: 20px;
  }
  .m-pt-xl {
    padding-top: 25px;
  }
  .m-pt-2xl {
    padding-top: 30px;
  }
  .m-pb-2xs {
    padding-bottom: 5px;
  }
  .m-pb-xs {
    padding-bottom: 10px;
  }
  .m-pb-s {
    padding-bottom: 10px;
  }
  .m-pb {
    padding-bottom: 15px;
  }
  .m-pb-l {
    padding-bottom: 20px;
  }
  .m-pb-xl {
    padding-bottom: 25px;
  }
  .m-pb-2xl {
    padding-bottom: 30px;
  }
  .m-p-xs {
    padding: 10px;
  }
  .m-p-s {
    padding: 10px;
  }
  .m-p {
    padding: 15px;
  }
  .m-p-l {
    padding: 20px;
  }
  .l-inner-s,
  .l-inner {
    max-width: inherit;
    padding-left: 15px;
    padding-right: 15px;
  }
  .l-inner-s .l-inner-s,
  .l-inner-s .l-inner,
  .l-inner .l-inner-s,
  .l-inner .l-inner {
    padding-left: 0;
    padding-right: 0;
  }
  .m-column:not(.m-column--pc) .m-column__item {
    float: none;
    width: auto;
  }
  .m-column:not(.m-column--pc) .m-column__item--r {
    float: none;
  }
  .m-column:not(.m-column--pc) .m-column__item + .m-column__item {
    margin-top: 15px;
  }
  .m-column:not(.m-column--pc) .m-column__item--w20,
  .m-column:not(.m-column--pc) .m-column__item--w25,
  .m-column:not(.m-column--pc) .m-column__item--w33,
  .m-column:not(.m-column--pc) .m-column__item--w100 {
    width: auto;
  }
  .m-column:not(.m-column--pc).m-column--g10,
  .m-column:not(.m-column--pc).m-column--g20,
  .m-column:not(.m-column--pc).m-column--g30,
  .m-column:not(.m-column--pc).m-column--g40,
  .m-column:not(.m-column--pc).m-column--g50,
  .m-column:not(.m-column--pc).m-column--g60 {
    margin-left: 0;
    margin-right: 0;
  }
  .m-column:not(.m-column--pc).m-column--g10 > .m-column__item,
  .m-column:not(.m-column--pc).m-column--g20 > .m-column__item,
  .m-column:not(.m-column--pc).m-column--g30 > .m-column__item,
  .m-column:not(.m-column--pc).m-column--g40 > .m-column__item,
  .m-column:not(.m-column--pc).m-column--g50 > .m-column__item,
  .m-column:not(.m-column--pc).m-column--g60 > .m-column__item {
    padding-left: 0;
    padding-right: 0;
  }
  .m-column--sp {
    margin-left: -5px;
    margin-right: -5px;
  }
  .m-column--sp .m-column__item {
    padding-left: 5px;
    padding-right: 5px;
  }
  .m-media__image.m-media__image--g10 {
    margin-right: 5px;
  }
  .m-media__image.m-media__image--g20 {
    margin-right: 10px;
  }
  .m-media__image--r.m-media__image--g10 {
    margin-left: 5px;
  }
  .m-media__image--r.m-media__image--g20 {
    margin-left: 10px;
  }
  .m-media--pc .m-media__image {
    float: none;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }
  .m-media--pc .m-media__content {
    margin-top: 15px;
  }
  .m-btn {
    width: 100%;
    padding: 15px;
    font-size: 1.6rem;
    border-radius: 3px;
  }
  input[type="text"],
  textarea {
    width: 100%;
    padding: 10px;
    font-size: 1.4rem;
    border-radius: 3px;
  }
  textarea {
    height: 120px;
  }
  input[type="radio"],
  input[type="checkbox"] {
    width: 16px;
    height: 16px;
  }
  label input[type="checkbox"] {
    margin-top: 2px;
  }
  label {
    display: block;
  }
  label + label {
    margin-left: 0;
  }
  select {
    background-size: 20px auto;
    border-radius: 3px;
    font-size: 1.4rem;
  }
  .mieruca-body {
    width: 90% !important;
  }
}

.hide-block,
.hide-pc {
  display: none;
}
.hide-sp {
  display: block;
}
@media screen and (max-width: 767px) {
  .hide-banner {
    display: none !important;
  }
  .hide-block,
  .hide-pc {
    display: block;
  }
  .hide-sp {
    display: none;
  }
  a {
    -webkit-transition: none !important;
    transition: none !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.2);
  }
  a:hover {
    opacity: 1 !important;
    text-decoration: none !important;
  }
  a.m-uline:hover {
    text-decoration: underline !important;
  }
  html {
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
  }
  body {
    font-size: 1rem;
  }
  #l-wrapper {
    min-width: inherit;
    overflow: visible;
  }
  .is-show {
    display: block !important;
  }
  .footer__inner {
    max-width: inherit;
    padding: 15px;
    text-align: center;
  }
  .footer__logo {
    float: none;
    width: 110px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }
  .footer__cr {
    margin-top: 10px;
    display: block;
    float: none;
    line-height: 1.231;
    font-size: 1rem;
  }
}
.block-doc {
  background: #7fb3ef;
  padding: 50px;
}
@media screen and (max-width: 767px) {
  .banner-campaign {
    left: 50%;
    width: 90%;
    transform: translateX(-50%);
  }
  .txt-newline {
    display: block;
  }
  .home-sp__logo {
    display: block;
  }
  .home-pc__logo {
    display: none;
  }
  .home-sp-trial {
    display: block;
    padding: 15px;
    text-align: center;
    background-color: #f17900b0;
    font-weight: bold;
    font-size: 23px;
    color: #fff;
    border-radius: 40px;
    margin-bottom: 0;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
    border: solid 2px rgba(255, 255, 255, 0.6);
  }
  .title-business-sp {
    font-size: 17px;
  }

  
  .home-business-list {
    margin-left: 0;
    margin-right: 0;
  }
  .home-business-list li {
    position: relative;
    float: none;
    width: auto;
    padding-right: 0;
    padding-left: 0;
  }
  .home-business-list li img {
    width: 100%;
  }
  .home-business-list li + li {
    margin-top: 30px;
  }
  .home-business-list__title {
    position: relative;
    display: block;
    text-align: center;
  }
  .home-business-list__title > span {
    display: block;
  }
  .home-business-list__title > i {
    display: block;
    position: static;
    left: auto;
    top: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    width: 46px;
    height: 46px;
    line-height: 46px;
    font-size: 2.3rem;
  }
  .home-business-list__title > span {
    padding-left: 0;
  }
  .home-function-list {
    margin-left: -5px;
    margin-right: -5px;
  }
  .home-function-list li {
    width: 33.3%;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
    text-align: center;
  }
  .home-function-list li img {
    width: 100%;
  }
  .home-voice {
    *zoom: 1;
    padding-top: 30px;
  }
  .home-voice:after {
    content: "";
    display: table;
    clear: both;
  }
  .home-voice__image {
    position: relative;
    float: none;
    margin-right: 0;
  }
  .home-voice__image > img {
    width: 100%;
  }
  .home-voice__image__text {
    left: -5px;
    bottom: -5px;
  }
  .home-voice__image__text img {
    width: 100px;
  }
  .home-voice__content {
    margin-top: 20px;
    overflow: hidden;
  }
  .home-voice--r .home-voice__image {
    float: none;
    margin-right: 0;
    margin-left: 0;
  }
  .home-voice--r .home-voice__image__text {
    left: auto;
    right: auto;
  }
  .home-voice + .home-voice {
    margin-top: 30px;
  }
  .home-plan-price {
    font-size: 1.2rem;
    padding: 6px 10px;
    margin-right: 5px;
  }
  .home-flow-step {
    font-size: 1.6rem;
  }
  .home-flow-step > span {
    display: inline-block;
    padding-bottom: 10px;
    border-bottom-width: 2px;
  }
  .home-flow-icon,
  .home-support-icon {
    width: 74px;
    margin-left: auto;
    margin-right: auto;
  }
  .home-member {
    margin-left: 0;
    margin-right: 0;
  }
  .home-member__title {
    margin-left: 0;
    margin-right: 0;
    font-size: 18px;
  }
  .home-member__item {
    padding-left: 0;
    padding-right: 0;
  }
  .home-member__item figure  {
    flex: 0 0 90px;
  }
  .home-member__col--50 .home-member__item,
  .home-member__col--50 {
    width: 100%;
  }
  .home-member__col__inner {
    margin-left: 0;
    margin-right: 0;
  }
  .home-member__col--two {
    width: auto;
  }
  .home-member__col--two .home-member__item {
    width: auto;
  }
  .home-member__col + .home-member__col {
    margin-top: 15px;
  }
  .m-trial-title span {
    padding: 10px;
    font-size: 1.2rem;
  }
  .m-trial table {
    width: 100%;
    font-size: 1.2rem;
  }
  .m-trial table thead,
  .m-trial table tbody,
  .m-trial table tr,
  .m-trial table th,
  .m-trial table td {
    display: block;
  }
  .m-trial table tr {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .m-trial table tr + tr {
    border-top: solid 1px #fff;
  }
  .m-trial table th,
  .m-trial table td {
    padding-bottom: 0;
  }
  .m-trial table th {
    width: auto;
    padding-top: 0;
    font-size: 1.2rem;
  }
  .m-trial table td {
    margin-top: 10px;
  }
  .m-trial table td .require,
  .m-trial table td .any {
    font-size: 1.2rem;
  }
  .m-trial table td .require--sl,
  .m-trial table td .any--sl {
    margin-right: 30px;
  }
  .m-trial button {
    padding: 15px;
    font-size: 1.6rem;
    border-radius: 3px;
  }
  .m-trial input[type="text"],
  .m-trial textarea,
  .m-trial select {
    font-size: 1.2rem;
  }
  .home-company-tbl {
    float: none;
    width: 100%;
    border-top: 0;
    border-bottom: 0;
  }
  .home-company-tbl thead,
  .home-company-tbl tbody,
  .home-company-tbl tr,
  .home-company-tbl th,
  .home-company-tbl td {
    display: block;
  }
  .home-company-tbl th,
  .home-company-tbl td {
    border-bottom: 0;
  }
  .home-company-tbl th {
    width: auto;
    padding: 5px 10px;
    text-align: center;
  }
  .home-company-tbl td {
    padding: 10px;
    text-align: center;
  }
  .home-company-tbl td ul {
    text-align: left;
  }
  .home-company-tbl tr:nth-of-type(even) th {
    background-color: #7ac1e4;
  }
  .home-company-map {
    position: relative;
    float: none;
    margin-top: 30px;
    width: 100%;
    height: auto;
    padding-bottom: 100%;
  }
  .home-company-map iframe {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .btn_gif:before {
    width: 20px;
  }
  .function-col {
    padding-top: 30px;
  }
  .function-col__text {
    width: auto;
    float: none;
  }
  .function-col__image {
    float: none;
    width: auto;
    margin-top: 15px;
    text-align: center;
  }
  .function-col__image img {
    width: 100%;
  }
  .function-col--r .function-col__text {
    float: none;
  }
  .function-col--r .function-col__image {
    float: none;
  }
  .plan-support-col {
    padding-top: 30px;
  }
  .plan-support-col__text {
    width: auto;
    float: none;
  }
  .plan-support-col__image {
    float: none;
    width: auto;
    margin-top: 15px;
    text-align: center;
  }
  .plan-support-col__image img {
    width: 100%;
  }
  .plan-support-col__image li + li {
    margin-top: 10px;
  }
  .plan-support-col--r .plan-support-col__text {
    float: none;
  }
  .plan-support-col--r .plan-support-col__image {
    float: none;
  }
  .function-col + .function-col {
    margin-top: 30px;
  }
  .plan-support-col + .plan-support-col {
    margin-top: 30px;
  }
  .plan-tbl-nav {
    display: block;
    margin-top: 30px;
  }
  .plan-tbl-nav__item + .plan-tbl-nav__item {
    margin-top: 1px;
  }
  .plan-tbl-nav__item span {
    display: block;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    font-size: 1.2rem;
    background-color: #ccc;
  }
  .plan-tbl-nav__item--1 a.is-active {
    background-color: #8cc63f;
  }
  .plan-tbl-nav__item--2 a.is-active {
    background-color: #ed5c79;
  }
  .plan-tbl-nav__item--3 a.is-active {
    background-color: #736357;
  }
  .plan-tbl-nav__item--4 a.is-active {
    background-color: #000;
  }
  .plan-tbl {
    margin-top: 10px;
  }
  .plan-tbl th,
  .plan-tbl td {
    padding: 5px;
    border-width: 1px;
    font-size: 1.2rem;
  }
  .plan-tbl th.row {
    width: 30px;
  }
  .plan-tbl thead td {
    width: 50%;
  }
  .js-sp-table thead td,
  .js-sp-table tbody td {
    display: none;
  }
  .js-sp-table thead td.is-active,
  .js-sp-table tbody td.is-active {
    display: table-cell;
  }
  .js-sp-table tr.foot td {
    display: table-cell;
  }
}

@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    display: none;
  }
  1% {
    opacity: 0;
    display: block;
  }
  100% {
    opacity: 1;
    display: block;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    display: none;
  }
  1% {
    opacity: 0;
    display: block;
  }
  100% {
    opacity: 1;
    display: block;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
    display: block;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    display: none;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
    display: block;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .cssanimations .home-works__list__item__comment__text:after,
  .cssanimations .works-archive__item__comment__text:after {
    -webkit-animation-name: blink;
    animation-name: blink;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
  }
}

.mission-mv {
  position: relative;
  height: 370px;
  background: url(../images/mission/mission-mv.jpg) no-repeat center 30px;
  background-size: cover;
}

.mieruca-body {
  width: 640px;
  font-family: HiraKakuProN-W3;
  font-size: 14px;
  line-height: 2;
  color: #40464d;
}

.mieruca-body .text-style-1 {
  font-family: HiraKakuProN-W6;
  font-size: 32px;
  line-height: 48px;
  text-align: center;
}

.mieruca-body .text-style-2 {
  font-family: HiraKakuProN-W6;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}

.mieruca-body .text-style-3 {
  line-height: 30px;
  text-align: right;
}

.header__nav__btn li a:hover {
  opacity: 0.8;
}

.text_tel {
  float: right;
  padding-top: 12px;
  width: 577px;
}

.text_top {
  float: left;
  margin-right: 20px;
  color: #4a4a4a;
  font-size: 14px;
}

.tel_top {
  float: right;
  color: #4a4a4a;
  display: flex;
  align-items: center;
}

.text_top .text_time {
  letter-spacing: 0.3px;
  font-weight: bold;
  margin-bottom: 6px;
}

.text_top .text_time_br {
  font-size: 12px;
  font-weight: bold;
}

.text_top .text_time_br span {
  font-size: 10px;
  letter-spacing: 0.2px;
  border-radius: 6px;
  border: 1px solid #979797;
  padding: 4px 14px;
  margin-right: 10px;
}

.text_top .text_time_br span {
  font-size: 10px;
  letter-spacing: 0.2px;
  border-radius: 6px;
  border: 1px solid #979797;
}

.tel_top span {
  width: 42px;
  height: 42px;
  border: 3px solid #4a4a4a;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  position: relative;
  margin-right: 5px;
}

.tel_top span i {
  position: absolute;
  top: 5px;
  font-size: 28px;
  left: 7px;
}

.tel_top p {
  font-size: 31px;
  letter-spacing: 1px;
  display: inline-block;
}
.tel_top p i {
  display: block;
  font-style: normal;
}
.text-link-ver {
  text-align: right;
  margin-bottom: 20px;
}

.text-link-ver a {
  color: #4a4a4a;
  font-size: 14px;
  font-weight: bold;
}

.text-link-ver a:hover {
  color: #68a9d1;
}

.text-link-ver a i {
  font-size: 19px;
}

.fucntion-click {
  float: left;
  width: 100%;
  clear: both;
  text-align: center;
  margin-top: 30px;
}

.btn_function {
  color: #fff;
  background: #d0021b;
  padding: 20px 150px;
  display: inline-block;
  font-weight: 600;
  font-size: 22px;
}

.language-text {
  display: none;
}

.language-text {
  width: 100%;
  overflow: hidden;
}

.language-text a {
  font-size: 16px;
  width: 50%;
  float: left;
  text-align: center;
  padding: 10px 0;
  color: #4a4a4a;
  font-weight: 500;
}

.video-hp {
  margin-top: 20px;
}

.video-hp .col-4 {
  float: left;
  width: 50%;
  padding: 0 10px;
  margin-bottom: 20px;
}

.video-hp .col-4 video {
  max-width: 100%;
}

.video-hp .col-4 h3 {
  text-align: center;
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 10px;
}

.video-hp .col-4:nth-of-type(2n + 1) {
  clear: left;
}

.small-demo {
  display: block;
  text-align: left;
  margin-left: 47px;
  margin-bottom: 3px;
}

.m-bg-seo {
  background: #e3f1f8;
}

/*Journal*/

.journal-home {
  list-style: none;
}

.journal-home::after {
  content: "";
  clear: both;
  display: table;
}

.journal-home li {
  width: calc(100% / 7);
  float: left;
  padding: 0 5px;
  display: table;
}

.journal-home li a {
  display: table-cell;
  border: 1px solid #ddd;
  padding: 5px;
}

.journal-home li a img {
  height: 167px;
}

.home-sale .home-voice__image {
  width: 30%;
}

@media (max-width: 991px) {
  .header__logo a {
    position: absolute;
    height: 20px;
    width: 150px;
  }
}

@media (max-width: 767px) {
  .journal-home li {
    width: 33.333%;
    margin-bottom: 10px;
    text-align: center;
  }
  .journal-home li a img {
    height: 132px;
  }
  .mission-mv {
    background: url(../images/mission/mission-mv.jpg) no-repeat center 0px;
  }
  .text_tel {
    display: none;
  }
  .sz_80 {
    width: 80% !important;
  }
  .btn_function {
    display: block;
    font-size: 12px;
    padding: 20px 65px;
  }
  .btn_gif img {
    max-width: 100%;
  }
  .language-text {
    display: block;
  }
  .video-hp .col-4 {
    width: 100%;
    margin-bottom: 20px;
  }
  .video-hp .col-4:nth-of-type(2n + 1) {
    clear: none;
  }
  .home-sale .home-voice__image {
    width: 100%;
  }
}



.link-form {
  text-decoration: underline;
  color: #fff;
  font-size: 18px;
}

.fz-13 {
  font-size: 13px;
}

.link-form:hover {
  color: #000000;
}

#concept-box {
  width: 100%;
  display: -webkit-box;
}

.bottom-box10 {
  width: 100%;
  height: auto;
  margin: 2% 0 0 0;
  background: #ffffff;
  min-height: 100px;
}

dl.concept-box-list {
  width: auto;
  height: auto;
  margin: 0;
  padding: 45px;
  text-align: left;
  overflow: hidden;
}

dl.concept-box-list dt {
  width: auto;
  height: auto;
  margin: 0 0 40px 0;
  padding: 0 0 0 20px;
  text-align: left;
  overflow: hidden;
  font-size: 26px;
  border-left: 5px solid #000000;
}

.line-p {
  border-left: 5px solid #e58878 !important;
}

dl.concept-box-list dd {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: left;
  overflow: hidden;
  font-size: 14px;
  line-height: 170%;
}

.left-box10 {
  width: 49%;
  height: auto;
  margin: 0 2% 0 0;
  background: #ffffff;
  min-height: 200px;
  overflow: hidden;
}

.right-box10 {
  width: 49%;
  height: auto;
  background: #ffffff;
  min-height: 200px;
  overflow: hidden;
}

.m-bg-concept {
  background-color: #ebebeb;
}

.line-b {
  border-left: 5px solid #7ac1e4 !important;
}

.line-y {
  border-left: 5px solid #f9c22a !important;
}

.left-box08 {
  width: 50%;
  height: auto;
  margin: 0 0 0 0;
  padding: 1% 0;
  text-align: left;
  float: left;
  min-height: 54px;
}

.right-box08 {
  min-height: 54px;
  width: 50%;
  height: auto;
  margin: 0 0 0 0;
  padding: 1% 0;
  text-align: right;
  float: right;
  border-left: 1px solid #000000;
}

ul.course-list01 {
  clear: left !important;
  width: 100%;
  height: auto;
  margin: 30px 0;
  padding: 30px 0;
  text-align: left;
  overflow: hidden;
  border-bottom: 1px solid #000000;
}

ul.course-list01 li {
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 14px;
}

.left-box08-1 {
  width: 50%;
  height: auto;
  margin: 0 0 30px 0;
  padding: 1% 0;
  text-align: left;
  float: left;
}

.right-box08-1 {
  width: 50%;
  height: auto;
  margin: 0 0 30px 0;
  padding: 1% 0;
  text-align: right;
  float: right;
}

span.course-under {
  border-bottom: 4px solid #f9c22a;
}

.right-box08-1 img {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  zoom: 1;
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(100%);
}

.sub-txt {
  clear: left;
  border-top: 1px solid #000000;
  margin: 0px 0;
  padding: 30px 0;
}
.button-row {
  width: 100%;
  display: flex;
  margin-top: 30px;
}
.button-row .col-2 {
  width: 50%;
  text-align: center;
}
.button-row .col-2 .home-mv__btn {
  width: auto;
  padding: 0 25px;
}

/* seo add */

.bg-seo {
  background: #77bef8;
}
.col-seo {
  display: flex;
  margin-top: 30px;
}
.col-seo-item {
  padding: 0 15px;
  position: relative;
  width: 33.333%;
}
.col-seo-item h2 {
  margin-bottom: 15px;
}
.col-seo-item:after {
  content: "";
  background: #000;
  height: 90%;
  width: 1px;
  position: absolute;
  top: 35px;
  right: 0;
}
.col-seo-item:last-child:after {
  display: none;
}
.col-seo-item .button-seo {
  background: #ffcd3b;
  color: #000;
  font-weight: 600;
  padding: 15px;
  display: block;
  margin-top: 30px;
  border-radius: 3px;
  box-shadow: 2px 3px 10px #545454;
}
.content-seo p:last-child {
  margin-top: 20px;
}
.content-seo {
  min-height: 77px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.m-0 {
  margin: 0 !important;
}
/* Page Plan */
.home-mv__form-plan form {
  max-width: 525px;
  margin: 0 auto;
}
.home-mv__form-plan button {
  margin-top: 10px;
  display: block;
  width: 100%;
  padding: 15px;
  font-size: 37px;
  text-align: center;
  background-color: #ffec00;
  border-radius: 6px;
  color: #000;
}
.home-mv__form-plan table td {
  position: relative;
  color: #fff;
  text-align: left;
}
.home-mv__form-plan table th {
  color: #fff;
  padding-right: 20px;
  width: 90px;
}
.home-mv__form-plan table td .require,
.home-mv__form-plan table td .any {
  position: absolute;
  right: 0;
  margin-right: 10px;
  top: 18px;
  font-size: 10px;
}
.home-mv__form-plan table th,
.home-mv__form-plan table td {
  padding-bottom: 10px;
  vertical-align: middle;
}
/*End page plan*/
.bg-form-contact {
  background: #ebebeb;
}
.bg-form-contact label {
  color: #000;
}
.bg-form-contact td:first-child {
  padding-top: 15px;
}
.bg-form-contact table td .require {
  top: 15px;
}
.btn--outline-table {
  display: block;
  background: transparent;
  text-align: center;
  padding-top: 20px;
  font-weight: bold;
  color: #6fb2d9;
  border-top: 1px solid #ddd;
  margin-top: 30px;
}
.btn--outline-table:hover {
  background: transparent;
  color: #5588a6;
}
@media (max-width: 767px) {
  .col-seo {
    flex-direction: column;
  }
  .col-seo-item {
    width: 100%;
    margin-bottom: 20px;
  }
  .col-seo-item:after {
    display: none;
  }
  .content-seo {
    min-height: inherit;
    display: block;
  }

  #concept-box {
    width: 100%;
    display: inherit;
  }
  .left-box10 {
    width: 100%;
    margin: 0 0 20px 0;
    background: #ffffff;
    min-height: inherit;
  }
  dl.concept-box-list {
    width: auto;
    height: auto;
    margin: 0;
    padding: 20px;
    text-align: left;
    overflow: hidden;
  }
  dl.concept-box-list dt {
    width: auto;
    height: auto;
    margin: 0 0 40px 0;
    padding: 0 0 0 20px;
    text-align: left;
    overflow: hidden;
    font-size: 18px;
    border-left: 5px solid #000000;
  }
  dl.concept-box-list dd {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    text-align: left;
    overflow: hidden;
    font-size: 14px;
    line-height: 170%;
  }
  .right-box10 {
    width: 100%;
    margin: 0 0 20px 0;
    background: #ffffff;
    min-height: inherit;
  }
  .bottom-box10 {
    width: 100%;
    height: auto;
    margin: 2% 0 0 0;
    background: #ffffff;
    min-height: inherit;
  }
  .left-box08 {
    min-height: auto;
    width: auto;
    height: auto;
    margin: 0 0 3% 0;
    padding: 1% 0;
    text-align: left;
    float: none;
    border-right: none;
  }
  .right-box08 {
    min-height: auto;
    width: auto;
    height: auto;
    margin: 0 0 0 0;
    padding: 0;
    text-align: left;
    float: none;
    border-left: 0;
  }
  .left-box08-1 {
    width: auto;
    height: auto;
    margin: 0 0 30px 0;
    padding: 1% 0;
    text-align: left;
    float: none;
  }
  .right-box08-1 {
    width: auto;
    height: auto;
    margin: 0 0 30px 0;
    padding: 1% 0;
    text-align: right;
    float: none;
  }
  .sub-txt,
  .left-box08-1 {
    font-size: 13px;
  }
  .button-row {
    flex-direction: column;
  }
  .button-row .col-2 {
    width: 100%;
    margin-bottom: 10px;
  }

  .m-trial-checkbox label {
    display: inline-block;
    margin-left: 10px;
  }
  .m-trial-checkbox label input[type="checkbox"] {
    margin-top: 8px;
  }
  .function-ahref {
    margin-top: 10px;
    padding: 0;
    font-size: 1.2rem;
  }
}
.button-doc {
  background: #1A469D;
  height: 60px;
  width: 300px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  border: none;
  border-radius: 60px !important;
  transition-duration: 0.4s;
}
/* Start header and menu  */
.header {
  position: relative;
  height: 195px;
  z-index: 5001;
  background-color: #fff;
}

.header__inner {
  position: relative;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  height: 140px;
  background-color: #fff;
}

.header__sp-btn {
  display: none;
}

.header__logo {
  padding-top: 18px;
  width: 382px;
  float: left;
  position: relative;
}

.header__logo p {
  position: absolute;
  width: auto;
  line-height: 1.5;
  padding-top: 15px !important;
}

.header__nav {
  height: 55px;
  background-color: #68a9d1;
}

.header__nav.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #3b6884;
  height: 70px;
}

.header__nav.fixed-header .header__nav__list li a {
  margin: 7px 0px;
}

.header__nav__inner {
  *zoom: 1;
  position: relative;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.header__nav__inner:after {
  content: "";
  display: table;
  clear: both;
}

.header__nav__list {
  *zoom: 1;
}

.header__nav__list:after {
  content: "";
  display: table;
  clear: both;
}

.header__nav__list li {
  float: left;
  color: #fff;
  font-size: 14px;
  line-height: 55px;
}

.header__nav__list li a {
  /* -webkit-transition: .3s;
      transition: .3s; */
  display: block;
  height: 55px;
  padding-left: 30px;
  padding-right: 30px;
  color: #fff;
}

.header__nav__list li a:hover,
.current {
  background-color: #fff;
  color: #68a9d1 !important;
  text-decoration: none;
}

.header__nav__trial-btn {
  position: absolute;
  right: 46px;
  top: 0;
  width: 128px;
  height: 70px;
  background-image: url(../images/common/btn_trial.png?v1.5);
  text-indent: -9998em;
}
.post-doc {
  position: absolute;
  right: 0px;
  top: 0;
  width: 128px;
  height: 70px;
  background-image: url(../images/common/btn_trial_doc.png);
  text-indent: -9998em;
}
.header__nav__trial__btn-mb {
  display: none;
}
.header__nav__btn {
  position: absolute;
  right: 0;
  bottom: 0;
}

.header__nav__btn li {
  float: left;
  margin-right: 15px;
}

.header__nav__btn li:last-child {
  margin-right: 0;
}

.header__nav__btn li img {
  height: 39px;
}
.header__nav__list li ul {
  position: absolute;
  background: #fff;
  min-width: 190px;
  display: none;
  box-shadow: rgb(146 161 168 / 40%) 0px 0px 6px 0px;
}
.header__nav__list li:hover ul {
  display: block;
}
.header__nav__list li ul li a {
  color: #68a9d1;
  height: auto;
  display: block;
  text-align: center;
  padding: 10px;
}
.header__nav__list li ul li {
  line-height: 1.2;
  height: auto;
  display: block;
  float: none;
}
.header__nav__list li ul li + li {
  border-top: 1px solid #ddd;
}
.header__nav__list li ul li a:hover {
  color: #fff !important;
  background: #68a9d1;
}
.header__nav__list > li.active > a {
  background: #fff;
  color: #68a9d1;
}
.header__nav.fixed-header .header__nav__list li ul li a {
  margin: 0;
}

.text-tel-time .two-btn-box {
  margin-top: 10px;
}
.text-tel-time .two-btn-box a {
  padding: 5px;
  font-size: 12px;
}
@media (max-width: 767px) {
  .header {
    height: auto;
  }
  .header__inner {
    max-width: inherit;
    height: 45px;
    background-color: #68a9d1;
  }
  .header__sp-btn {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    height: 45px;
  }
  .header__sp-btn span {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
    width: 20px;
    height: 2px;
    border-radius: 2px;
    left: 50%;
    margin-left: -9px;
    display: inline-block;
    background-color: #fff;
  }
  .header__sp-btn span:nth-of-type(1) {
    top: 16px;
  }
  .header__sp-btn span:nth-of-type(2) {
    top: 50%;
    margin-top: -1px;
  }
  .header__sp-btn span:nth-of-type(3) {
    bottom: 15px;
  }
  .header__sp-btn.is-active span:nth-of-type(1) {
    -webkit-transform: translateY(6px) rotate(-45deg);
    -ms-transform: translateY(6px) rotate(-45deg);
    transform: translateY(6px) rotate(-45deg);
  }
  .header__sp-btn.is-active span:nth-of-type(2) {
    height: 0;
    opacity: 0;
  }
  .header__sp-btn.is-active span:nth-of-type(3) {
    -webkit-transform: translateY(-6px) rotate(45deg);
    -ms-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg);
  }
  .header__logo {
    position: relative;
    left: 15px;
    top: 12px;
    width: 150px;
    height: 20px;
    background-size: 100%;
    padding-top: 0;
    background-image: url(../images/common/logo_sp.png);
  }
  .header__logo img {
    display: none;
  }
  .header__nav {
    position: absolute;
    left: 0;
    top: 45px;
    width: 100%;
    padding: 15px;
    display: none;
    height: auto;
    background-color: #68a9d1;
  }
  .header__nav.fixed-header {
    height: auto;
  }
  .header__nav.is-active {
    display: block;
  }
  .header__nav__inner {
    max-width: inherit;
  }
  .header__nav__list {
    *zoom: 1;
  }
  .header__nav__list:after {
    content: "";
    display: table;
    clear: both;
  }
  .header__nav__list li {
    float: none;
    font-size: 1.2rem;
    line-height: 1.231;
    text-align: center;
  }
  .header__nav__list li a {
    -webkit-transition: 0s;
    transition: 0s;
    display: block;
    padding: 15px;
    height: auto;
  }
  .header__nav__list li a:hover {
    background-color: transparent;
    color: #fff;
  }
  .header__nav__list li + li {
    border-top: solid 1px #fff;
  }
  .header__nav__trial-btn,
  .post-doc {
    position: static;
    display: block;
    right: auto;
    top: auto;
    width: auto;
    height: auto;
    margin-top: 10px;
    background-image: none;
    text-indent: 0;
    font-size: 14px;
    background-color: #ffec00;
    padding: 10px;
    text-align: center;
    font-weight: bold;
  }
  .header__nav__trial__btn-mb {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    text-align: center;
    color: #844723;
  }
  .header__nav__trial__btn-mb span {
    font-size: 12px;
    text-align: center;
    color: #d2523b;
    margin-right: 8px;
    background: #fff;
    padding: 2px 4px;
    display: none;
  }
  .header__nav__btn {
    position: static;
    right: auto;
    top: auto;
    background: #68a9d1;
    padding-top: 50px;
    display: none;
  }
  .header__nav__btn li {
    float: none;
    margin-left: 0;
    margin-top: 0px;
    margin-right: 0px;
    text-align: center;
    padding-bottom: 10px;
  }
  .header__nav__btn li a {
    display: block;
  }
  .header__nav__btn__item--sachiko a {
    background-color: #8cc63f;
  }
  .header__nav__list li.has-submenu > a {
    color: #fff !important;
  }
  .header__nav__list li:hover ul {
    display: none;
  }
  .header__nav__list li.has-submenu ul.active {
    display: block;
    position: static;
  }
}
/* End header and menu  */