@charset "utf-8";
@import url("//fonts.googleapis.com/css?family=Montserrat:400,700&display=swap");
@import url("//fonts.googleapis.com/earlyaccess/notosansjp.css?display=swap");

@font-face {
  font-family: "condense";
  src: url("/fonts/CONDENSEicon.eot");
  src: url("/fonts/CONDENSEicon.eot?#iefix") format('embedded-opentype'), url("/fonts/CONDENSEicon.otf") format('opentype'), url("/fonts/CONDENSEicon.woff") format('woff'), url("/fonts/CONDENSEicon.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}

* {
  line-height: 1.75em;
  font-family: 'Noto Sans JP', sans-serif;
  color: #5a5f64;
  font-size: 16px;
}

html {
  -webkit-text-size-adjust: 100%;
}

h1 {
  color: #fff;
  position: absolute;
  z-index: 1;
  top: 0;
  font-size: 12px;
}

article {
  margin-top: 72px;
  position: relative;
  font-size: 16px;
}

@media screen and (max-width: 480px) {
  article {
    margin-top: 45px;
  }
}

br.hidden_pc,
span.hidden_pc {
  display: none;
}

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

  br.hidden_pc,
  span.hidden_pc {
    display: inline;
  }
}

br.hidden_tab,
span.hidden_tab {
  display: none;
}

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

  br.hidden_tab,
  span.hidden_tab {
    display: inline;
  }
}

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

  br.hidden_mobile,
  span.hidden_mobile {
    display: none;
  }
}

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

  br.hidden_sp,
  span.hidden_sp {
    display: none;
  }
}

.blue_text {
  color: #0050a0;
}

.green_text {
  color: #00897b;
}

.gray_text {
  color: #546e7a;
}

.blue_link {
  color: #0050a0;
}

.blue_link:hover {
  color: #0078c8;
}

.green_link {
  color: #00897b;
}

.green_link:hover {
  color: #009688;
}

.gray_link {
  color: #546e7a;
}

.gray_link:hover {
  color: #78909c;
}

.red_text {
  color: #ff3c19;
}

.white_text {
  color: #fff;
}

.bold_text {
  font-weight: bold;
}

.center {
  text-align: center;
}

.nowrap_text {
  white-space: nowrap;
}

.num_montseratt {
  font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
}

.title_font {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

.section_title {
  text-align: center;
  position: relative;
  height: 88px;
}

@media screen and (max-width: 640px) {
  .section_title {
    height: 13.75vw;
  }
}

.title_main {
  position: absolute;
  left: 0;
  right: 0;
  top: 28px;
  z-index: 2;
  font-size: 32px;
  color: #0050a0;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 640px) {
  .title_main {
    font-size: calc(8px + 3.75vw);
    top: calc(5vw - 4px);
  }
}

.title_background {
  font-size: 88px;
  color: #ebf0f5;
  position: absolute;
  top: 44px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  line-height: 1;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.5s linear, top 0.5s linear;
  -moz-transition: opacity 0.5s linear, top 0.5s linear;
  -o-transition: opacity 0.5s linear, top 0.5s linear;
  -ms-transition: opacity 0.5s linear, top 0.5s linear;
  transition: opacity 0.5s linear, top 0.5s linear;
}

.title_background.animated {
  top: 0;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}

@media screen and (max-width: 640px) {
  .title_background {
    font-size: 13.75vw;
  }
}

.sitest_title {
  color: #00897b;
}

.block {
  width: 87.5%;
  max-width: 960px;
  margin: auto;
  display: block;
  overflow: hidden;
}

.block .left,
.block .right {
  zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.75%;
  margin-left: 0%;
  margin-right: 2.5%;
}

.block .left:before,
.block .right:before,
.block .left:after,
.block .right:after {
  content: "";
  display: table;
}

.block .left:after,
.block .right:after {
  clear: both;
}

.block .left:last-child,
.block .right:last-child {
  margin-right: 0%;
}

.block .one_column {
  zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.5%;
  margin-left: 25.75%;
  margin-right: 3%;
}

.block .one_column:before,
.block .one_column:after {
  content: "";
  display: table;
}

.block .one_column:after {
  clear: both;
}

.block .one_column:last-child {
  margin-right: 0%;
}

.block .left_third,
.block .center_third,
.block .right_third {
  zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 29.999999999999996%;
  margin-left: 0%;
  margin-right: 5%;
}

.block .left_third:before,
.block .center_third:before,
.block .right_third:before,
.block .left_third:after,
.block .center_third:after,
.block .right_third:after {
  content: "";
  display: table;
}

.block .left_third:after,
.block .center_third:after,
.block .right_third:after {
  clear: both;
}

.block .left_third:last-child,
.block .center_third:last-child,
.block .right_third:last-child {
  margin-right: 0%;
}

@media screen and (max-width: 1024px) {
  .block {
    width: 87.5%;
    margin: auto;
  }
}

@media screen and (max-width: 720px) {
  .block {
    max-width: 560px;
  }
}

@media screen and (min-width: 721px) and (max-width: 1024px) {

  .block .left img,
  .block .right img,
  .block .one_column img,
  .block .left_third img,
  .block .center_third img,
  .block .right_third img {
    width: 100%;
    height: 100%;
  }

  .block .one_column {
    width: 468px;
    margin-left: calc(50% - 234px);
  }
}

@media screen and (max-width: 720px) {
  .block {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .block .left,
  .block .right,
  .block .one_column,
  .block .left_third,
  .block .center_third,
  .block .right_third {
    zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .block .left:before,
  .block .right:before,
  .block .one_column:before,
  .block .left_third:before,
  .block .center_third:before,
  .block .right_third:before,
  .block .left:after,
  .block .right:after,
  .block .one_column:after,
  .block .left_third:after,
  .block .center_third:after,
  .block .right_third:after {
    content: "";
    display: table;
  }

  .block .left:after,
  .block .right:after,
  .block .one_column:after,
  .block .left_third:after,
  .block .center_third:after,
  .block .right_third:after {
    clear: both;
  }

  .block .left:last-child,
  .block .right:last-child,
  .block .one_column:last-child,
  .block .left_third:last-child,
  .block .center_third:last-child,
  .block .right_third:last-child {
    margin-right: 0%;
  }

  .block.responsive_reverse_block {
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    -o-box-direction: reverse;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.two_column_center {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.subtitle {
  font-size: 24px;
  color: #0050a0;
}

@media screen and (max-width: 720px) {
  .subtitle {
    text-align: center;
  }
}

@media screen and (max-width: 640px) {
  .subtitle {
    font-size: calc(1.875vw + 12px);
  }
}

.button {
  width: 87.5%;
  max-width: 468px;
  height: 67px;
  margin: auto;
  text-align: center;
}

.widebtn {
  max-width: 598px;
}

/* グロースamazon用 */
.gr-amazon_thanks .button {
  max-width: 568px;
}

@media screen and (max-width: 720px) {
  .thanks_button {
    margin-bottom: 84px;
  }

  .thanks_button a {
    display: inline-flex;
    line-height: 1.25;
    justify-content: center;
    align-items: center;
  }

  #website_thanks .widebtn a {
    font-size: 17px;
  }

  #video_procution_thanks .widebtn a {
    font-size: 22px;
  }

  #thanks_consulting .button {
    height: auto;
  }

  #thanks_consulting .button a {
    font-size: 21px;
    padding: 10px 0;
  }

  /* グロースamazon用 */
  .gr-amazon_thanks .button a {
    font-size: 21px;
  }
}

.btn_text {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 67px;
  text-decoration: none;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

.btn_text:active {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  position: relative;
  top: 3px;
}

.blue_btn {
  background-color: #0050a0;
  -webkit-box-shadow: 0 3px 0 #003c8c;
  box-shadow: 0 3px 0 #003c8c;
}

.blue_btn:hover {
  background-color: #0078c8;
}

.blue_btn:active {
  background-color: #0050a0;
}

.green_btn {
  background-color: #26a69a;
  -webkit-box-shadow: 0 3px 0 #00897b;
  box-shadow: 0 3px 0 #00897b;
}

.green_btn:hover {
  background-color: #4db6ac;
  color: #fff;
}

.green_btn:active {
  background-color: #26a69a;
}

.gray_btn {
  background-color: #546e7a;
  -webkit-box-shadow: 0 3px 0 #37474f;
  box-shadow: 0 3px 0 #37474f;
}

.gray_btn:hover {
  background-color: #78909c;
}

.gray_btn:active {
  background-color: #546e7a;
}

.thanks_button a:hover {
  color: #fff;
}

.paragraph_margin {
  margin-top: 1.75em;
}

.modify_punctuation {
  margin-left: 0.5em;
}

@media screen and (max-width: 640px) {
  .modify_punctuation {
    margin-left: 0;
  }
}

.centering {
  text-align: center;
}

.head_breadcrumb {
  position: absolute;
  left: calc(50% - 480px);
  font-size: 14px;
  z-index: 3;
  font-size: 12px;
}

@media screen and (max-width: 1024px) {
  .head_breadcrumb {
    left: 40px;
  }
}

@media screen and (max-width: 720px) {
  .head_breadcrumb {
    display: none;
  }
}

.head_breadcrumb {
  top: 18px;
}

.breadcrumb_text {
  color: #333;
}

.breadcrumb_link {
  color: #999;
  position: relative;
  margin-right: 34px;
}

.breadcrumb_link:hover {
  color: #0050a0;
  text-decoration: underline;
  text-decoration-color: #0050a0;
}

.breadcrumb_link:after {
  position: absolute;
  content: "";
  top: 2px;
  right: -22px;
  background: url("/images/common/icon_breadcrumb_arrow.png");
  width: 10px;
  height: 16px;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
}

.free_dial_icon {
  font-family: "condense";
  color: #319f2d;
  margin-right: 6px;
  font-size: 22px;
  line-height: 1;
  position: relative;
  top: 2px;
}

.highlight {
  background-image: -webkit-linear-gradient(left, transparent 50%, rgba(255, 60, 25, 0.15) 50%);
  background-image: -moz-linear-gradient(left, transparent 50%, rgba(255, 60, 25, 0.15) 50%);
  background-image: -o-linear-gradient(left, transparent 50%, rgba(255, 60, 25, 0.15) 50%);
  background-image: -ms-linear-gradient(left, transparent 50%, rgba(255, 60, 25, 0.15) 50%);
  background-image: linear-gradient(to right, transparent 50%, rgba(255, 60, 25, 0.15) 50%);
  -webkit-background-size: 200% 12px;
  -moz-background-size: 200% 12px;
  background-size: 200% 12px;
  background-position: 0 12px;
  background-repeat: repeat-x;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  -ms-transition: 1s;
  transition: 1s;
}

.highlight.animated {
  background-position: -100% 12px;
}

.large_highlight {
  background-position: 0 20px;
}

.large_highlight.animated {
  background-position: -100% 22px;
}

.x_large_highlight {
  background-position: 0 28px;
}

.x_large_highlight.animated {
  background-position: -100% 32px;
}

.sitest_client_caption {
  font-size: 14px;
}

.client_logo_list {
  max-width: 989px;
  margin: auto;
  margin-top: 16px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: distribute;
  -moz-box-pack: distribute;
  -o-box-pack: distribute;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.client_item {
  margin-top: 21px;
  width: 165px;
  height: 48px;
  text-align: center;
}

.client_item img {
  width: auto;
  height: 48px;
}

#isms {
  margin: 10px 10px;
  text-align: center;
}

.isms_table {
  width: 100%;
}

.isms_table th,
.isms_table td {
  border: solid 1px #5B5F64;
  vertical-align: middle;
}

.isms_table th {
  width: 30%;
  text-align: center;
  background-color: #d5e1f8;
}

.isms_table td {
  width: 70%;
  padding-left: 5px;
}

/* ReCaptchaエラー表示 */
.recaptchaError {
  display: none;
}

.errMsg {
  color: #ff3c19;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 75px;
}

.visible {
  display: block !important;
}