@charset "utf-8";
.hidden {
  display: none;
}
@media screen and (max-width: 720px) {
  .hidden {
    display: inline;
  }
}
@media screen and (max-width: 480px) {
  .hidden_sp {
    display: none;
  }
}
.header_regist:hover {
  color: #455a64;
}
.common_button a:hover {
  color: #455a64;
}
.local-header {
  box-sizing: border-box;
  position: fixed;
  top: -56px;
  border-bottom: 1px solid #cfd8dc;
  width: 100%;
  height: 56px;
  background-color: #fff;
  opacity: 0.95;
  z-index: 3;
  transition: all 700ms 0s ease;
}
@media screen and (max-width: 960px) {
  .local-header {
    display: none;
  }
}
.local-header.is-active {
  top: 57px;
  transition: all 700ms 0s ease;
}
.local-header .local-nav {
  margin: 0 auto;
  max-width: 960px;
  height: 100%;
}
.local-header .local-nav .menu {
  display: flex;
  height: 100%;
}
.local-header .local-nav .menu li {
  flex: 0 1 192px;
  height: 100%;
  text-align: center;
}
.local-header .local-nav .menu li a {
  box-sizing: border-box;
  display: block;
  margin-top: 1px;
  padding-top: 7px;
  height: 100%;
  font-size: 14px;
  line-height: 1.5em;
  text-decoration: none;
  color: #b0bec5;
}
.local-header .local-nav .menu li a:hover,
.local-header .local-nav .menu li a.is-active {
  border-bottom: 1px solid #4db6ac;
  color: #80cbc4;
}
.local-header .sp {
  display: none;
}
@media (max-width: 720px) {
  .local-header .sp {
    display: block;
  }
}
.c-responsive {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 960px;
}
@media screen and (max-width: 720px) {
  .c-responsive {
    flex-direction: column;
  }
}
@media screen and (max-width: 480px) {
  .c-responsive {
    padding: 0;
  }
}
@media screen and (max-width: 720px) {
  .c-responsive >* {
    flex: 1 0 auto !important;
    padding: 0 !important;
    min-height: 0%;
  }
}
.c-responsive .c-responsive__1of2 {
  flex: 0 1 468px;
  padding-right: 12px;
}
.c-responsive .c-responsive__2of2 {
  flex: 0 1 468px;
  padding-left: 12px;
}
.c-heading {
  margin-bottom: 1em;
  line-height: 1.5em;
  font-weight: bold;
  color: #455a64;
  text-align: center;
}
.c-heading--1 {
  font-size: 48px;
}
@media screen and (max-width: 480px) {
  .c-heading--1 {
    font-size: 24px;
  }
}
.c-heading--2 {
  font-size: 32px;
}
@media screen and (max-width: 480px) {
  .c-heading--2 {
    font-size: 24px;
  }
}
.c-heading--3 {
  font-size: 24px;
}
@media screen and (max-width: 480px) {
  .c-heading--3 {
    font-size: 16px;
  }
}
.c-heading--green {
  color: #26a69a;
}
.c-heading--red {
  color: #f44336;
}
.c-heading--white {
  color: #fff;
}
.c-more_btn {
  display: inline-block;
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: bold;
  color: #26a69a;
  text-decoration: none;
}
@media screen and (max-width: 720px) {
  .c-more_btn {
    display: block;
    font-size: 16px;
    text-align: center;
  }
}
.c-more_btn:after {
  padding-left: 8px;
  content: "＞";
}
.c-more_btn:hover {
  color: #4db6ac;
  text-decoration: underline;
}
.c-inquiry_button {
  margin: auto;
  width: 228px;
  height: 64px;
}
.c-inquiry_button a {
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 64px;
  border-radius: 32px;
  background-color: #ffd600;
  box-shadow: 0 3px 0 #fbc02d;
  text-decoration: none;
}
@media screen and (max-width: 720px) {
  .c-inquiry_button a .form_button {
    font-size: 16px;
  }
}
.c-inquiry_button a:hover {
  background-color: #ffea00;
}
.c-inquiry_button a:active {
  box-shadow: none;
  background-color: #ffd600;
  position: relative;
  top: 3px;
}
.c-inquiry_button a br {
  display: none;
}
.c-call_banner {
  box-sizing: border-box;
  margin: 32px auto 0;
  padding: 20px 0;
  width: 100%;
  max-width: 468px;
  height: 176px;
  border: solid 4px #26a69a;
  border-radius: 16px;
  text-align: center;
}
@media screen and (max-width: 720px) {
  .c-call_banner {
    padding: 12px 0;
    height: 112px;
  }
}
.c-call_banner .c-call_banner__heading {
  display: block;
  margin-bottom: 14px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1em;
  color: #364851;
}
@media screen and (max-width: 720px) {
  .c-call_banner .c-call_banner__heading {
    margin-bottom: 8px;
    font-size: 16px;
  }
}
.c-call_banner .c-call_banner__tel {
  display: block;
  margin-bottom: 10px;
  font-family: Oswald;
  font-size: 64px;
  font-weight: bold;
  line-height: 1em;
  color: #239788;
  text-decoration: none;
}
@media screen and (min-width: 721px) {
  .c-call_banner .c-call_banner__tel {
    pointer-events: none;
    cursor: default;
  }
}
@media screen and (max-width: 720px) {
  .c-call_banner .c-call_banner__tel {
    margin-bottom: 8px;
    font-size: 36px;
  }
}
.c-call_banner .c-call_banner__time {
  display: block;
  line-height: 1em;
  color: #607d8b;
}
@media screen and (max-width: 720px) {
  .c-call_banner .c-call_banner__time {
    font-size: 12px;
  }
}
.c-perf {
  text-align: center;
  color: #f44336;
}
@media screen and (max-width: 480px) {
  .c-perf {
    margin: 0 -16px 0;
  }
}
@media screen and (max-width: 720px) {
  .c-perf.u-ta-l {
    text-align: center !important;
  }
}
.c-perf >* {
  line-height: 1em;
}
.c-perf .c-perf__title {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 24px;
}
.c-perf .c-perf__val {
  display: inline-block;
  font-family: Oswald;
  font-weight: bold;
  font-size: 128px;
  letter-spacing: -8px;
}
@media screen and (max-width: 480px) {
  .c-perf .c-perf__val {
    font-size: 96px;
  }
}
.c-perf .c-perf__unit {
  display: inline-block;
  font-family: Oswald;
  font-weight: bold;
  font-size: 44px;
}
@media screen and (max-width: 480px) {
  .c-perf .c-perf__unit {
    font-size: 32px;
  }
}
.c-perf .c-perf__vector {
  display: inline-block;
  margin-left: 8px;
  font-weight: bold;
  font-size: 44px;
}
@media screen and (max-width: 480px) {
  .c-perf .c-perf__vector {
    margin-left: 0;
    font-size: 32px;
  }
}
.c-pointer_list {
  box-sizing: border-box;
  margin: 0 auto 48px;
  padding: 20px 100px;
  max-width: 960px;
  text-align: left;
  background-color: #e0f2f1;
  background-image: url("/images/support/bg_triangle_left.gif"), url("/images/support/bg_triangle_right.gif");
  background-repeat: repeat-y, repeat-y;
  background-position: left top, right top;
}
@media screen and (max-width: 960px) {
  .c-pointer_list {
    padding: 20px 50px;
    width: 90%;
  }
}
@media screen and (max-width: 480px) {
  .c-pointer_list {
    margin-bottom: 32px;
    padding: 40px 20px 36px;
    width: 100%;
    background-image: url("/images/support/bg_triangle_top.gif"), url("/images/support/bg_triangle_bottom.gif");
    background-repeat: repeat-x, repeat-x;
    background-position: center top, center bottom;
  }
}
.c-pointer_list li {
  font-size: 24px;
  font-weight: bold;
  color: #455a64;
  line-height: 1.75;
}
@media screen and (max-width: 480px) {
  .c-pointer_list li {
    margin-bottom: 0.5em;
    font-size: 16px;
    line-height: 1.5;
  }
}
.c-pointer_list li:before {
  padding-right: 8px;
  content: "\f0a4";
  font-family: FontAwesome;
  font-weight: normal;
}
.c-circle-list {
  margin: 24px auto 32px;
  text-align: left;
}
@media screen and (max-width: 480px) {
  .c-circle-list {
    margin-bottom: 16px;
  }
}
.c-circle-list li {
  font-size: 24px;
  font-weight: bold;
  color: #364851;
  line-height: 1.5em;
}
@media screen and (max-width: 480px) {
  .c-circle-list li {
    font-size: 16px;
  }
}
.c-circle-list li:before {
  padding-right: 8px;
  content: "●";
  font-weight: normal;
}
.p-area_summary {
  padding: 64px 20px 64px;
  background-color: #e0f2f1;
}
@media screen and (max-width: 720px) {
  .p-area_summary {
    margin: 0 -10vw;
    padding: 48px 10vw 48px;
  }
}
@media screen and (max-width: 480px) {
  .p-area_summary .c-heading--1 {
    margin-bottom: 24px;
    font-size: 32px;
  }
}
.p-example {
  padding: 52px 20px 80px;
  background-color: #f6f9fb;
  color: #455a64;
}
@media screen and (max-width: 720px) {
  .p-example {
    margin: 0 -10vw;
    padding: 40px 10vw 48px;
  }
}
.p-example >* {
  line-height: 1.5em;
}
.p-example .p-example__title {
  margin-bottom: 36px;
  font-size: 48px;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .p-example .p-example__title {
    margin-bottom: 32px;
    font-size: 32px;
  }
}
.p-example .p-example__customer {
  margin-bottom: 24px;
  font-size: 32px;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .p-example .p-example__customer {
    margin-bottom: 16px;
    font-size: 24px;
  }
}
.p-example .p-example__summary {
  margin-bottom: 48px;
  font-size: 24px;
}
@media screen and (max-width: 480px) {
  .p-example .p-example__summary {
    margin-bottom: 32px;
    font-size: 16px;
  }
}
@media screen and (max-width: 720px) {
  .p-example .p-example__content_label {
    font-size: 24px;
    text-align: center !important;
  }
}
@media screen and (max-width: 480px) {
  .u-hidden-mobile {
    display: none !important;
  }
}
.u-visible-mobile {
  display: none;
}
@media screen and (max-width: 480px) {
  .u-visible-mobile {
    display: block !important;
  }
}
.u-fw-n {
  font-weight: normal !important;
}
.u-lh-1 {
  line-height: 1em !important;
}
.u-ta-l {
  text-align: left !important;
}
.u-ta-c {
  text-align: center !important;
}
.u-ta-r {
  text-align: right !important;
}
.u-mb-8 {
  margin-bottom: 8px !important;
}
.u-mb-16 {
  margin-bottom: 16px !important;
}
.u-mb-24 {
  margin-bottom: 24px !important;
}
.u-mb-32 {
  margin-bottom: 32px !important;
}
.u-mb-40 {
  margin-bottom: 40px !important;
}
.u-mb-48 {
  margin-bottom: 48px !important;
}
.u-mb-56 {
  margin-bottom: 56px !important;
}
.u-mb-64 {
  margin-bottom: 64px !important;
}
.u-mb-72 {
  margin-bottom: 72px !important;
}
.u-mb-80 {
  margin-bottom: 80px !important;
}
.imgbox {
  margin: 0 auto 32px;
  width: 96.5%;
  max-width: 960px;
}
.imgbox .bx-wrapper {
  padding: 26px 72px 34px;
  margin-bottom: 10px;
  border: solid 1px #cfd8dc;
  background-color: #f6f9fb;
}
@media screen and (max-width: 480px) {
  .imgbox .bx-wrapper {
    padding-top: 16px;
  }
}
.imgbox .bx-wrapper .bx-loading {
  background: url("/images/advantage/bx-slider/bx_loader.gif") center center no-repeat #fff;
}
.imgbox .bx-wrapper .bx-prev {
  background: url("/images/advantage/bx-slider/controls.png") no-repeat 0 -32px;
}
.imgbox .bx-wrapper .bx-next {
  background: url("/images/advantage/bx-slider/controls.png") no-repeat -43px -32px;
}
.imgbox .bx-wrapper .bx-controls-auto .bx-start {
  background: url("/images/advantage/bx-slider/controls.png") -86px -11px no-repeat;
}
.imgbox .bx-wrapper .bx-controls-auto .bx-stop {
  background: url("/images/advantage/bx-slider/controls.png") -86px -44px no-repeat;
}
.imgbox .bx-wrapper .bx-viewport {
  box-shadow: none;
  border: none;
  background: transparent;
}
.imgbox .bx-wrapper .bx-pager {
  position: relative;
  padding-top: 0;
  bottom: -16px;
}
.imgbox .bx-wrapper .bx-pager.bx-default-pager a {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #cfd8dc;
}
.imgbox .bx-wrapper .bx-pager.bx-default-pager a.active,
.imgbox .bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #80cbc4;
}
.imgbox .bx-wrapper .bx-controls-direction a {
  text-indent: 0;
  background: none;
  text-decoration: none;
  margin-top: -36px;
  z-index: 1;
  color: #4e6a78;
}
.imgbox .bx-wrapper .bx-controls-direction a:hover {
  color: #90a4ae;
}
.imgbox .bx-wrapper img {
  margin: auto;
  height: 144px;
}
@media screen and (max-width: 480px) {
  .imgbox .bx-wrapper img {
    height: 90px;
  }
}
.imgbox .bx-wrapper img.narrow {
  width: auto;
}
@media screen and (max-width: 480px) {
  .imgbox .bx-wrapper {
    padding-left: calc(43.75% - 80px);
    padding-right: calc(43.75% - 80px);
  }
  .imgbox .bx-wrapper .bx-prev {
    left: 3px;
  }
  .imgbox .bx-wrapper .bx-next {
    right: 3px;
  }
}
a {
  color: #239788;
  text-decoration: underline;
}
a:hover {
  color: #4db6ac;
}
body h1 {
  position: absolute;
  z-index: 1;
}
body article {
  margin-top: 0;
}
body article section.first_view {
  padding-bottom: 75px !important;
  height: 320px;
  background: url("/images/lpo/fv_bg_consulting.png") center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 2;
}
body article section.first_view >h1,
body article section.first_view >p {
  position: relative;
  top: 76px;
}
body article section.first_view >h1.first_subtitle,
body article section.first_view >p.first_subtitle {
  margin-top: 40px;
  line-height: 1em;
}
body article section.first_view .register_button {
  position: absolute;
  bottom: 79px;
  left: 0;
  right: 0;
}
@media screen and (max-width: 960px) {
  body article section.first_view >h1.first_title,
  body article section.first_view >p.first_title {
    font-size: 32px;
  }
}
@media screen and (max-width: 720px) {
  body article section.first_view {
    height: 293px;
    padding: 0;
  }
  body article section.first_view >h1,
  body article section.first_view >p {
    position: absolute;
    top: auto;
    bottom: 204px;
    left: 5%;
    right: 5%;
    margin: auto;
  }
  body article section.first_view >h1 >br.hidden,
  body article section.first_view >p >br.hidden {
    display: none;
  }
  body article section.first_view >h1.first_title,
  body article section.first_view >p.first_title {
    font-size: 28px;
  }
  body article section.first_view >h1.first_subtitle,
  body article section.first_view >p.first_subtitle {
    bottom: 124px;
    line-height: 1.5em;
  }
  body article section.first_view .register_button {
    bottom: 36px;
    width: 90%;
    max-width: 228px;
    height: 64px;
  }
  body article section.first_view .register_button >a {
    border-radius: 32px;
    line-height: 64px;
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  body article section.first_view >h1.first_title,
  body article section.first_view >p.first_title {
    bottom: 196px;
    font-size: 24px;
    letter-spacing: -0.5px;
  }
}
@media screen and (max-width: 480px) {
  body article section.first_view >h1 >br.hidden,
  body article section.first_view >p >br.hidden {
    display: inline;
  }
  body article section.first_view >h1.first_title,
  body article section.first_view >p.first_title {
    bottom: 196px;
    font-size: 20px;
    line-height: 1.25em;
    letter-spacing: normal;
  }
}
body article section {
  padding: 64px 0 80px;
}
body article section .contents h2 {
  margin: 0 auto 32px;
}
body article section .contents .content {
  letter-spacing: -0.4em;
  text-align: center;
}
body article section .contents .content img {
  width: 100%;
  max-width: 781px;
}
body article section .contents .content p {
  text-align: left;
  margin-bottom: 1em;
  color: #4e6a78;
}
body article section .contents .content >* {
  letter-spacing: normal;
}
body article section .contents .content >.left,
body article section .contents .content >.right {
  display: inline-block;
  width: 48.75%;
  max-width: 468px;
  vertical-align: middle;
}
body article section .contents .content >.left >img,
body article section .contents .content >.right >img {
  width: 100%;
}
body article section .contents .content >.left {
  margin-right: 2.5%;
}
body article section .contents .content.two-column-rev,
body article section .contents .content >.staff.two-column-rev {
  direction: rtl;
}
body article section .contents .content.two-column-rev >div,
body article section .contents .content >.staff.two-column-rev >div {
  direction: ltr;
}
body article section .contents .content .plan_table {
  margin: 32px auto 80px;
  width: 100%;
  max-width: 960px;
  letter-spacing: -0.4em;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media screen and (max-width: 960px) {
  body article section .contents .content .plan_table {
    width: 90%;
  }
}
@media screen and (max-width: 480px) {
  body article section .contents .content .plan_table {
    margin-bottom: 48px;
  }
}
body article section .contents .content .plan_table >* {
  letter-spacing: normal;
}
body article section .contents .content .plan_table .plan {
  position: relative;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  vertical-align: top;
  margin-left: -1px;
  border: solid 1px #26a69a;
}
@media screen and (max-width: 720px) {
  body article section .contents .content .plan_table .plan {
    margin: -1px 0 0 0;
  }
}
body article section .contents .content .plan_table .plan .consulplan_name {
  background-color: #e0f2f1;
  padding: 24px 0;
  width: 100%;
  font-size: 24px;
  line-height: 1.5em;
  text-align: center;
}
body article section .contents .content .plan_table .plan .consulplan_name a {
  display: inline-block;
  font-weight: bold;
  text-decoration: none;
  color: #26a69a;
}
body article section .contents .content .plan_table .plan .consulplan_name a:hover {
  color: #4db6ac;
}
body article section .contents .content .plan_table .plan .plan_detail p {
  margin: 21px 16px 24px;
  text-align: left;
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  body article section .contents .content .plan_table .plan .plan_detail p {
    margin: 18px 16px 21px;
  }
}
@media screen and (max-width: 720px) {
  body article section .contents .content .plan_table {
    flex-direction: column !important;
    border-left: none !important;
    width: 100% !important;
  }
  body article section .contents .content .plan_table .plan {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    border-left: solid 1px #26a69a !important;
  }
}
@media screen and (max-width: 720px) {
  body article section {
    padding: 40px 0 20px;
  }
  body article section .contents {
    width: 80%;
    max-width: 512px;
    margin: auto;
  }
  body article section .contents >.content >.left,
  body article section .contents >.content >.right {
    width: 100%;
    max-width: none;
  }
  body article section .contents >.content >.left {
    margin-right: 0;
  }
}
body article section.support {
  padding-bottom: 0;
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 720px) {
  body article section.support .contents {
    max-width: initial;
  }
}
body article section.support .description {
  max-width: 468px;
  margin: auto;
}
@media screen and (max-width: 720px) {
  body article section.support .description {
    width: 100%;
  }
}
body article section.support .three_consultings .pdca-cycle {
  align-items: center;
  margin-bottom: 72px;
}
@media screen and (max-width: 720px) {
  body article section.support .three_consultings .pdca-cycle {
    margin-bottom: 60px;
  }
}
body article section.support .three_consultings .pdca-cycle .image_pdca {
  max-width: 720px;
  margin-bottom: 0;
}
@media screen and (max-width: 720px) {
  body article section.support .three_consultings .pdca-cycle .image_pdca {
    margin-bottom: 16px;
  }
}
body article section.support .three_consultings .report {
  padding: 48px 0 80px;
  border-bottom: 1px solid #cfd8dc;
}
@media screen and (max-width: 720px) {
  body article section.support .three_consultings .report {
    margin: 0 -10vw;
    padding: 36px 10vw 48px;
  }
}
body article section.support .three_consultings .ab_test {
  padding: 48px 0 0;
}
body article section.support .three_consultings .ab_test .ab_test_animate {
  position: relative;
  margin: 0 auto 64px;
  width: 100%;
  max-width: 960px;
}
@media screen and (max-width: 480px) {
  body article section.support .three_consultings .ab_test .ab_test_animate {
    margin-bottom: 48px;
  }
}
body article section.support .three_consultings .ab_test .ab_test_animate >* {
  position: absolute;
  opacity: 0;
}
body article section.support .three_consultings .ab_test .ab_test_animate .base {
  position: static;
  display: block;
  width: 100%;
  max-width: 960px;
}
body article section.support .three_consultings .ab_test .ab_test_animate .comparison_bg {
  z-index: 0;
  top: 5.98%;
  left: 0;
  right: 0;
  margin: auto;
  width: 18.75%;
  height: 48.91%;
  border-radius: 50%;
  background-color: #e0f2f1;
}
body article section.support .three_consultings .ab_test .ab_test_animate .comparison_text {
  z-index: 3;
  top: 26.09%;
  left: 0;
  right: 0;
  margin: auto;
  width: 6.56%;
}
body article section.support .three_consultings .ab_test .ab_test_animate .result_bg {
  z-index: 1;
  bottom: 0;
  width: 45.83%;
  height: 34.78%;
}
body article section.support .three_consultings .ab_test .ab_test_animate .result_bg.a {
  left: 0;
  background-color: #f6f9fb;
}
body article section.support .three_consultings .ab_test .ab_test_animate .result_bg.b {
  right: 0;
  background-color: #ffebee;
}
body article section.support .three_consultings .ab_test .ab_test_animate .img {
  z-index: 1;
  top: 0;
  width: 45.83%;
}
body article section.support .three_consultings .ab_test .ab_test_animate .img.a {
  left: -100%;
}
body article section.support .three_consultings .ab_test .ab_test_animate .img.b {
  right: -100%;
}
body article section.support .three_consultings .ab_test .ab_test_animate .icon {
  z-index: 2;
  width: 14.38%;
}
body article section.support .three_consultings .ab_test .ab_test_animate .icon.a {
  top: 54.89%;
  left: 2.08%;
}
body article section.support .three_consultings .ab_test .ab_test_animate .icon.b {
  top: 52.45%;
  left: 56.25%;
}
body article section.support .three_consultings .ab_test .ab_test_animate .val {
  z-index: 2;
  bottom: 5.43%;
}
body article section.support .three_consultings .ab_test .ab_test_animate .val.a {
  width: 25.52%;
  left: 18.44%;
}
body article section.support .three_consultings .ab_test .ab_test_animate .val.b {
  width: 27.08%;
  right: 1.04%;
}
body article section.support .three_consultings .ab_test .ab_test_animate.animated .comparison_bg {
  animation: bounce 0.25s ease 0.35s forwards;
}
body article section.support .three_consultings .ab_test .ab_test_animate.animated .comparison_text {
  animation: shrink 0.4s ease 0.01s forwards;
}
body article section.support .three_consultings .ab_test .ab_test_animate.animated .result_bg {
  animation: fadeIn 0.3s ease 0.35s forwards;
}
body article section.support .three_consultings .ab_test .ab_test_animate.animated .img {
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.725, 1.245), opacity 0.35s;
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.725, 1.245), opacity 0.35s;
  -moz-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.725, 1.245), opacity 0.35s;
  -ms-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.725, 1.245), opacity 0.35s;
  opacity: 1;
}
body article section.support .three_consultings .ab_test .ab_test_animate.animated .img.a {
  left: 0;
}
body article section.support .three_consultings .ab_test .ab_test_animate.animated .img.b {
  right: 0;
}
body article section.support .three_consultings .ab_test .ab_test_animate.animated .icon {
  animation: shrink 0.3s ease 0.3s forwards;
}
body article section.support .three_consultings .ab_test .ab_test_animate.animated .val {
  animation: popup 0.3s ease 0.3s forwards;
}
@media screen and (max-width: 480px) {
  body article section.support .three_consultings .ab_test .description {
    margin-bottom: 48px !important;
  }
}
@media screen and (max-width: 480px) {
  body article section.support .three_consultings .ab_test .p-example {
    padding-bottom: 2px;
  }
}
body article section.support .three_consultings .efo {
  padding: 48px 0 0;
}
@media screen and (max-width: 480px) {
  body article section.support .three_consultings .efo {
    padding-top: 36px;
  }
}
body article section.support .three_consultings .efo .image_efo {
  max-width: 960px;
  margin-bottom: 48px;
}
@media screen and (max-width: 480px) {
  body article section.support .three_consultings .efo .image_efo {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 480px) {
  body article section.support .three_consultings .efo .description p:last-child {
    margin-bottom: 48px !important;
  }
}
body article section.support .three_consultings .conversion-table {
  margin: 48px auto 16px;
  width: 100%;
  max-width: 960px;
  border-collapse: separate;
  border-spacing: 4px;
}
body article section.support .three_consultings .conversion-table th,
body article section.support .three_consultings .conversion-table td {
  height: 64px;
  text-align: center;
  vertical-align: middle;
}
body article section.support .three_consultings .conversion-table th {
  background-color: #26a69a;
}
body article section.support .three_consultings .conversion-table th.empty {
  background-color: transparent;
}
body article section.support .three_consultings .conversion-table td {
  background-color: #fff;
}
body article section.support .three_consultings .conversion-table td.red {
  background-color: #ffebee;
}
body article section.support .three_consultings .conversion-table td .cvtable_strong-digit,
body article section.support .three_consultings .conversion-table td .cvtable_strong-yen {
  font-weight: bold;
}
@media screen and (max-width: 720px) {
  body article section.support .three_consultings .conversion-table {
    margin-left: -4.5%;
    margin: 20px auto 12px;
  }
}
body article section.support .site_work .lp_work {
  padding: 48px 0 80px;
}
@media screen and (max-width: 480px) {
  body article section.support .site_work .lp_work {
    padding-bottom: 48px;
  }
}
body article section.support .site_work .lp_work .lp_work_animate {
  position: relative;
  margin-bottom: 24px;
}
body article section.support .site_work .lp_work .lp_work_animate .page {
  position: absolute;
  width: 41%;
  top: 0;
  opacity: 0;
}
body article section.support .site_work .lp_work .lp_work_animate .page.before {
  z-index: 2;
  left: -20%;
}
body article section.support .site_work .lp_work .lp_work_animate .page.after {
  z-index: 1;
  left: 0;
}
body article section.support .site_work .lp_work .lp_work_animate .arrow {
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 11.5%;
  opacity: 0;
}
body article section.support .site_work .lp_work .lp_work_animate.animated >* {
  transition: left 0.35s, opacity 0.35s;
  -webkit-transition: left 0.35s, opacity 0.35s;
  -moz-transition: left 0.35s, opacity 0.35s;
  -ms-transition: left 0.35s, opacity 0.35s;
  opacity: 1;
}
body article section.support .site_work .lp_work .lp_work_animate.animated .page.before {
  left: 0;
}
body article section.support .site_work .lp_work .lp_work_animate.animated .page.after {
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  left: 59%;
}
body article section.support .site_work .lp_work .lp_work_animate.animated .arrow {
  left: 44.4%;
}
body article section.support .ad_and_lpo .achievement {
  padding: 48px 0 80px;
  border-bottom: 1px solid #cfd8dc;
}
@media screen and (max-width: 720px) {
  body article section.support .ad_and_lpo .achievement {
    margin: 0 -10vw;
    padding: 36px 10vw 48px;
  }
}
body article section.support .ad_and_lpo .achievement .achievement_content {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
}
@media screen and (max-width: 720px) {
  body article section.support .ad_and_lpo .achievement .achievement_content {
    flex-direction: column;
  }
}
body article section.support .ad_and_lpo .award {
  width: 304px;
}
@media (max-width: 720px) {
  body article section.support .ad_and_lpo .award {
    width: 100%;
  }
  body article section.support .ad_and_lpo .award:not(:first-child) {
    margin-top: 48px;
  }
}
body article section.support .ad_and_lpo .award h3.ttl {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
  font-size: 20px;
  color: #455a64;
  background: url("/images/support/bg-leaf.svg") no-repeat center center/cover;
}
@media screen and (max-width: 720px) {
  body article section.support .ad_and_lpo .award h3.ttl {
    font-size: calc(16px + 16 * (100vw - 320px) / 400);
  }
}
@media screen and (max-width: 375px) {
  body article section.support .ad_and_lpo .award h3.ttl {
    background: url("/images/support/bg-leaf-sp.svg") no-repeat center center/contain;
  }
}
body article section.support .ad_and_lpo .award h3.ttl:before {
  content: "";
  display: block;
  padding-top: 47%;
}
@media (max-width: 375px) {
  body article section.support .ad_and_lpo .award h3.ttl:before {
    padding-top: 37%;
  }
}
body article section.support .ad_and_lpo .award h3.ttl span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  margin-top: -11px;
}
@media screen and (max-width: 720px) {
  body article section.support .ad_and_lpo .award h3.ttl span {
    margin-top: 0;
  }
}
body article section.support .ad_and_lpo .award .award-image {
  position: relative;
  margin-top: 18px;
  margin-bottom: 0;
  text-align: center;
}
@media (max-width: 720px) {
  body article section.support .ad_and_lpo .award .award-image {
    margin-top: 24px;
  }
}
body article section.support .ad_and_lpo .award .award-image img {
  width: 100%;
}
body article section.support .ad_and_lpo .award .award-image > a {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}
body article section.support .ad_and_lpo .award .award-image > a img {
  width: calc(99px + 18 * (100vw - 320px) / 960);
  height: calc(94px + 28 * (100vw - 320px) / 960);
}
@media screen and (min-width: 1280px) {
  body article section.support .ad_and_lpo .award .award-image > a img {
    width: 117px;
    height: 112px;
  }
}
@media screen and (max-width: 320px) {
  body article section.support .ad_and_lpo .award .award-image > a img {
    width: 99px;
    height: 94px;
  }
}
body article section.support .ad_and_lpo .award:nth-child(2) .award-image img {
  width: 124px;
}
body article section.support .ad_and_lpo .media {
  padding: 48px 0 80px;
}
@media screen and (max-width: 480px) {
  body article section.support .ad_and_lpo .media {
    padding-bottom: 48px;
  }
}
body article section.support .ad_and_lpo .media .upper {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 960px;
}
@media screen and (max-width: 720px) {
  body article section.support .ad_and_lpo .media .upper {
    flex-direction: column;
  }
}
body article section.support .ad_and_lpo .media .upper .item {
  flex-basis: 468px;
  margin-bottom: 54px;
}
@media screen and (max-width: 960px) {
  body article section.support .ad_and_lpo .media .upper .item {
    padding: 0 12px;
  }
}
@media screen and (max-width: 720px) {
  body article section.support .ad_and_lpo .media .upper .item {
    flex-basis: auto !important;
    margin-bottom: 32px;
    min-height: 0%;
    padding: 0;
  }
}
body article section.support .ad_and_lpo .media .upper .item img {
  display: block;
}
body article section.support .ad_and_lpo .media .lower {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 960px;
}
@media screen and (max-width: 720px) {
  body article section.support .ad_and_lpo .media .lower {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
body article section.support .ad_and_lpo .media .lower .item {
  flex-basis: 222px;
  max-width: 222px;
  margin-bottom: 48px;
}
@media screen and (max-width: 960px) {
  body article section.support .ad_and_lpo .media .lower .item {
    padding: 0 12px;
  }
}
@media screen and (max-width: 720px) {
  body article section.support .ad_and_lpo .media .lower .item {
    flex: 0 0 auto !important;
    margin: 0 auto 32px;
    padding: 0;
  }
}
body article section.support .ad_and_lpo .media .lower .item img {
  display: block;
}
body article section.support .ad_and_lpo .media .others {
  font-size: 24px;
  font-weight: bold;
  color: #455a64;
}
body article section.support .ad_and_lpo .media .media_type {
  display: inline-block;
  margin-top: 12px;
  font-size: 16px;
  font-weight: bold;
  color: #455a64;
}
body article section.support .ad_and_lpo .lpo_example_animate {
  position: relative;
  margin: 0 auto 48px;
  width: 100%;
  max-width: 960px;
}
body article section.support .ad_and_lpo .lpo_example_animate >* {
  position: absolute;
  opacity: 0;
}
body article section.support .ad_and_lpo .lpo_example_animate .base {
  position: static;
  display: block;
  width: 100%;
  max-width: 960px;
}
body article section.support .ad_and_lpo .lpo_example_animate .img {
  top: 15.63%;
  width: 46.25%;
}
body article section.support .ad_and_lpo .lpo_example_animate .img.before {
  left: -20%;
}
body article section.support .ad_and_lpo .lpo_example_animate .img.after {
  left: 20%;
}
body article section.support .ad_and_lpo .lpo_example_animate .label {
  top: 0;
}
body article section.support .ad_and_lpo .lpo_example_animate .label.before {
  left: 19.17%;
  width: 7.7%;
}
body article section.support .ad_and_lpo .lpo_example_animate .label.after {
  left: 73.44%;
  width: 6.88%;
}
body article section.support .ad_and_lpo .lpo_example_animate .arrow {
  z-index: 5;
  width: 4.8%;
  top: 47.66%;
  left: 30%;
}
body article section.support .ad_and_lpo .lpo_example_animate.animated >* {
  transition: left 0.35s, opacity 0.35s;
  -webkit-transition: left 0.35s, opacity 0.35s;
  -moz-transition: left 0.35s, opacity 0.35s;
  -ms-transition: left 0.35s, opacity 0.35s;
  opacity: 1;
}
body article section.support .ad_and_lpo .lpo_example_animate.animated .img.before {
  left: 0;
}
body article section.support .ad_and_lpo .lpo_example_animate.animated .label.before {
  transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
}
body article section.support .ad_and_lpo .lpo_example_animate.animated .label.after {
  transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
}
body article section.support .ad_and_lpo .lpo_example_animate.animated .img.after {
  transition-delay: 0.35s;
  -webkit-transition-delay: 0.35s;
  -moz-transition-delay: 0.35s;
  -ms-transition-delay: 0.35s;
  left: 53.75%;
}
body article section.support .ad_and_lpo .lpo_example_animate.animated .arrow {
  left: 47.5%;
}
body article section.support .ad_and_lpo .listing_ads {
  box-sizing: border-box;
  margin: 0 auto 48px;
  padding: 0 24px;
  width: 100%;
  max-width: 960px;
  border: solid 1px #cfd8dc;
  background-color: #fff;
}
@media screen and (max-width: 720px) {
  body article section.support .ad_and_lpo .listing_ads {
    padding: 0 16px;
  }
}
body article section.support .ad_and_lpo .listing_ads .upper {
  display: flex;
  border-bottom: solid 1px #cfd8dc;
  justify-content: space-between;
}
@media screen and (max-width: 720px) {
  body article section.support .ad_and_lpo .listing_ads .upper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
body article section.support .ad_and_lpo .listing_ads .upper >* {
  flex: 0 1 auto;
  padding: 20px 16px 16px;
  max-width: 100%;
  min-height: 0%;
}
body article section.support .ad_and_lpo .listing_ads .upper >* img {
  max-width: 100%;
}
@media screen and (max-width: 720px) {
  body article section.support .ad_and_lpo .listing_ads .upper >* {
    text-align: center !important;
  }
}
body article section.support .ad_and_lpo .listing_ads .upper .left {
  text-align: left;
}
body article section.support .ad_and_lpo .listing_ads .upper .right {
  padding-top: 30px;
  text-align: right;
}
@media screen and (max-width: 720px) {
  body article section.support .ad_and_lpo .listing_ads .upper .right {
    padding-top: 16px;
    padding-bottom: 24px;
  }
}
body article section.support .ad_and_lpo .listing_ads .lower {
  display: flex;
  justify-content: center;
  padding: 32px 0 48px;
}
@media screen and (max-width: 720px) {
  body article section.support .ad_and_lpo .listing_ads .lower {
    flex-direction: column;
  }
}
@media screen and (max-width: 480px) {
  body article section.support .ad_and_lpo .listing_ads .lower {
    padding-bottom: 8px;
  }
}
body article section.support .ad_and_lpo .listing_ads .lower >* {
  min-width: 320px;
}
@media screen and (max-width: 480px) {
  body article section.support .ad_and_lpo .listing_ads .lower >* {
    margin-bottom: 24px;
    min-width: auto;
  }
}
body article section.support .ad_and_lpo .listing_ads .lower .right .keyword .c-heading {
  margin-bottom: 16px;
}
@media screen and (max-width: 480px) {
  body article section.support .ad_and_lpo .listing_ads .lower .right .keyword .c-heading {
    font-size: 24px;
  }
}
body article section.support .ad_and_lpo .listing_ads .lower .right .keyword li {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.25em;
}
@media screen and (max-width: 480px) {
  body article section.support .ad_and_lpo .listing_ads .lower .right .keyword li {
    font-size: 32px;
  }
}
body article section.flow .contents .content ul {
  margin: auto;
  letter-spacing: -0.4em;
}
body article section.flow .contents .content ul li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  height: 202px;
  letter-spacing: normal;
}
body article section.flow .contents .content ul li.step {
  width: 204px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
body article section.flow .contents .content ul li#step_01 {
  background-image: url("/images/lpo/consulting_serviceflow1.png");
}
body article section.flow .contents .content ul li#step_02 {
  background-image: url("/images/lpo/consulting_serviceflow2.png");
}
body article section.flow .contents .content ul li#step_03 {
  background-image: url("/images/lpo/consulting_serviceflow3.png");
}
body article section.flow .contents .content ul li#step_04 {
  background-image: url("/images/lpo/consulting_serviceflow4.png");
}
body article section.flow .contents .content ul li.arrow {
  width: 48px;
}
body article section.flow .contents .content ul li span {
  display: inline-block;
  position: absolute;
  top: calc(50% - 12px);
  left: 0;
  right: 0;
  margin: auto;
  line-height: 24px;
}
@media screen and (min-width: 961px) and (max-width: 1280px) {
  body article section.flow .contents .content ul li.arrow {
    width: 3.75%;
  }
}
@media screen and (max-width: 960px) {
  body article section.flow .contents .content ul li {
    display: block;
    margin: auto;
  }
  body article section.flow .contents .content ul li.arrow {
    transform: rotate(90deg);
    height: 40px;
  }
}
@media screen and (max-width: 720px) {
  body article section.flow .contents .content ul {
    margin-bottom: 20px;
  }
}
body article section.faq {
  background-color: #e0f2f1;
}
body article section.faq .contents .content .faq_block {
  width: 100%;
  max-width: 960px;
  letter-spacing: -0.4em;
  margin: 0 auto 20px;
}
body article section.faq .contents .content .faq_block >div {
  display: inline-block;
  width: 50%;
  vertical-align: middle;
  letter-spacing: -0.4em;
}
body article section.faq .contents .content .faq_block >div >* {
  letter-spacing: normal;
}
body article section.faq .contents .content .faq_block >div.question_block {
  background-color: #26a69a;
}
body article section.faq .contents .content .faq_block >div.question_block .faq_question {
  color: #fff;
}
body article section.faq .contents .content .faq_block >div.answer_block {
  background-color: #fff;
}
body article section.faq .contents .content .faq_block >div >div {
  display: table-cell;
  vertical-align: middle;
}
body article section.faq .contents .content .faq_block >div >div.faq_label-Q,
body article section.faq .contents .content .faq_block >div >div.faq_label-A {
  padding: 10px 20px 15px;
  line-height: 1em;
}
body article section.faq .contents .content .faq_block >div >div.question,
body article section.faq .contents .content .faq_block >div >div.answer {
  position: relative;
}
body article section.faq .contents .content .faq_block >div >div.question >p,
body article section.faq .contents .content .faq_block >div >div.answer >p {
  margin-bottom: 0;
}
body article section.faq .contents .content .faq_block >div >div.question {
  padding-right: 20px;
}
body article section.faq .contents .content .faq_block >div >div.answer {
  padding-left: 20px;
}
body article section.faq .contents .content .faq_block >div >div.answer >p {
  color: #607d8b;
}
@media screen and (min-width: 721px) and (max-width: 960px) {
  body article section.faq .contents .content .faq_block >div >div.question >p >br {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  body article section.faq .contents .content .faq_block >div {
    display: block;
    width: 100%;
  }
  body article section.faq .contents .content .faq_block >div >div.question {
    padding: 1em 4% 1em 0;
  }
  body article section.faq .contents .content .faq_block >div >div.answer {
    padding: 1em 0 1em 4%;
  }
}
@media screen and (max-width: 480px) {
  body article section.faq .contents .content .faq_block >div >div.question >p {
    font-size: 20px;
  }
  body article section.faq .contents .content .faq_block >div >div.question >p >br {
    display: none;
  }
}
body article section.info {
  height: 310px;
  background-image: url("/images/lpo/consulting_bg_call.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
}
body article section.info .contents .content .maintext {
  padding-top: 67px;
}
body article section.info .contents .content .maintext p {
  margin: 0 auto 16px;
  text-align: center;
  line-height: 1em;
}
body article section.info .contents .content .maintext p span {
  line-height: 1em;
}
body article section.info .contents .content .maintext p span.free-dial {
  font-family: "condense";
  font-size: 88px;
  color: #fff;
  margin-right: 10px;
}
body article section.info .contents .content .maintext p span.phone_number >span {
  font-family: "Oswald";
  padding: 0 4px;
  position: relative;
  top: -12px;
}
@media screen and (max-width: 1280px) {
  body article section.info {
    height: 24.22vw;
  }
  body article section.info .contents .content .maintext {
    padding-top: calc(10vw - 60px);
  }
}
@media screen and (max-width: 960px) {
  body article section.info .contents .content .maintext p {
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 720px) {
  body article section.info {
    height: 31.5vw;
  }
  body article section.info .contents .content .maintext {
    position: relative;
    height: 31.5vw;
    padding-top: 0;
  }
  body article section.info .contents .content .maintext p {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
  }
  body article section.info .contents .content .maintext p.phone_title {
    top: 15%;
  }
  body article section.info .contents .content .maintext p.number {
    top: calc(50% - 36px);
  }
  body article section.info .contents .content .maintext p.phone_time {
    bottom: 15%;
  }
  body article section.info .contents .content .maintext p span.free-dial {
    font-size: 72px;
  }
  body article section.info .contents .content .maintext p span.phone_number >span {
    top: -1.7vw;
  }
}
@media screen and (max-width: 640px) {
  body article section.info .contents .content .maintext p.phone_title {
    font-size: 4vw;
  }
  body article section.info .contents .content .maintext p.number {
    top: calc(50% - 5vw);
  }
  body article section.info .contents .content .maintext p.number span.free-dial {
    font-size: calc(10vw + 8px);
  }
  body article section.info .contents .content .maintext p.number span.phone_number {
    font-size: 10vw;
  }
}
@media screen and (max-width: 480px) {
  body article section.info .contents .content .maintext p.number {
    top: calc(50% - 6vw);
  }
  body article section.info .contents .content .maintext p.phone_time {
    font-size: 14px;
    bottom: 10%;
  }
}
body article section#isms {
  border-bottom: solid 1px #cfd8dc;
  padding: 120px 0 40px;
}
@media screen and (max-width: 720px) {
  body article section#isms {
    padding: 72px 0 24px;
  }
}
body article section#isms .isms {
  max-width: 475px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 720px) {
  body article section#isms .isms {
    width: 80%;
    max-width: 347px;
  }
}
body article section#isms .isms h3 {
  text-align: center;
  color: #566d77;
  font-weight: bold;
  margin-bottom: 8px;
}
body article section#isms .isms p {
  text-align: left;
  font-size: 6px;
  color: #455a64;
}
body article section#isms .isms .isms_left,
body article section#isms .isms .isms_right {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px;
}
@media screen and (max-width: 720px) {
  body article section#isms .isms .isms_left,
  body article section#isms .isms .isms_right {
    display: block;
  }
}
body article section#isms .isms .isms_left img,
body article section#isms .isms .isms_right img {
  max-width: 128px;
  width: 100%;
}
@media screen and (max-width: 720px) {
  body article section#isms .isms .isms_left {
    text-align: center;
  }
}
body article section#isms .isms .isms_right {
  margin-left: 16px;
}
@media screen and (max-width: 720px) {
  body article section#isms .isms .isms_right {
    margin: 0 0 8px 0;
  }
}
body article section#isms .isms .isms_right p {
  font-size: 12px;
  line-height: 1.2;
}
body article section#quiry-form .contents .content p.description {
  text-align: center;
  color: #607d8b;
}
@media screen and (max-width: 720px) {
  body article section#quiry-form .contents .content p.description {
    text-align: left;
  }
}
body article section#quiry-form .contents .content .form-area {
  margin-top: 40px;
}
body article section#quiry-form .contents .content .form-area form {
  width: 100%;
  max-width: 960px;
  letter-spacing: -0.4em;
  margin: auto;
}
@media screen and (min-width: 721px) and (max-width: 1280px) {
  body article section#quiry-form .contents .content .form-area form {
    width: 80%;
  }
}
body article section#quiry-form .contents .content .form-area form >* {
  letter-spacing: normal;
}
body article section#quiry-form .contents .content .form-area form .input_left,
body article section#quiry-form .contents .content .form-area form .input_right {
  display: inline-block;
  width: 48.75%;
  vertical-align: top;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 720px) {
  body article section#quiry-form .contents .content .form-area form .input_left,
  body article section#quiry-form .contents .content .form-area form .input_right {
    width: 100%;
  }
}
body article section#quiry-form .contents .content .form-area form .input_left {
  margin-right: 2.5%;
}
@media screen and (max-width: 720px) {
  body article section#quiry-form .contents .content .form-area form .input_left {
    margin-right: 0;
  }
}
body article section#quiry-form .contents .content .form-area form .input_left input[type='text'],
body article section#quiry-form .contents .content .form-area form .input_left input[type='email'],
body article section#quiry-form .contents .content .form-area form .input_left input[type='tel'] {
  width: 100%;
  height: 48px;
  border-radius: 8px;
  border: solid 2px #cfd8dc;
  text-indent: 10px;
}
body article section#quiry-form .contents .content .form-area form .input_left input[type='text']:focus,
body article section#quiry-form .contents .content .form-area form .input_left input[type='email']:focus,
body article section#quiry-form .contents .content .form-area form .input_left input[type='tel']:focus {
  background-color: #fffde7;
}
body article section#quiry-form .contents .content .form-area form .input_left input[type='text'].error,
body article section#quiry-form .contents .content .form-area form .input_left input[type='email'].error,
body article section#quiry-form .contents .content .form-area form .input_left input[type='tel'].error {
  border: solid 2px #ff8a80;
  background-color: #ffebee;
}
body article section#quiry-form .contents .content .form-area form .input_left input[type='text'].valid,
body article section#quiry-form .contents .content .form-area form .input_left input[type='email'].valid,
body article section#quiry-form .contents .content .form-area form .input_left input[type='tel'].valid {
  border: solid 2px #26a69a;
  background-color: #e0f2f1;
}
body article section#quiry-form .contents .content .form-area form .input_left >div {
  margin-bottom: 24px;
  position: relative;
}
body article section#quiry-form .contents .content .form-area form .input_left .form-register-name {
  display: flex;
}
body article section#quiry-form .contents .content .form-area form .input_left .form-register-name .f_item_name_last {
  width: 48%;
  margin-right: 4%;
}
body article section#quiry-form .contents .content .form-area form .input_left .form-register-name .f_item_name_first {
  width: 48%;
}
body article section#quiry-form .contents .content .form-area form .input_left .input_kind .radio label {
  display: block;
  width: 100%;
}
body article section#quiry-form .contents .content .form-area form .input_left .radio {
  letter-spacing: -0.4em;
}
body article section#quiry-form .contents .content .form-area form .input_left .radio >* {
  letter-spacing: normal;
}
body article section#quiry-form .contents .content .form-area form .input_left .radio label {
  display: inline-block;
  width: 33%;
  margin-top: 24px;
  color: #607d8b;
}
body article section#quiry-form .contents .content .form-area form .input_left .radio label.error {
  text-align: right;
}
body article section#quiry-form .contents .content .form-area form .input_left .radio label input[type='radio'] {
  margin: 0 8px 0 0;
  display: inline-block;
  vertical-align: middle;
}
body article section#quiry-form .contents .content .form-area form .input_left .radio label span {
  display: inline-block;
  width: calc(100% - 24px);
  vertical-align: middle;
}
@media screen and (max-width: 480px) {
  body article section#quiry-form .contents .content .form-area form .input_left .radio label {
    font-size: 14px;
  }
  body article section#quiry-form .contents .content .form-area form .input_left .radio label input[type='radio'] {
    margin: 0 4px 0 0;
  }
  body article section#quiry-form .contents .content .form-area form .input_left .radio label span {
    width: calc(100% - 20px);
  }
}
body article section#quiry-form .contents .content .form-area form .input_left .radio p {
  margin-top: 16px;
}
body article section#quiry-form .contents .content .form-area form .input_right textarea {
  height: 680px;
  border: solid 2px #cfd8dc;
  border-radius: 8px;
  width: calc(100% - 20px);
  padding: 10px;
}
body article section#quiry-form .contents .content .form-area form .input_right textarea:focus {
  background-color: #fffde7;
}
body article section#quiry-form .contents .content .form-area form .input_right textarea.error {
  border: solid 2px #ff8a80;
  background-color: #ffebee;
}
body article section#quiry-form .contents .content .form-area form .input_right textarea.valid {
  border: solid 2px #26a69a;
  background-color: #e0f2f1;
}
@media screen and (max-width: 720px) {
  body article section#quiry-form .contents .content .form-area form .input_right {
    margin-top: 0;
  }
  body article section#quiry-form .contents .content .form-area form .input_right textarea {
    height: 256px;
  }
}
body article section#quiry-form .contents .content .form-area form .input_checkbox {
  display: flex;
  justify-content: center;
  color: #607d8b;
  margin-top: 28px;
  position: relative;
}
body article section#quiry-form .contents .content .form-area form .input_checkbox div {
  align-items: center;
  display: flex;
  position: relative;
  gap: 8px;
}
body article section#quiry-form .contents .content .form-area form .input_checkbox input[type='checkbox'] {
  position: relative;
  width: 13px;
  height: 13px;
  border: solid 2px #becad0;
  border-radius: 3px;
  appearance: none;
}
body article section#quiry-form .contents .content .form-area form .input_checkbox input[type='checkbox'].error {
  border: solid 2px #ff8a80;
  background-color: #ffebee;
}
body article section#quiry-form .contents .content .form-area form .input_checkbox input[type='checkbox']:checked {
  background-color: #1e90ff;
  border: 0;
}
body article section#quiry-form .contents .content .form-area form .input_checkbox input[type='checkbox']:checked:before {
  position: absolute;
  top: 1px;
  left: 4px;
  transform: rotate(36deg);
  width: 2.5px;
  height: 6.5px;
  border-right: 2.5px solid #fff;
  border-bottom: 2.5px solid #fff;
  content: '';
}
body article section#quiry-form .contents .content .form-area form .input_checkbox input[type='checkbox']:hover {
  border-color: #4c5f69;
}
body article section#quiry-form .contents .content .form-area form .input_checkbox input[type='checkbox']:checked:hover {
  background-color: #1568b9;
}
body article section#quiry-form .contents .content .form-area form .input_checkbox p {
  margin-bottom: 0;
}
body article section#quiry-form .contents .content .form-area form .input_checkbox p a {
  text-decoration: underline;
  color: #00a59a;
}
body article section#quiry-form .contents .content .form-area form .input_checkbox p a:hover {
  color: #4db6ac;
}
body article section#quiry-form .contents .content .form-area form .input_checkbox label.error {
  position: absolute;
  right: 0;
  color: #ff5252;
}
@media screen and (max-width: 720px) {
  body article section#quiry-form .contents .content .form-area form .input_checkbox div input[type='checkbox'] {
    width: 14px;
  }
}
@media screen and (max-width: 720px) {
  body article section#quiry-form .contents .content .form-area form .input_checkbox div input[type='checkbox'] {
    width: 18px;
  }
}
body article section#quiry-form .contents .content .form-area form .submit {
  height: 64px;
  width: 50%;
  max-width: 468px;
  border: none;
  border-radius: 32px;
  background-color: #ffd600;
  box-shadow: 0 3px 0 #fbc02d;
  cursor: pointer;
  margin-top: 40px;
  font-size: 24px;
  font-weight: bold;
}
body article section#quiry-form .contents .content .form-area form .submit:hover {
  background-color: #ffea60;
}
body article section#quiry-form .contents .content .form-area form .submit:active {
  background-color: #fbc02d;
  box-shadow: 0 0 0;
  position: relative;
  top: 3px;
}
body article section#quiry-form .contents .content .form-area form .submit:disabled {
  background-color: #b0bec5;
  box-shadow: 0 0 0;
  cursor: default;
}
@media screen and (max-width: 720px) {
  body article section#quiry-form .contents .content .form-area form .submit {
    width: 100%;
    max-width: 320px;
    height: 88px;
    border-radius: 44px;
  }
}
body article section#quiry-form .contents .content .form-area form label.error {
  position: absolute;
  right: 0;
  bottom: -24px;
  white-space: nowrap;
  color: #ff5252;
}
body article section#quiry-form .contents .content .title {
  margin-top: 40px;
}
body article section#quiry-form .contents .content .title >p {
  text-align: center;
  line-height: 1em;
  margin-bottom: 16px;
}
body article section#quiry-form .contents .content .policy .policy-in {
  width: 50%;
  max-width: 468px;
  height: 160px;
  overflow: scroll;
  border: solid 1px #90a4ae;
  margin: auto;
}
body article section#quiry-form .contents .content .policy .policy-in p {
  text-align: left;
  margin: 20px;
}
@media screen and (max-width: 720px) {
  body article section#quiry-form .contents .content .policy .policy-in {
    width: 100%;
    max-width: 512px;
  }
}
.footer_button-social a:before {
  content: "";
}
article section#contact-us {
  padding: 0;
  width: 48.75%;
  max-width: 468px;
}
article section#contact-us .contents.with-top-border {
  border-top: 1px solid #cfd8dc;
}
article section#contact-us .contents .customer-infomation {
  box-sizing: border-box;
  width: 100%;
  height: 292px;
  border: solid 4px #00a59a;
  border-radius: 16px;
  color: #009688;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
article section#contact-us .contents .customer-infomation.and-isms {
  width: 468px;
  height: 152px;
  margin-bottom: 16px;
}
article section#contact-us .contents .customer-infomation .heading {
  font-size: 24px;
  font-weight: bold;
  color: #566d77;
  margin-bottom: 8px;
}
article section#contact-us .contents .customer-infomation .heading .hide_pc {
  display: none;
}
article section#contact-us .contents .customer-infomation .tel {
  font-family: "Oswald";
  font-size: 64px;
  font-weight: 900;
  text-decoration: none;
  color: #009688;
  height: 64px;
  margin-bottom: 8px;
}
article section#contact-us .contents .customer-infomation .tel span {
  position: relative;
  top: -12px;
}
@media screen and (min-width: 721px) {
  article section#contact-us .contents .customer-infomation .tel {
    pointer-events: none;
    cursor: default;
  }
}
article section#contact-us .contents .customer-infomation .business-hours {
  text-align: center;
  font-size: 16px;
}
article section#contact-us .contents .customer-infomation .online-support-info {
  width: calc(100% - 48px);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
  color: #566d77;
  margin: 16px 24px 0;
}
article section#contact-us .contents .isms {
  color: #566d77;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  margin-bottom: 8px;
}
article section#contact-us .contents .flex_between {
  display: flex;
}
article section#contact-us .contents .flex_between .logo_isms {
  width: 128px;
  min-width: 128px;
  margin-right: 16px;
}
article section#contact-us .contents .flex_between .authentication {
  width: 324px;
  color: #455a64;
  font-size: 12px;
}
article section#contact-us .contents .about_isms {
  font-size: 10px;
  color: #455a64;
  line-height: 1.25;
  margin-top: 6px;
}
@media screen and (max-width: 960px) {
  article section#contact-us .contents .customer-infomation {
    height: 320px;
  }
  article section#contact-us .contents .customer-infomation .heading {
    font-size: 18px;
  }
  article section#contact-us .contents .customer-infomation .tel {
    font-size: 48px;
    height: 48px;
  }
  article section#contact-us .contents .customer-infomation .tel span {
    position: relative;
    top: -7px;
  }
}
@media screen and (max-width: 720px) {
  article section#contact-us {
    width: 256px;
  }
  article section#contact-us .contents {
    width: 100%;
  }
  article section#contact-us .contents .customer-infomation {
    height: 400px;
  }
  article section#contact-us .contents .customer-infomation .heading {
    font-size: 24px;
    line-height: 1.33;
    text-align: center;
  }
  article section#contact-us .contents .customer-infomation .heading .hide_pc {
    display: inline;
    line-height: 1;
  }
  article section#contact-us .contents .customer-infomation .tel {
    font-size: 36px;
    height: 40px;
  }
  article section#contact-us .contents .customer-infomation .tel span {
    top: -4px;
  }
  article section#contact-us .contents .customer-infomation .business-hours {
    font-size: 16px;
  }
  article section#contact-us .contents .customer-infomation .online-support-info {
    width: calc(100% - 32px);
    margin: 16px 16px 0;
  }
}
@media screen and (max-width: 1150px) {
  article section#contact-us.and-isms {
    width: 100%;
  }
  article section#contact-us.and-isms .customer-infomation.and-isms {
    width: calc((100% + 20px) * 0.8);
    min-height: 182px;
    margin: 32px auto 24px;
  }
  article section#contact-us.and-isms .sp-none {
    display: none;
  }
}
article section#contact-us {
  margin: 32px auto 0;
}
header a {
  text-decoration: none;
}
footer a {
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes bounce {
  0% {
    transform: scale(1.1);
    opacity: 0;
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes bounce {
  0% {
    transform: scale(1.1);
    opacity: 0;
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@-o-keyframes bounce {
  0% {
    transform: scale(1.1);
    opacity: 0;
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes bounce {
  0% {
    transform: scale(1.1);
    opacity: 0;
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes shrink {
  0% {
    transform: scale(2.8);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes shrink {
  0% {
    transform: scale(2.8);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@-o-keyframes shrink {
  0% {
    transform: scale(2.8);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes shrink {
  0% {
    transform: scale(2.8);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes popup {
  0% {
    transform: translateY(60px);
    opacity: 0;
  }
  70% {
    transform: translateY(-10px);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes popup {
  0% {
    transform: translateY(60px);
    opacity: 0;
  }
  70% {
    transform: translateY(-10px);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-o-keyframes popup {
  0% {
    transform: translateY(60px);
    opacity: 0;
  }
  70% {
    transform: translateY(-10px);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes popup {
  0% {
    transform: translateY(60px);
    opacity: 0;
  }
  70% {
    transform: translateY(-10px);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
