@charset "UTF-8";
/*---------------------
		フォント設定
---------------------*/
@font-face {}
/*---------------------
		タグ初期設定
---------------------*/
/* line 19, ../../html/sass/common.scss */
* {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch;
  vertical-align: middle;
}

/* line 30, ../../html/sass/common.scss */
html,
body {
  font-family: 'Roboto Condensed', "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif !important;
  min-height: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-justify: inter-ideograph;
  -webkit-font-smoothing: antialiased;
  zoom: 1;
  position: relative;
  color: #4d4d4d;
  font-family: monospace;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

/* line 48, ../../html/sass/common.scss */
html {
  font-size: 62.5%;
}

/* line 51, ../../html/sass/common.scss */
body {
  font-size: 16px;
  background: #FCFDFF;
}

/* line 56, ../../html/sass/common.scss */
img {
  max-width: 100%;
  height: auto;
  border: none;
}

/* line 62, ../../html/sass/common.scss */
a {
  color: #4d4d4d;
  text-decoration: none;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

/* line 71, ../../html/sass/common.scss */
li {
  list-style: none;
}

/* line 74, ../../html/sass/common.scss */
p {
  letter-spacing: 1px;
}

/* line 78, ../../html/sass/common.scss */
a {
  display: block;
}

/* line 83, ../../html/sass/common.scss */
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="submit"],
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

/*---------------------
	wpメニューバー設定
---------------------*/
/*---------------------
		共通クラス
---------------------*/
/* line 103, ../../html/sass/common.scss */
.clearfix {
  zoom: 1;
}
/* line 105, ../../html/sass/common.scss */
.clearfix:after {
  content: ' ';
  clear: both;
  display: block;
}

/* line 112, ../../html/sass/common.scss */
.sp {
  display: none;
}

/* line 115, ../../html/sass/common.scss */
.pc {
  display: block;
}

/* line 119, ../../html/sass/common.scss */
.none {
  display: none;
}

/* line 123, ../../html/sass/common.scss */
.container {
  width: 108rem;
  margin: 0 auto;
  position: relative;
}

/* line 129, ../../html/sass/common.scss */
.contact_container {
  width: 78rem;
  margin: 0 auto;
  position: relative;
}

/* line 135, ../../html/sass/common.scss */
.single_container {
  width: 98rem;
  margin: 0 auto;
  position: relative;
}

/* line 141, ../../html/sass/common.scss */
.large_container {
  width: 128rem;
  margin: 0 auto;
  position: relative;
}

/* line 146, ../../html/sass/common.scss */
.small_container {
  width: 98rem;
  margin: 0 auto;
  position: relative;
}

/* line 151, ../../html/sass/common.scss */
#wrapper {
  margin-top: 6rem;
}
/* line 153, ../../html/sass/common.scss */
#wrapper.margin_none {
  margin-top: 0;
}

/* line 159, ../../html/sass/common.scss */
.top_page #wrapper {
  background: #fff;
  margin-top: 100vh;
  position: relative;
  z-index: 2;
}

/* line 167, ../../html/sass/common.scss */
.content_box_top {
  padding: 5rem 0 0;
}

/* line 170, ../../html/sass/common.scss */
.content_box {
  padding: 4rem 0;
}

/* line 173, ../../html/sass/common.scss */
.content_title {
  font-size: 2.5rem;
  letter-spacing: 3px;
  text-align: center;
}

/* line 178, ../../html/sass/common.scss */
.light_red {
  color: #ed1c24;
  display: inline-block;
  vertical-align: top;
}

/* line 183, ../../html/sass/common.scss */
.light_yellow {
  color: #f7e74b;
  display: inline-block;
  vertical-align: top;
}

/* line 188, ../../html/sass/common.scss */
.bg_white {
  background: #fff;
}

/* line 191, ../../html/sass/common.scss */
.bg_grey {
  background: #4d4d4d;
}

/* line 194, ../../html/sass/common.scss */
.bg_lightGrey2 {
  background: #f7f7f7;
}

/* line 198, ../../html/sass/common.scss */
.bg_lightGrey {
  background: #e4e4e4;
}

/* line 201, ../../html/sass/common.scss */
.bg_member {
  background: url(../images/rcs/top/cta_bg_pc.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  padding: 6rem 0;
  position: relative;
}

/* line 213, ../../html/sass/common.scss */
.col_2 {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 220, ../../html/sass/common.scss */
.col_2 > li {
  width: 50%;
}

/* line 224, ../../html/sass/common.scss */
.col_3 {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 231, ../../html/sass/common.scss */
.col_3 > li {
  width: 33.33%;
}

/* line 235, ../../html/sass/common.scss */
.col_4 {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 242, ../../html/sass/common.scss */
.col_4 > li {
  width: 25%;
}

/*---------------------
	カテゴリ
---------------------*/
/* line 251, ../../html/sass/common.scss */
.single_banner_block {
  padding: 2.4rem 2.4rem 0;
}

/* line 254, ../../html/sass/common.scss */
.color_body {
  background: #F3F4F5;
}

/* line 257, ../../html/sass/common.scss */
.single_contents_bottom_cta {
  width: 60%;
  margin: 5rem auto 0;
}

/* line 263, ../../html/sass/common.scss */
#flow, #customerVoice {
  margin-top: -100px;
  padding-top: 100px;
}

/* line 268, ../../html/sass/common.scss */
.blinking {
  -webkit-animation: blink 1.2s ease-in-out infinite alternate;
  -moz-animation: blink 1.2s ease-in-out infinite alternate;
  animation: blink 1.2s ease-in-out infinite alternate;
  color: #4d4d4d;
}

@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* line 301, ../../html/sass/common.scss */
.more_btn a {
  display: inline-block;
  z-index: 1;
  position: relative;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
/* line 310, ../../html/sass/common.scss */
.more_btn a:before {
  content: ' ';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  border-radius: 50px;
  z-index: -1;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
/* line 326, ../../html/sass/common.scss */
.more_btn a:hover:before {
  width: 100%;
}

/* line 332, ../../html/sass/common.scss */
.common_btn a {
  display: inline-block;
  overflow: hidden;
  border-radius: 50px;
  padding: 1.2rem;
  font-size: 1.5rem;
  font-weight: bold;
  width: 28rem;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

/* line 348, ../../html/sass/common.scss */
.cta_btn_redA a {
  color: #4d4d4d;
  border: solid 3px #ed1c24;
  background: rgba(255, 255, 255, 0.8);
}
/* line 352, ../../html/sass/common.scss */
.cta_btn_redA a:before {
  background: rgba(255, 255, 255, 0.8);
}
/* line 355, ../../html/sass/common.scss */
.cta_btn_redA a:hover {
  color: #4d4d4d;
  letter-spacing: 4px;
}

/* line 362, ../../html/sass/common.scss */
.cta_btn_redB a {
  color: #fff;
  border: solid 3px #f46169;
  background: #f46169;
}
/* line 366, ../../html/sass/common.scss */
.cta_btn_redB a:before {
  background: #fff;
}
/* line 369, ../../html/sass/common.scss */
.cta_btn_redB a:hover {
  color: #4d4d4d;
  letter-spacing: 4px;
}

/* line 377, ../../html/sass/common.scss */
.cta_btn_green a {
  color: #fff;
  border: solid 3px #3cb371;
  background: #3cb371;
}
/* line 381, ../../html/sass/common.scss */
.cta_btn_green a:before {
  background: #fff;
}
/* line 384, ../../html/sass/common.scss */
.cta_btn_green a:hover {
  color: #4d4d4d;
  letter-spacing: 4px;
}

/* line 392, ../../html/sass/common.scss */
.cta_btn_transwhite a {
  color: #fff;
  border: solid 3px #3cb371;
  background: #3cb371;
}
/* line 396, ../../html/sass/common.scss */
.cta_btn_transwhite a:before {
  background: #fff;
}
/* line 399, ../../html/sass/common.scss */
.cta_btn_transwhite a:hover {
  color: #4d4d4d;
  letter-spacing: 4px;
}

/*---------------------
	ローディング
---------------------*/
/* line 413, ../../html/sass/common.scss */
#loading img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 100;
}

/* line 423, ../../html/sass/common.scss */
#loaded {
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
/* line 436, ../../html/sass/common.scss */
#loaded.on {
  opacity: 1;
  position: relative;
  overflow: scroll;
}

/*---------------------
	メインビジュアル
---------------------*/
/* line 446, ../../html/sass/common.scss */
#main_visual {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
/* line 453, ../../html/sass/common.scss */
#main_visual .bx-wrapper {
  margin: 0 auto;
}
/* line 458, ../../html/sass/common.scss */
#main_visual .main_visual_slider li img {
  width: 100%;
}

/*---------------------
	スライドメニュー
---------------------*/
/* line 470, ../../html/sass/common.scss */
.sp_menu {
  display: none;
}

/*---------------------
	ヘッダー
---------------------*/
/* line 478, ../../html/sass/common.scss */
#header {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 9;
  width: 100%;
}
/* line 484, ../../html/sass/common.scss */
#header:after {
  content: "";
  clear: both;
  display: block;
}
/* line 489, ../../html/sass/common.scss */
#header .header_list {
  position: relative;
}
/* line 492, ../../html/sass/common.scss */
#header .logo {
  float: left;
  padding: 2rem 2rem 2rem 0;
  width: 21rem;
}
/* line 496, ../../html/sass/common.scss */
#header .logo.logo_agency {
  width: 23rem;
}
/* line 499, ../../html/sass/common.scss */
#header .logo .logo_main {
  display: none;
}
/* line 502, ../../html/sass/common.scss */
#header .logo .logo_white {
  display: block;
}
/* line 506, ../../html/sass/common.scss */
#header nav {
  float: right;
  width: 85rem;
  margin-top: 1.6rem;
}
/* line 510, ../../html/sass/common.scss */
#header nav .header_menu {
  float: left;
  width: 38.5rem;
  position: relative;
  margin-top: 1rem;
}
/* line 515, ../../html/sass/common.scss */
#header nav .header_menu li {
  float: left;
  margin: 0 0.4rem;
}
/* line 518, ../../html/sass/common.scss */
#header nav .header_menu li a {
  color: #fff;
  font-weight: 700;
  padding: 0.4rem;
}
/* line 526, ../../html/sass/common.scss */
#header .header_cta_box {
  width: 46rem;
  float: right;
}
/* line 530, ../../html/sass/common.scss */
#header .header_cta {
  float: left;
  width: 48%;
}
/* line 534, ../../html/sass/common.scss */
#header .header_cta.header_orange a {
  background: #FF6450;
  color: #fff;
  border: solid 2px #FF6450;
  border: solid 2px #ff9052;
  background: #ff9052;
  background: -moz-linear-gradient(left, #ff9052 0%, #ff6450 100%);
  background: -webkit-linear-gradient(left, #ff9052 0%, #ff6450 100%);
  background: linear-gradient(to right, #ff9052 0%, #ff6450 100%);
}
/* line 543, ../../html/sass/common.scss */
#header .header_cta.header_orange a:hover {
  opacity: 0.8;
}
/* line 548, ../../html/sass/common.scss */
#header .header_cta.header_cta_white {
  margin-left: 0.4rem;
}
/* line 550, ../../html/sass/common.scss */
#header .header_cta.header_cta_white a {
  background: transparent;
  color: #fff;
  border: solid 2px #fff;
}
/* line 554, ../../html/sass/common.scss */
#header .header_cta.header_cta_white a:hover {
  opacity: 0.8;
}
/* line 559, ../../html/sass/common.scss */
#header .header_cta a {
  width: 20rem;
  padding: 1.2rem 0;
  text-align: center;
  border-radius: 30rem;
  font-weight: 700;
}
/* line 570, ../../html/sass/common.scss */
#header.common {
  height: 8rem;
  background: #fff;
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
/* line 580, ../../html/sass/common.scss */
#header.common .header_cta.header_cta_white a {
  color: #FF6450;
  border: solid 2px #FF6450;
}
/* line 585, ../../html/sass/common.scss */
#header.common .header_cta a {
  font-size: 1.6rem;
  font-weight: bold;
}
/* line 593, ../../html/sass/common.scss */
#header.common nav .header_menu li a {
  color: #0B1938;
  font-size: 1.6rem;
  font-weight: bold;
}
/* line 602, ../../html/sass/common.scss */
#header.common .logo .logo_main {
  display: block;
}
/* line 605, ../../html/sass/common.scss */
#header.common .logo .logo_white {
  display: none;
}

/* line 615, ../../html/sass/common.scss */
.logo_img {
  display: inline-block;
}

/* line 618, ../../html/sass/common.scss */
.logo_img_scroll {
  display: none;
}

/* line 622, ../../html/sass/common.scss */
.nav {
  z-index: 1;
  width: 100%;
}
/* line 625, ../../html/sass/common.scss */
.nav .logo_img {
  float: left;
  width: 15rem;
}
/* line 628, ../../html/sass/common.scss */
.nav .logo_img a {
  display: block;
}
/* line 632, ../../html/sass/common.scss */
.nav .scroll_menu {
  display: none;
}
/* line 635, ../../html/sass/common.scss */
.nav .document_request_box {
  display: none;
}

/*---------------------
		CTA共通
---------------------*/
/* line 648, ../../html/sass/common.scss */
.top_contactContent_box .content_title {
  color: #fff;
  font-size: 2rem;
}
/* line 652, ../../html/sass/common.scss */
.top_contactContent_box .content_title_sub {
  margin-top: 2rem;
  text-align: center;
  line-height: 1.8;
  color: #fff;
  font-size: 1.1rem;
}
/* line 659, ../../html/sass/common.scss */
.top_contactContent_box .document_request_distinction {
  text-align: center;
  margin-top: 3rem;
}
/* line 662, ../../html/sass/common.scss */
.top_contactContent_box .document_request_distinction li {
  padding: 0 2rem;
  display: inline-block;
  margin: 0 auto 3rem;
  width: 40%;
}
/* line 667, ../../html/sass/common.scss */
.top_contactContent_box .document_request_distinction li:last-child {
  margin: 0 auto 0;
}
/* line 671, ../../html/sass/common.scss */
.top_contactContent_box .document_request_distinction li .document_request_distinction_box a {
  display: block;
  text-align: center;
  padding: 1.2rem;
  font-size: 2rem;
  font-size: 1.2rem;
  background: #fff;
  border: solid 1px #fff;
  border-radius: 50px;
  color: #4d4d4d;
  letter-spacing: 2px;
  border: solid 5px #fff;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
/* line 688, ../../html/sass/common.scss */
.top_contactContent_box .document_request_distinction li .document_request_distinction_box a .document_request_text {
  padding-left: 0.5rem;
}
/* line 691, ../../html/sass/common.scss */
.top_contactContent_box .document_request_distinction li .document_request_distinction_box a:before {
  background: #ed1c24;
}
/* line 694, ../../html/sass/common.scss */
.top_contactContent_box .document_request_distinction li .document_request_distinction_box a:hover {
  opacity: 0.9;
  letter-spacing: 4px;
}
/* line 702, ../../html/sass/common.scss */
.top_contactContent_box .document_request_tel {
  text-align: center;
  width: 60%;
  margin: 3rem auto 0;
}
/* line 706, ../../html/sass/common.scss */
.top_contactContent_box .document_request_tel li {
  display: inline-block;
  padding: 0 1rem;
  vertical-align: bottom;
}
/* line 710, ../../html/sass/common.scss */
.top_contactContent_box .document_request_tel li img {
  width: 100%;
}
/* line 713, ../../html/sass/common.scss */
.top_contactContent_box .document_request_tel li:first-child {
  width: 20%;
}
/* line 716, ../../html/sass/common.scss */
.top_contactContent_box .document_request_tel li:nth-child(2) {
  width: 50%;
}
/* line 719, ../../html/sass/common.scss */
.top_contactContent_box .document_request_tel li:last-child {
  width: 26%;
}
/* line 722, ../../html/sass/common.scss */
.top_contactContent_box .document_request_tel li .tel_richka {
  color: #fff;
  font-size: 2.8rem;
  font-weight: bold;
}

/*---------------------
		FORM
---------------------*/
/* line 736, ../../html/sass/common.scss */
.form_document_btn {
  text-align: center;
}
/* line 738, ../../html/sass/common.scss */
.form_document_btn a {
  position: relative;
  background: #FF6450;
  border: solid 1px #FF6450;
  color: #fff;
  padding: 1rem 2rem;
  border-radius: 50px;
  display: inline-block;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
  margin: 0 auto 5rem;
}

/*---------------------
		CTA
---------------------*/
/* line 758, ../../html/sass/common.scss */
.cta_box {
  width: 80%;
  margin: 0 auto;
}
/* line 761, ../../html/sass/common.scss */
.cta_box .content_title {
  color: #fff;
}
/* line 766, ../../html/sass/common.scss */
.cta_box .cta_contact_box .btn_transparent {
  margin-top: 2rem;
}
/* line 768, ../../html/sass/common.scss */
.cta_box .cta_contact_box .btn_transparent a {
  display: block;
  background: transparent;
  border: solid 1px #fff;
  color: #fff;
  display: inline-block;
  padding: 0.6rem 3rem;
  border-radius: 50px;
}
/* line 776, ../../html/sass/common.scss */
.cta_box .cta_contact_box .btn_transparent a:hover {
  background: #fff;
  color: #333;
}
/* line 785, ../../html/sass/common.scss */
.cta_box .cta_tel_box a {
  font-size: 3rem;
  display: block;
  margin: 0.4rem auto;
}
/* line 791, ../../html/sass/common.scss */
.cta_box .cta_contact_box, .cta_box .cta_tel_box {
  margin: 2rem auto 0;
  width: 48%;
  border: solid #fff 1px;
  border-radius: 5px;
  padding: 2rem 2rem;
  color: #fff;
  height: 14rem;
}
/* line 799, ../../html/sass/common.scss */
.cta_box .cta_contact_box a, .cta_box .cta_tel_box a {
  color: #fff;
}

/* line 805, ../../html/sass/common.scss */
.cta_margin_box {
  text-align: center;
  margin: 0.8rem auto;
}
/* line 808, ../../html/sass/common.scss */
.cta_margin_box .cta_trial_box {
  background: url(../images/top/bg_cta_trial.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  float: left;
  width: 49.25%;
}
/* line 816, ../../html/sass/common.scss */
.cta_margin_box .cta_service_box {
  background: url(../images/top/bg_cta_document.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  float: right;
  width: 49.25%;
}
/* line 825, ../../html/sass/common.scss */
.cta_margin_box .cta_main_box .cta_content_box {
  border-radius: 10px;
  position: relative;
  padding: 6rem 2rem;
  color: #fff;
}
/* line 830, ../../html/sass/common.scss */
.cta_margin_box .cta_main_box .cta_content_box .cta_content_catch {
  font-size: 2.4rem;
  margin-bottom: 1.4rem;
}
/* line 834, ../../html/sass/common.scss */
.cta_margin_box .cta_main_box .cta_content_box .cta_content_list {
  margin-bottom: 2rem;
}
/* line 836, ../../html/sass/common.scss */
.cta_margin_box .cta_main_box .cta_content_box .cta_content_list li {
  display: inline-block;
  padding: 0.4rem 1.1rem;
  font-size: 1.1rem;
  border-radius: 5px;
  margin-right: 0.4rem;
  border: 2px #fff solid;
  font-weight: bold;
}
/* line 844, ../../html/sass/common.scss */
.cta_margin_box .cta_main_box .cta_content_box .cta_content_list li img {
  display: inline-block;
  height: 1.2rem;
  margin-right: 0.4rem;
}
/* line 852, ../../html/sass/common.scss */
.cta_margin_box .cta_main_box .cta_content_box .more_btn a {
  padding: 0.8rem 0.4rem;
  border-radius: 50px;
  display: block;
  letter-spacing: 1px;
  margin: 0 auto;
  font-weight: bold;
  width: 24rem;
  text-align: center;
  font-size: 1.6rem;
}
/* line 862, ../../html/sass/common.scss */
.cta_margin_box .cta_main_box .cta_content_box .more_btn a.btn_white {
  background: #fff;
  color: #f46169;
  border: solid 1px #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
/* line 867, ../../html/sass/common.scss */
.cta_margin_box .cta_main_box .cta_content_box .more_btn a.btn_white:hover {
  background: #f46169;
  filter: brightness(0.8);
  color: #fff;
  border: solid 1px #f46169;
}
/* line 874, ../../html/sass/common.scss */
.cta_margin_box .cta_main_box .cta_content_box .more_btn a.btn_red {
  background: #FF6450;
  color: #fff;
  border: solid 1px #FF6450;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
/* line 879, ../../html/sass/common.scss */
.cta_margin_box .cta_main_box .cta_content_box .more_btn a.btn_red:hover {
  filter: brightness(0.8);
}

/*---------------------
		フッター
---------------------*/
/* line 894, ../../html/sass/common.scss */
#footer {
  background: #fff;
  padding: 7.5rem 0;
}
/* line 897, ../../html/sass/common.scss */
#footer .footer_left {
  float: left;
  width: 24rem;
}
/* line 900, ../../html/sass/common.scss */
#footer .footer_left .footer_agency_catch {
  text-align: center;
  margin-bottom: 0.4rem;
  font-size: 1.6rem;
}
/* line 906, ../../html/sass/common.scss */
#footer .footer_right {
  float: right;
}
/* line 908, ../../html/sass/common.scss */
#footer .footer_right .footer_cta {
  display: inline-block;
}
/* line 911, ../../html/sass/common.scss */
#footer .footer_right .footer_cta.footer_cta_orange a {
  background: #FF6450;
  color: #fff;
  border: solid 2px #FF6450;
  border: solid 2px #ff9052;
  background: #ff9052;
  background: -moz-linear-gradient(left, #ff9052 0%, #ff6450 100%);
  background: -webkit-linear-gradient(left, #ff9052 0%, #ff6450 100%);
  background: linear-gradient(to right, #ff9052 0%, #ff6450 100%);
}
/* line 922, ../../html/sass/common.scss */
#footer .footer_right .footer_cta.footer_cta_white {
  margin-left: 1rem;
}
/* line 924, ../../html/sass/common.scss */
#footer .footer_right .footer_cta.footer_cta_white a {
  background: #fff;
  color: #FF6450;
  border: solid 2px #FF6450;
}
/* line 930, ../../html/sass/common.scss */
#footer .footer_right .footer_cta a {
  width: 22rem;
  padding: 1.2rem 0;
  text-align: center;
  border-radius: 30rem;
  font-weight: 700;
}
/* line 936, ../../html/sass/common.scss */
#footer .footer_right .footer_cta a:hover {
  /*filter: brightness(0.8);*/
  opacity: 0.8;
}
/* line 943, ../../html/sass/common.scss */
#footer .footer_menu {
  margin-top: 6rem;
  width: 33.33%;
  padding-bottom: 3.4rem;
  border-bottom: solid 1px #0B1938;
}
/* line 948, ../../html/sass/common.scss */
#footer .footer_menu .footer_category {
  margin-bottom: 2.4rem;
  color: #FF6450;
}
/* line 953, ../../html/sass/common.scss */
#footer .footer_menu .footer_list li {
  margin-bottom: 2rem;
}
/* line 955, ../../html/sass/common.scss */
#footer .footer_menu .footer_list li a {
  color: #0B1938;
  display: block;
  font-size: 1.4rem;
  position: relative;
  display: block;
}
/* line 961, ../../html/sass/common.scss */
#footer .footer_menu .footer_list li a:hover {
  text-decoration: underline;
}
/* line 964, ../../html/sass/common.scss */
#footer .footer_menu .footer_list li a > span {
  position: absolute;
  top: -0.2rem;
  right: 8rem;
  width: 1.4rem;
}
/* line 974, ../../html/sass/common.scss */
#footer .footer_bottom {
  margin-top: 4.6rem;
}
/* line 976, ../../html/sass/common.scss */
#footer .footer_bottom .fotter_copyright {
  float: left;
  margin-top: 0.8rem;
}
/* line 980, ../../html/sass/common.scss */
#footer .footer_bottom .footer_sns {
  float: right;
}
/* line 982, ../../html/sass/common.scss */
#footer .footer_bottom .footer_sns li {
  display: inline-block;
  width: 3.2rem;
  margin-left: 2.2rem;
}
/* line 987, ../../html/sass/common.scss */
#footer .footer_bottom .footer_sns li a:hover {
  opacity: 0.8;
}

/*---------------------
		スマホ対応
---------------------*/
@media only screen and (max-width: 1079px) {
  /* line 1004, ../../html/sass/common.scss */
  html,
  body {
    font-size: 12px;
    width: 100%;
    overflow-x: hidden;
  }

  /* line 1011, ../../html/sass/common.scss */
  .sp {
    display: block;
  }

  /* line 1014, ../../html/sass/common.scss */
  .pc {
    display: none;
  }

  /* line 1017, ../../html/sass/common.scss */
  .container {
    width: 97%;
    margin: 0 auto;
  }

  /* line 1021, ../../html/sass/common.scss */
  .single_container {
    width: 97%;
    margin: 0 auto;
  }

  /* line 1025, ../../html/sass/common.scss */
  .contact_container {
    width: 97%;
    margin: 0 auto;
  }

  /* line 1029, ../../html/sass/common.scss */
  .layer_container {
    width: 97%;
    margin: 0 auto;
  }

  /* line 1034, ../../html/sass/common.scss */
  .small_container {
    width: 97%;
    margin: 0 auto;
  }

  /* line 1039, ../../html/sass/common.scss */
  .content_title {
    font-size: 1.6rem;
    letter-spacing: 3px;
  }

  /* line 1045, ../../html/sass/common.scss */
  .col_2 > li {
    width: 100%;
  }

  /* line 1050, ../../html/sass/common.scss */
  .col_3 > li {
    width: 100%;
  }

  /* line 1055, ../../html/sass/common.scss */
  .col_4 > li {
    width: 50%;
  }

  /*---------------------
  	nav
  ---------------------*/
  /* line 1066, ../../html/sass/common.scss */
  header nav ul {
    display: block;
    margin: 0 auto;
    width: 90%;
  }

  /* line 1071, ../../html/sass/common.scss */
  header nav ul li {
    margin: 0 auto;
    text-align: center;
    border-bottom: 1px solid #fff;
  }

  /* line 1076, ../../html/sass/common.scss */
  header nav ul li:last-child {
    border: none;
  }

  /* line 1079, ../../html/sass/common.scss */
  header nav ul li a {
    display: block;
  }

  /* line 1082, ../../html/sass/common.scss */
  #nav_toggle {
    display: block;
    width: 4rem;
    height: 4rem;
    position: absolute;
    top: 2rem;
    right: 2rem;
    z-index: 10;
  }

  /* line 1091, ../../html/sass/common.scss */
  #nav_toggle div {
    position: relative;
  }

  /* line 1094, ../../html/sass/common.scss */
  #nav_toggle span {
    display: block;
    height: 3px;
    background: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }

  /* line 1105, ../../html/sass/common.scss */
  #nav_toggle span:nth-child(1) {
    top: 0px;
  }

  /* line 1108, ../../html/sass/common.scss */
  #nav_toggle span:nth-child(2) {
    top: 12px;
  }

  /* line 1111, ../../html/sass/common.scss */
  #nav_toggle span:nth-child(3) {
    top: 24px;
  }

  /*開閉ボタンopen時*/
  /* line 1116, ../../html/sass/common.scss */
  .open #nav_toggle span:nth-child(1) {
    top: 12px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  /* line 1122, ../../html/sass/common.scss */
  .open #nav_toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }

  /* line 1126, ../../html/sass/common.scss */
  .open #nav_toggle span:nth-child(3) {
    top: 12px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }

  /* line 1133, ../../html/sass/common.scss */
  #header.common {
    height: 6rem;
  }
  /* line 1136, ../../html/sass/common.scss */
  #header.common #nav_toggle span {
    background: #000;
  }
  /* line 1143, ../../html/sass/common.scss */
  #header.open .logo .logo_main {
    display: block;
  }
  /* line 1146, ../../html/sass/common.scss */
  #header.open .logo .logo_white {
    display: none;
  }
  /* line 1151, ../../html/sass/common.scss */
  #header.open #nav_toggle span {
    background: #000;
  }
  /* line 1156, ../../html/sass/common.scss */
  #header nav {
    width: 100%;
    float: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    position: fixed;
    margin-top: 0;
    padding-left: 0;
    background: #fff;
    display: none;
  }
  /* line 1169, ../../html/sass/common.scss */
  #header nav .header_menu {
    width: 100%;
    float: none;
    margin-top: 8.4rem;
    padding: 0 2.8rem;
  }
  /* line 1174, ../../html/sass/common.scss */
  #header nav .header_menu li {
    width: 100%;
    float: none;
    margin: 0;
  }
  /* line 1178, ../../html/sass/common.scss */
  #header nav .header_menu li a {
    color: #000;
    padding: 1.6rem 1rem;
    font-weight: 400;
    border-bottom: solid 1px #a2a2a2;
  }
  /* line 1187, ../../html/sass/common.scss */
  #header .large_container {
    width: 100%;
  }
  /* line 1190, ../../html/sass/common.scss */
  #header .header_cta_box {
    width: 100%;
    float: none;
    margin-top: 4rem;
  }
  /* line 1195, ../../html/sass/common.scss */
  #header .header_cta {
    width: 90%;
    float: none;
  }
  /* line 1198, ../../html/sass/common.scss */
  #header .header_cta a {
    width: 100%;
  }
  /* line 1201, ../../html/sass/common.scss */
  #header .header_cta.header_cta_white {
    margin: 0 auto 2rem;
  }
  /* line 1203, ../../html/sass/common.scss */
  #header .header_cta.header_cta_white a {
    color: #FF6450;
    border: solid 1px #FF6450;
  }
  /* line 1208, ../../html/sass/common.scss */
  #header .header_cta.header_orange {
    margin: 0 auto 2rem;
  }

  /*---------------------
  	header
  ---------------------*/
  /* line 1217, ../../html/sass/common.scss */
  #header .logo {
    width: 16rem;
    display: inline-block;
    position: relative;
    z-index: 9;
  }
  /* line 1224, ../../html/sass/common.scss */
  #header .logo.logo_agency {
    width: 22rem;
  }

  /* line 1237, ../../html/sass/common.scss */
  .common_btn a {
    width: 80%;
    font-size: 1.2rem;
  }

  /* line 1242, ../../html/sass/common.scss */
  .content_box {
    padding: 2rem 0;
  }

  /* line 1247, ../../html/sass/common.scss */
  .content_box_top {
    padding: 2rem 0 0;
  }

  /* line 1252, ../../html/sass/common.scss */
  #wrapper {
    margin-top: 0;
  }

  /*---------------------
  	CTA
  ---------------------*/
  /* line 1260, ../../html/sass/common.scss */
  .top_contactContent_box .content_title_sub {
    font-size: 1.2rem;
  }
  /* line 1264, ../../html/sass/common.scss */
  .top_contactContent_box .document_request_distinction li {
    display: block;
    width: 100%;
    margin-bottom: 2rem;
  }
  /* line 1269, ../../html/sass/common.scss */
  .top_contactContent_box .document_request_distinction li .document_request_distinction_box a {
    padding: 1.2rem 0.6rem;
  }
  /* line 1275, ../../html/sass/common.scss */
  .top_contactContent_box .document_request_tel {
    width: 80%;
    margin: 3rem auto 0;
  }
  /* line 1278, ../../html/sass/common.scss */
  .top_contactContent_box .document_request_tel li {
    margin-bottom: 1rem;
  }
  /* line 1280, ../../html/sass/common.scss */
  .top_contactContent_box .document_request_tel li:first-child {
    width: 50%;
  }
  /* line 1283, ../../html/sass/common.scss */
  .top_contactContent_box .document_request_tel li:nth-child(2) {
    width: 100%;
  }
  /* line 1286, ../../html/sass/common.scss */
  .top_contactContent_box .document_request_tel li:last-child {
    width: 60%;
  }

  /* line 1293, ../../html/sass/common.scss */
  .top_cta_box .document_request {
    margin-bottom: 1rem;
  }

  /* line 1297, ../../html/sass/common.scss */
  .cta_box {
    padding: 3rem 0;
    width: 95%;
  }
  /* line 1300, ../../html/sass/common.scss */
  .cta_box .content_title {
    font-size: 2rem;
  }
  /* line 1303, ../../html/sass/common.scss */
  .cta_box .cta_contact_box {
    float: none;
    width: 100%;
    border: none;
    height: auto;
    margin-top: 0;
    padding: 2rem 2rem 0;
  }
  /* line 1311, ../../html/sass/common.scss */
  .cta_box .cta_contact_box .btn_transparent a {
    font-size: 1.6rem;
  }
  /* line 1316, ../../html/sass/common.scss */
  .cta_box .cta_tel_box {
    float: none;
    width: 100%;
    border: none;
    height: auto;
    margin-top: 0;
    padding: 2rem 2rem 0;
  }

  /* line 1325, ../../html/sass/common.scss */
  .cta_margin_box {
    margin: 0.6rem;
  }
  /* line 1327, ../../html/sass/common.scss */
  .cta_margin_box .cta_trial_box {
    float: none;
    width: 100%;
  }
  /* line 1331, ../../html/sass/common.scss */
  .cta_margin_box .cta_service_box {
    float: none;
    width: 100%;
    margin-top: 0.8rem;
  }
  /* line 1337, ../../html/sass/common.scss */
  .cta_margin_box .cta_main_box .cta_content_box {
    padding: 3rem 1rem;
    color: #fff;
  }
  /* line 1342, ../../html/sass/common.scss */
  .cta_margin_box .cta_main_box .cta_content_box.cta_trial_box .cta_content_list li {
    font-size: 1rem;
    margin: 0.4rem 3rem;
  }
  /* line 1349, ../../html/sass/common.scss */
  .cta_margin_box .cta_main_box .cta_content_box .cta_content_list li {
    padding: 0.2rem 0.4rem;
    margin-right: 0.2rem;
  }
  /* line 1352, ../../html/sass/common.scss */
  .cta_margin_box .cta_main_box .cta_content_box .cta_content_list li img {
    display: inline-block;
    height: 1.2rem;
    margin-right: 0.4rem;
  }
  /* line 1359, ../../html/sass/common.scss */
  .cta_margin_box .cta_main_box .cta_content_box .cta_content_catch {
    font-size: 1.8rem;
    margin-bottom: 1.4rem;
  }
  /* line 1364, ../../html/sass/common.scss */
  .cta_margin_box .cta_main_box .cta_content_box .more_btn a {
    padding: 1rem 0.4rem;
    font-size: 1.6rem;
    width: 24rem;
    text-align: center;
  }

  /*---------------------
  	フッター
  ---------------------*/
  /* line 1378, ../../html/sass/common.scss */
  #footer {
    padding: 0 2.4rem;
  }
  /* line 1380, ../../html/sass/common.scss */
  #footer .footer_top {
    margin-top: 7.4rem;
  }
  /* line 1383, ../../html/sass/common.scss */
  #footer .footer_left {
    float: none;
    margin: 0 auto;
    padding: 1rem 0;
  }
  /* line 1387, ../../html/sass/common.scss */
  #footer .footer_left .footer_agency_catch {
    font-size: 1.2rem;
  }
  /* line 1390, ../../html/sass/common.scss */
  #footer .footer_left a {
    display: block;
    width: 10rem;
    margin: 0 auto;
  }
  /* line 1396, ../../html/sass/common.scss */
  #footer .footer_right {
    margin-top: 4rem;
    float: none;
  }
  /* line 1399, ../../html/sass/common.scss */
  #footer .footer_right .footer_cta {
    display: block;
  }
  /* line 1401, ../../html/sass/common.scss */
  #footer .footer_right .footer_cta a {
    width: 100%;
    margin: 0 auto 2rem;
    padding: 1.6rem 0;
  }
  /* line 1406, ../../html/sass/common.scss */
  #footer .footer_right .footer_cta.footer_cta_white {
    margin-left: 0;
  }
  /* line 1412, ../../html/sass/common.scss */
  #footer .footer_menu_box .footer_menu {
    border-bottom: none;
    padding-bottom: 0;
    width: 100%;
  }
  /* line 1416, ../../html/sass/common.scss */
  #footer .footer_menu_box .footer_menu .footer_category {
    margin-bottom: 2rem;
  }
  /* line 1420, ../../html/sass/common.scss */
  #footer .footer_menu_box .footer_menu .footer_list li {
    margin-bottom: 1.2rem;
    border-bottom: solid 1px #d0d0d0;
  }
  /* line 1423, ../../html/sass/common.scss */
  #footer .footer_menu_box .footer_menu .footer_list li a {
    padding: 0.8rem 0 2rem;
  }
  /* line 1425, ../../html/sass/common.scss */
  #footer .footer_menu_box .footer_menu .footer_list li a > span {
    top: 0.8rem;
    left: auto;
    right: 0;
  }
  /* line 1436, ../../html/sass/common.scss */
  #footer .footer_bottom .footer_sns {
    float: none;
    text-align: center;
  }
  /* line 1440, ../../html/sass/common.scss */
  #footer .footer_bottom .fotter_copyright {
    float: none;
    text-align: center;
    margin-top: 2rem;
    padding-bottom: 4rem;
  }
}
