*,
:before,
:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

span.target {
  display: block;
  height: 0;
  visibility: hidden;
}

.wrapper {
  padding-top: 0;
}

.o-center {
  text-align: center;
}

.body_image:not(:last-child) {
  margin-bottom: 30px;
}

.body_text {
  font-size: 117%;
  line-height: 1.7;
}

.column_layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.column_layout.o-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse nowrap;
  flex-flow: row-reverse nowrap;
}

.column_layout_item.padd {
  padding: 17px;
}

.column_layout_item.o-four_column {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 230px;
  flex: 1 1 230px;
}

.column_layout_item.o-two_column {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 480px;
  flex: 1 1 480px;
}

.column_layout_item.o-one_column {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}

.column_layout_item.two_third {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}

.column_layout_item:not(:first-child) {
  margin-left: 20px;
}

.column_layout_block:not(:first-child) {
  margin-top: 20px;
}

.quote_text {
  display: inline-block;
  margin: 0 auto 22px;
  text-align: center;
  border: 2px solid #c30d23;
  color: #c30d23;
  border-radius: 40px;
  font-size: 117%;
  font-weight: 500;
  height: 40px;
  line-height: 35px;
  position: relative;
  padding: 0 20px;
}

.quote_text .quote_text_number {
  font-size: 32px;
  display: table-cell;
  vertical-align: middle;
}

.quote_text .quote_text_txt {
  display: table-cell;
  vertical-align: middle;
  font-size: 134%;
}

.quote_text::before {
  content: '';
  display: block;
  position: absolute;
  border-color: #c30d23;
  border-style: solid;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-width: 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  width: 10px;
  height: 10px;
  border-top-width: 2px;
  border-right-width: 2px;
  -webkit-transition: 0.3s cubic-bezier(0.13, 0.78, 0.38, 0.98);
  transition: 0.3s cubic-bezier(0.13, 0.78, 0.38, 0.98);
  bottom: -6.5px;
  left: 0;
  right: 0;
  margin: 0 auto;
  line-height: 0;
}


/*----------------------------------------
    .main_visual
----------------------------------------*/

.main_visual {
  position: relative;
  margin: auto;
  background: url(../img/index/bg-main_visual.jpg) no-repeat center center;
  height: 670px;
}

.main_visual:after {
  content: '';
  clear: both;
  display: block;
  padding-bottom: 180px;
}

.main_visual_inner {
  position: relative;
  width: 980px;
  height: inherit;
  margin: 0 auto;
}

.main_visual_block {
  position: absolute;
  top: 50%;
  margin: -190px auto 0;
}

.main_visual_block::after {
  content: '';
  display: block;
  clear: both;
}

.main_visual_title {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
}

.main_visual_caption {
  font-size: 117%;
  margin-top: 15px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.2em;
}

.main_visual_block .block_left {
  float: left;
}

.main_visual_block .block_right {
  float: right;
  margin-top: 20px;
}

.main_visual .ballon_visual {
  margin-bottom: 15px;
  margin-right: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.main_visual .ballon_visual_bg {
  background: url(../img/index/img-ballon_visual.png) no-repeat;
  width: 286px;
  height: 60px;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  padding-bottom: 7px;
}

.main_visual .ballon_visual_bg p {
  line-height: 1;
  font-weight: 500;
}

.main_visual .ballon_visual_text {
  font-size: 134%;
  vertical-align: middle;
}

.main_visual .ballon_visual_number {
  font-size: 32px;
  vertical-align: middle;
}

.contact_block {
  background-color: #fff;
  -webkit-box-shadow: 0px 20px 60px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 20px 60px 1px rgba(0, 0, 0, 0.1);
  width: 880px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 50px 70px 50px 60px;
  z-index: 1;
}

.contact_block {
  text-align: center;
  position: absolute;
  bottom: -90px;
  opacity: 1;
}

.contact_block .contact_block_anchor,
.button_download {
  display: table;
  width: 100%;
}

.contact_block .contact_block_anchor a {
  display: table-cell;
  vertical-align: middle;
  height: 45px;
  line-height: 45px;
  position: relative;
  padding-left: 22px;
  text-decoration: none;
  font-size: 150%;
  font-weight: bold;
}

.contact_block .contact_block_item p {
  font-weight: bold;
  letter-spacing: 0.1em;
  display: table;
  line-height: 1.3;
  text-align: left;
  font-size: 233%;
}

.contact_block .contact_block_item p span {
  color: #c30d23;
}

.contact_block .contact_block_item .align_left {
  padding-right: 18px;
}

.contact_block .contact_block_item:first-child {
  -ms-flex-line-pack: center;
  align-content: center;
}

.mb_15 {
  margin-bottom: 15px;
}

.ico-phone:after {
  left: 0;
  content: '';
  display: block;
  position: absolute;
  background: url(../img/ico-phone.png) left center no-repeat;
  background-size: auto 24px;
  width: 20px;
  height: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
}

.contact_block_anchor:not(.anchor_phone) a:hover {
  color: #c30d23;
}

.contact_block_anchor.anchor_phone a {
  font-size: 184%;
  pointer-events: none;
}

.ico-arrow_right:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  border-color: #c30d23;
  border-style: solid;
  border-width: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top-width: 2px;
  border-right-width: 2px;
  margin-top: -5px;
  left: 0;
}

.button_download {

  width: 460px;
}

.button_download .button.arrow_right {
  display: block;
  font-size: 200%;
  width: 100%;
  padding: 22px 10px;
  border-radius: 4px;
  vertical-align: middle;
}


/*----------------------------------------
    .section
----------------------------------------*/

.section {
  padding: 80px 0;
  position: relative;
}

.section_title {
  text-align: center;
  font-size: 32px;
  margin-bottom: 60px;
  position: relative;
}

.section_title span {
  display: block;
  font-weight: bold;
}

.section_title_sub {
  text-align: center;
  font-weight: 500;
  font-size: 125%;
}


/* Button */

.button_section {
  margin-top: 40px;
}

.button_block {
  margin-top: 25px;
}

.button {
  text-decoration: none;
  text-align: center;
  display: inline-block;
  background: #c30d23;
  color: #fff;
  font-weight: 500;
  position: relative;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.2s linear 0s, opacity 400ms ease 0s;
  transition: all 0.2s linear 0s, opacity 400ms ease 0s;
}

.button:hover {
  color: #fff;
  -webkit-box-shadow: 3px 5px 30px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 3px 5px 30px 0 rgba(0, 0, 0, 0.3);
}


/* Button Small */

.button.small {
  max-width: 300px;
  width: 100%;
  font-size: 134%;
  padding: 0 25px 0 15px;
  border-radius: 2px;
  height: 45px;
  line-height: 45px;
}

.button.arrow_right:after,
.button.arrow_left:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  border-color: currentColor;
  border-style: solid;
  border-width: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.button.arrow_right:after {
  right: 15px;
  width: 8px;
  height: 8px;
  border-top-width: 2px;
  border-right-width: 2px;
  margin-top: -4px;
}

.button.small.arrow_left {
  padding-left: 35px;
}

.button.small.arrow_left:after {
  left: 15px;
  width: 8px;
  height: 8px;
  border-top-width: 2px;
  border-right-width: 2px;
  margin-top: -4px;
}


/* Button Large */

.button.large {
  max-width: 620px;
  width: 100%;
  font-size: 200%;
  padding: 0 30px 0 15px;
  border-radius: 4px;
  height: 90px;
  line-height: 90px;
  display: block;
  margin: 0 auto;
}

.button.large.arrow_left {
  padding-left: 35px;
}

.button.large.arrow_left:after {
  left: 35px;
  width: 14px;
  height: 14px;
  border-top-width: 2px;
  border-right-width: 2px;
  margin-top: -7px;
}

.button.large.arrow_right:after {
  right: 35px;
  width: 14px;
  height: 14px;
  border-top-width: 3px;
  border-right-width: 3px;
  margin-top: -7px;
}


/*----------------------------------------
   #section_reason
----------------------------------------*/

#section_reason {
  /* background: #f1ebe0; */
  background: #f4efe6;
  padding-top: 100px
}

#section_reason .section_title {
  /* padding-top: 80px; */
}

.reason_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.reason_list_item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 33.33%;
  flex: 1 1 33.33%;
  text-align: center;
}

.reason_list_description {
  margin-top: 40px;
  font-weight: 500;
  font-size: 117%;
  line-height: 1.8;
}

.section-content-flex {
  display: flex;
}

/*----------------------------------------
   #section_business
----------------------------------------*/

#section_question {
  background: #e9dfcd;
  padding: 80px 0;
}

#section_question .quote_text:before {
  background-color: #e9dfcd;
}

.section_content_que {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 90% bottom;
  margin-bottom: 20px;
  width: 49%;
}

.se-1 {
  background-image: url(../img/index/se-1.png);
  background-size: 14%;
}

.se-2 {
  background-image: url(../img/index/se-2.png);
  background-size: 30%;
}

.se-3 {
  background-image: url(../img/index/se-3.png);
}

.se-4 {
  background-image: url(../img/index/se-4.png);
  background-size: 32%;
}

.section_content_que_title {
  padding: 30px;
  box-shadow: 0 0px 10px 0px #ccc;
}

.section_content_que_sub {
  color: #c30d23;
  font-size: 28px;
  /* font-weight: 500; */
}

.weight-bold {
  font-weight: bold;
}

/* .section_content_item {
  padding-top: 50px;
} */

.section_content_item.items-que {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.icon-check {
  display: block;
  padding-left: 25px;
  font-size: 115%;
  position: relative;
  line-height: 2;

}

.icon-check::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 15px;
  background: url(../img/index/check.png) no-repeat left center;
  top: 5px;
  left: 0;
  /* transform: translate(0, -50%); */
}

a.icon-arow {
  margin: 0 auto;
  display: block;
  text-align: center;
  padding-top: 20px;
}

.section_question .section_title {
  margin-bottom: 0;
}

#section_question .section_content_item {
  padding-top: 0;
}

/*----------------------------------------
   #section_question
----------------------------------------*/

#section_business .quote_text:before {
  background-color: #fff;
}

.section_content_title {
  display: table;
  margin-bottom: 70px;
}

.section_content_title_text,
.section_content_title_number {
  display: table-cell;
  vertical-align: middle;
}

.section_content_title_text {
  padding-left: 20px;
}

.section_content_title_sub {
  color: #c30d23;
  font-size: 184%;
  font-weight: 500;
}

.section_content_title_main {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 10px;
}

.section_content_title_description {
  font-size: 134%;
  font-weight: 500;
}

.section_content_block {
  max-width: 870px;
  width: 100%;
  margin: 0 auto;
}

/* ----- */
.title-text {
  font-size: 117%;
  font-weight: 500;
  color: #c30d23;
  padding: 0 50px 25px;
}

.list_text {
  padding-left: 50px;
  /* padding-right: 15px; */
  font-size: 98%;
}

/* --- */

.list_text li {
  line-height: 2;
  font-size: 117%;
  position: relative;
}

.list_text li:not(:first-child) {
  margin-top: 3px;
}

.list_text li>p {
  padding-left: 15px;
}

.list_text li:before {
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  top: 10px;
  left: 0;
  display: block;
  background-color: #c30d23;
  border-radius: 100%;
}

.list_text li span {
  background-color: #f7cec2;
  font-weight: 500;
}

.section_content_item:not(:first-child) {
  padding-top: 150px;
}

.box_casestudy {
  margin-top: 50px;
  border: 2px solid #b29e7a;
  border-radius: 2px;
  background-color: #fff;
  position: relative;
}

.box_casestudy:before {
  position: absolute;
  top: -22px;
  right: 40px;
  content: '';
  background: url(../img/index/txt-case_study.png);
  width: 145px;
  height: 45px;
}

.box_casestudy a {
  display: block;
  padding: 15px 0;
  text-decoration: none;
}

.box_casestudy a:after {
  position: absolute;
  top: 50%;
  right: 20px;
  content: '';
  background: url(../img/index/ico-arrow_banner.png) no-repeat;
  width: 44px;
  height: 18px;
  -webkit-transition: all 0.2s linear 0s, opacity 400ms ease 0s;
  transition: all 0.2s linear 0s, opacity 400ms ease 0s;
}

.box_casestudy a:hover {
  text-decoration: none;
}

.box_casestudy a:hover:after {
  right: 15px;
}

.box_image {
  width: 90px;
  height: 90px;
  overflow: hidden;
}

.box_casestudy_inner {
  display: table;
}

.box_casestudy_image,
.box_casestudy_text {
  display: table-cell;
  vertical-align: middle;
}

.box_casestudy_image {
  padding: 0 35px;
}

.box_casestudy_text {
  padding-left: 35px;
  padding-right: 80px;
  border-left: 2px solid #b29e7a;
}

.box_casestudy_title_sub {
  font-weight: 500;
  font-size: 117%;
  line-height: 2;
}

.box_casestudy_title_main {
  font-weight: 500;
  font-size: 209%;
  border-radius: 3px;
  line-height: 1.2;
}

.price_block {
  display: table;
  width: 100%;
  margin-bottom: 40px;
}

.price_block_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: inherit;
}

.price_block_fuild {
  display: flex;
  justify-content: center;
  align-items: center;
}

.price_block .price_block_anchor {
  overflow: hidden;
  display: block;
  border: 2px solid #b29e7a;
  padding: 15px 23px;
  width: 100%;
  text-decoration: none;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.2s linear 0s, opacity 400ms ease 0s;
  transition: all 0.2s linear 0s, opacity 400ms ease 0s;
}

.price_block .price_block_anchor:hover {
  -webkit-box-shadow: 3px 5px 30px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 3px 5px 30px 0 rgba(0, 0, 0, 0.3);
}

.price_block_left {
  width: 274px;

}

.price_block_right {
  padding-left: 40px;
  width: 400px;
  background: url(../img/index/ico-arrow_price.png) left 34px no-repeat;
}

.price_block_border_pc {
  width: 20px;
}

.price_block_border_pc div {
  width: 2px;
  height: 60px;
  background-color: #b29e7a;
  /* margin: 0px 0 0 190px; */
}

.price_block_border_sp div {
  width: 227px;
  height: 1px;
  background-color: #b29e7a;
  margin: 0 auto;
}

.price_block_button {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  height: 45px;
  line-height: 1.5;
  width: 227px;
  background-color: #c30d22;
  color: #fff;
  border-radius: 2px;
  font-size: 131.579%;
  padding: 0 30px 0 15px;
  letter-spacing: 0.095em;
}

.price_block_button::after {
  position: absolute;
  display: block;
  content: '';
  top: 50%;
  right: 15px;
  width: 8px;
  height: 8px;
  border-width: 0;
  border-top-width: 2px;
  border-right-width: 2px;
  margin-top: -5px;
  border-color: currentColor;
  border-style: solid;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.price_block_label {
  margin-top: 7px;
}

.price_small_text {
  font-size: 92%;
  font-weight: bold;
}

.price_block_label::after {
  display: block;
  clear: both;
  content: '';
}

.price_block_label li {
  float: left;
}

.price_block_label li:not(:first-child) {
  margin-left: 5px;
}

.price_block_label li .label {
  display: table-cell;
  vertical-align: middle;
  height: 27px;
  width: 48px;
  line-height: 27px;
  text-align: center;
  border-radius: 20px;
  color: #fff;
  font-weight: 500;
  font-size: 109%;
  overflow: hidden;
}

.price_block_label li .quantity {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  border-radius: 12px;
  font-weight: bold;
  font-size: 150%;
}

.price_block_number {
  text-align: left;
}

.price_block_number .price_block_type,
.price_block_number .price_block_month {
  font-size: 167%;
  font-weight: bold;
}

.price_block_number .price_block_value {
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
}

/*----------------------------------------
   #section_problem
----------------------------------------*/

#section_business:before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: -30px;
  margin: 0 auto;
  background: url(../img/index/ico-arrow_down_pc.png) no-repeat;
  width: 62px;
  height: 83px;
  -webkit-animation: arrow 3s infinite ease-in-out;
  animation: arrow 3s infinite ease-in-out;
}

@-webkit-keyframes arrow {

  20%,
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px);
  }

  0% {
    opacity: 0;
  }

  20% {
    opacity: 1;
  }
}

@keyframes arrow {

  30%,
  100% {
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px);
  }

  0% {
    opacity: 0;
  }

  20% {
    opacity: 1;
  }
}

.check_list {
  margin: -25px -5px 0;
}

.check_list:after {
  display: block;
  content: '';
  clear: both;
}

.check_list_item {
  width: 50%;
  padding: 5px;
  float: left;
  position: relative;
  font-size: 125%;
  font-weight: 500;
  margin-top: 35px;
  letter-spacing: 0.06em;
}

.check_list_item span {
  padding-left: 30px;
  display: block;
  position: relative;
}

.check_list_item span:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  background: url(../img/index/ico-checklist.png) no-repeat;
  width: 20px;
  height: 15px;
  margin-top: 5px;
}


/*----------------------------------------
   #section_solve
----------------------------------------*/

#section_solve .inner {
  max-width: 740px;
  width: 100%;
  margin: 0 auto;
}

#section_solve .section_title {
  text-align: left;
  margin-bottom: 20px;
}

#section_solve .quote_text::before {
  background-color: #fff;
}

#section_solve .column_layout {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.column_layout_item.o-image {
  margin-left: 0;
}

#section_solve {
  box-shadow: 0px -10px 20px 0px rgba(0, 0, 0, 0.12);
}

/*----------------------------------------
   #section_solve
----------------------------------------*/

#section_rates {
  background-color: #e9dfcd;
}

#section_rates .quote_text:before {
  background-color: #e9dfcd;
}

.rates_list {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.rates_list_item:first-child {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 210px;
  flex: 1 1 210px;
}

.rates_list_item:not(:first-child) {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 170px;
  flex: 1 1 170px;
  margin-left: 20px;
}

.rates_list_item {
  background-color: #fff;
  text-align: center;
  border-radius: 2px;
  -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.05);
}

.rates_list_anchor {
  padding: 15px;
  display: block;
  text-decoration: none;
}

.rates_list_label {
  width: 60px;
  height: 24px;
  line-height: 24px;
  border-radius: 12px;
  margin: 0 auto;
  color: #fff;
  font-weight: 500;
  font-size: 117%;
}

.rates_list_title {
  display: table;
  width: 100%;
  position: relative;
  margin-top: 10px;
  font-weight: 500;
  font-size: 117%;
  line-height: 1.6;
  height: 100px;
  overflow: hidden;
}

.rates_list_title>span {
  display: table-cell;
  vertical-align: middle;
}

.rates_list_dots {
  font-size: 117%;
}

.o-sale {
  background-color: #c30d23;
}

.rates_list_label.o-sale+.rates_list_title+.rates_list_dots {
  color: #c30d23;
}

.o-purchase {
  background-color: #e55e34;
}

.rates_list_label.o-purchase+.rates_list_title+.rates_list_dots {
  color: #e55e34;
}

.o-attendance {
  background-color: #ea883a;
}

.rates_list_label.o-attendance+.rates_list_title+.rates_list_dots {
  color: #ea883a;
}

.o-expense {
  background-color: #f1af3d;
}

.rates_list_label.o-expense+.rates_list_title+.rates_list_dots {
  color: #f1af3d;
}

.rates_list_label.o-security {
  background-color: transparent;
  color: #000;
  width: auto;
}

.rates_list_label.o-security+.rates_list_title+.rates_list_dots {
  color: #000;
}

.rates_list_text {
  font-weight: 500;
  margin-top: 15px;
  display: table;
  width: 100%;
}

.rates_list_text>ul {
  display: table-cell;
  vertical-align: middle;
}

.rates_list_text>ul li {
  line-height: 1.9;
}

.rates_list_price {
  font-weight: bold;
  margin-top: 15px;
  height: 36px;
  overflow: hidden;
}

.rates_list_currency,
.rates_list_month {
  font-size: 134%;
}

.rates_list_value {
  font-size: 200%;
}


/*----------------------------------------
   #section_function
----------------------------------------*/

#section_function {
  background-color: #f4efe6;
}

#section_function .column_layout_item {
  background-color: #fff;
}

#section_function .quote_text::before {
  background-color: #f4efe6;
}

.funtion_list_title {
  font-size: 150%;
  font-weight: 500;
  margin-bottom: 10px;
}

.function_list li {
  font-size: 109%;
  line-height: 1.8;
  color: #333333;
  position: relative;
}

.function_list li:before {
  position: absolute;
  content: '\00b7';
  top: 0;
  left: 0;
  margin-top: -5px;
  display: block;
  font-size: initial;
}

.function_list li>p {
  padding-left: 15px;
}


/*----------------------------------------
   #section_result
----------------------------------------*/

#section_result .inner {
  width: 930px;
}

#slider_2 {
  width: 930px;
  height: 220px;
  margin: 0 auto;
  position: relative;
}

#slider_2 .swiper-container {
  border: 1px solid #dddddd;
}

.btn-next,
.btn-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.2s linear 0s, opacity 400ms ease 0s;
  transition: all 0.2s linear 0s, opacity 400ms ease 0s;
}

.btn-next:hover,
.btn-prev:hover {
  -webkit-box-shadow: 3px 5px 30px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 3px 5px 30px 0 rgba(0, 0, 0, 0.3);
}

.btn-next {
  right: -24px;
  background: url(../img/index/btn-next.png) no-repeat;
  width: 48px;
  height: 48px;
}

.btn-prev {
  left: -24px;
  background: url(../img/index/btn-prev.png) no-repeat;
  width: 48px;
  height: 48px;
}

.list_logo {
  margin: 80px -15px 0;
  grid-template-columns: repeat(6, 1fr);
  row-gap: 30px;
  column-gap: 30px;
}

.list_logo::after {
  clear: both;
  display: block;
  content: '';
}

.list_logo li img {
  width: 100%;
  height: auto;
  -webkit-transition: ease all 300ms;
  transition: ease all 300ms;
}

.bar-ebook {
  width: 980px;
  margin: 0 auto;
}

.bar-ebook:hover {
  box-shadow: 3px 5px 30px 0 rgba(0, 0, 0, 0.3);
}

.bar-ebook img {
  width: 100%;
  height: auto;
}

/*----------------------------------------
   #section_zac
----------------------------------------*/

.column_layout_float::after {
  clear: both;
  display: block;
  content: '';
}

.column_layout_image {
  float: right;
  width: 490px;
  text-align: center;
}

.column_layout_title {
  float: left;
  width: 490px;
  font-size: 28px;
  margin-bottom: 25px;
  font-weight: bold;
}

.column_layout_text {
  float: left;
  width: 490px;
}

.mark_text {
  color: #c30d23;
  font-weight: 500;
}

.mark_text:hover {
  color: #024696;
  text-decoration: underline;
}


/*  #section_news
----------------------------------------*/

#section_news .news_block,
#section_news .social_block {
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

#section_news .news_block {
  height: 420px;
  padding: 20px;
}

#section_news .news_block dl {
  border-bottom: 1px solid #dddddd;
}

#section_news .news_block dl:not(:first-child) {
  margin-top: 20px;
}

#section_news .news_block dl:not(:last-child) {
  padding-bottom: 19px;
}

#section_news .news_block dt {
  font-size: 100%;
  margin-bottom: 5px;
  font-weight: 500;
}

#section_news .news_block dd a {
  font-size: 117%;
  font-weight: 500;
  color: #c30d23;
  text-decoration: underline;
}

#section_news .news_block dl:nth-child(4) {
  border-bottom: none;
}

#section_news .news_block dl:nth-of-type(1n+5) {
  display: none;
}

.quote_text.special {
  margin-bottom: 10px;
}

@media screen and (min-width: 2000px) {
  .main_visual {
    background-size: cover;
  }
}

/*----------------------------------------
    .fv
----------------------------------------*/

.fv_inner {
  display: flex;
  justify-content: space-between;
  padding: 40px 40px 10px;
  align-items: flex-start;
}

.fv_inner,
.fv_casestudy_inner {
  max-width: 1345px;
  margin: 0 auto;
}

.fv_content {
  width: 640px;
  display: grid;
  row-gap: 40px;
}

.fv_content_industry {
  display: flex;
  list-style: none;
  gap: 8px;

}

.fv_content_industry li {
  border-radius: 2px;
  border: 2px solid #C30D22;
  background: var(--Base-03, #FFF);
  color: #C30D22;
  text-align: center;
  font-size: 14px;
  height: 36px;
  line-height: 31px;
  padding: 0 16px;
  font-weight: 700;
}

.fv_content_cc {
  display: grid;
  gap: 20px;
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
}

.fv_content_cc_item {
  display: block;
}

.fv_content_cc_item_b {
  color: #000;
}

.fv_content_cc_item_r {
  color: #CF0A0A;
}

.fv_cv {
  display: grid;
  gap: 10px;
  width: 495px;
}

.fv_cv_button_pamph,
.fv_cv_button_demo {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.3s;
}

.fv_cv_button_pamph::after,
.fv_cv_button_demo::after {
  content: "";
  display: block;
  width: 9px;
  height: 15px;
  background: center center / contain no-repeat;
  position: absolute;
  top: 50%;
  right: 21px;
  transform: translateY(-50%);

}

.fv_content .fv_cv_button_pamph:hover,
.fv_content .fv_cv_button_demo:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.30);
}

.fv_cv_button_pamph {
  border-radius: 4px;
  background: #C30D22;
  height: 80px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  color: #fff !important;
  line-height: 80px;
}

.fv_cv_button_demo {
  border-radius: 4px;
  border: 1px solid #000;
  background: #FFF;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  font-weight: 700;
  color: #000 !important;
}

.fv_cv_button_pamph::after {
  background-image: url("/reforma-psa/img/top/fv-arrow-w.svg");
}

.fv_cv_button_demo::after {
  background-image: url("/reforma-psa/img/top/fv-arrow-b.svg");
}

.fv_view {
  width: 620px;
  max-width: calc(100% - 640px);
}

.fv_view_image img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.fv_view .fv_cv {
  display: none;
}

.fv_casestudy_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
  padding: 16px 40px;
}

.fv_casestudy_title {
  font-size: 30px;
  font-weight: 500;
  color: #000;
}

.fv_casestudy_title_num {
  color: #C30D22;
  font-family: "Roboto", sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
}

.fv_casestudy_list {
  display: flex;
  gap: 40px;
  list-style: none;
}

.fv_casestudy_list li {
  width: 105px;
}

.fv_casestudy_list li img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

#header {
  position: sticky;
  margin: 30px 0 0;
}


@media screen and (max-width: 1320px) {
  .fv_casestudy_list {
    gap: 30px;
  }

  .fv_view {
    width: 568px;
  }
}

@media screen and (max-width: 1270px) {
  .fv_inner {
    padding: 16px 40px 10px;
  }

  .fv_content {
    width: 520px;
  }

  .fv_content_industry {
    gap: 4px;
  }

  .fv_content_industry li {
    padding: 0 12px;
    font-size: 12px;
    height: 26px;
    line-height: 21px;
  }

  .fv_content_cc {
    font-size: 50px;
  }

  .fv_cv {
    width: 370px;
    gap: 8px;
  }

  .fv_cv_button_pamph {
    height: 60px;
    line-height: 60px;
    font-size: 18px;
  }

  .fv_cv_button_demo {
    height: 36px;
    line-height: 36px;
    font-size: 14px;
  }

  .fv_view {
    width: 474px;
    max-width: calc(100% - 520px);
  }

  .fv_casestudy_inner {
    display: grid;
    gap: 20px;
  }

  .fv_casestudy_title {
    text-align: center;
    font-size: 26px;
  }

  .fv_casestudy_title_num {
    font-size: 48px;
    line-height: 48px;
  }

  .fv_casestudy_list {
    gap: 40px;
  }

}

@media screen and (max-width:980px) {
  #header {
    margin: 0;
    position: fixed;
  }

  .fv_inner {
    padding: 76px 40px 10px;
  }
}

@media screen and (max-width: 767px) {
  .fv_inner {
    display: grid;
    gap: 20px;
    padding: 76px 20px 7px;
    max-width: 375px;
    margin: 0 auto;
  }

  .fv_content {
    gap: 15px;
    width: 100%;
  }

  .fv_content_industry {
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
  }

  .fv_content_industry li {
    padding: 0px 10px;
    font-size: 11px;
    height: 22px;
    line-height: 18px;
  }

  .fv_content_cc {
    font-size: 35px;
    text-align: center;
    gap: 15px;
  }

  .fv_content .fv_cv {
    display: none;
  }

  .fv_view {
    max-width: unset;
    width: 100%;
    gap: 20px;
    display: grid;
  }

  .fv_view .fv_cv {
    display: grid;
    width: 100%;
    gap: 10px;
  }

  .fv_cv_button_pamph {
    font-size: 14px;
  }

  .fv_cv_button_demo {
    height: 40px;
    line-height: 40px;
    font-size: 12px;
  }

  .fv_casestudy_inner {
    padding: 20px;
    gap: 30px;
    max-width: 375px;
  }

  .fv_casestudy_list {
    row-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr;
    display: grid;
  }

  .fv_casestudy_list li {
    width: auto;
  }

}


@media screen and (max-width: 372px) {
  .fv_content_cc {
    font-size: 30px;
    text-align: center;
  }
}

.fv_award {
  padding: 20px 18px 30px;
}

.fv_award__title {
  display: flex;
  gap: 12px;
  justify-content: center;
}

.fv_award__title::before,
.fv_award__title::after {
  content: "";
  display: block;
  width: 1px;
  height: 32px;
  background: #000;

}

.fv_award__title::before {
  transform: rotate(-25deg);
}

.fv_award__title::after {
  transform: rotate(25deg);
}

.fv_award__title__text {
  font-size: 12px;
  text-align: center;
  font-weight: normal;
  letter-spacing: 0;
}

.fv_award__list {
  margin: 13px auto 0;
  display: flex;
  justify-content: space-between;
}

.fv_award__list li {
  width: 32.448377581%;
}

.fv_award__list li img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.fv_award__supplement {
  margin: 12px auto 0;
  list-style: none;
  padding: 0;
  color: #555;
  font-size: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

#section_rates .section_title {
    margin-bottom: 20px;
}

.section_rate_title {
  font-size: 18px;
  text-align: center; 
}

.section_rate_title__l {
  font-size: 32px;
  font-weight: bold;
}

.section_rate_title__r {
    color: #c30d23;
}

.section_rate_title__s {
  font-size: 10px;
  font-weight: normal;
}

@media screen and (min-width: 768px) {
  .fv_award {
    padding: 30px 22px;
  }


  .fv_award__title {
    gap: 14px;
  }

  .fv_award__title::before,
  .fv_award__title::after {
    height: 20px;
  }


  .fv_award__title__text {
    font-size: 16px;
  }

  .fv_award__title__text br {
    display: none;
  }

  .fv_award__list {
    margin: 20px auto 0;
    max-width: 890px;
  }

  .fv_award__list li {
    width: 30.337078651%;
  }

  .fv_award__supplement {
    margin: 20px auto 0;
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .section_rate_title {
    font-size: 14px;
  }

  .section_rate_title__l {
    font-size: 22px;
  }

}
