@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

.c5-content01 p,
.c5-content02 p,
.c5-content01 h3,
.c5-content02 h3 {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

.c5-content01 ul,
.c5-content02 ul {
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

.c5-content01 li,
.c5-content02 li {
  list-style-type: none;
}

.c5-c-main {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
}

@media all and (-ms-high-contrast: none) {
  .c5-c-main {
    font-family: sans-serif;
  }
}
#c5-content01 *,
#c5-content02 *,
.cv-content * {
  box-sizing: border-box;
}

.c5-pc_style {
  display: block;
}

.c5-sp_style {
  display: none;
}

@media screen and (max-width: 640px) {
  .c5-pc_style {
    display: none;
  }
  .c5-sp_style {
    display: block;
  }
}
.c5-noteText {
  font-size: 0.8rem;
  text-indent: -1em;
  padding-left: 1em;
  margin: 0;
}

#c5-mainVisual {
  padding-top: 10px;
  position: relative;
}
#c5-mainVisual img {
  width: 100%;
}
#c5-mainVisual .c5-mainVisual_link1 {
  display: block;
  width: 30.3%;
  height: 15.5%;
  position: absolute;
  top: 76.5%;
  right: 33.8%;
  /*background: #000;*/
}
#c5-mainVisual .c5-mainVisual_link2 {
  display: block;
  width: 23.3%;
  height: 42%;
  position: absolute;
  top: 49.5%;
  left: 73.4%;
  /*background: #000;*/
}
#c5-mainVisual .c5-mainVisual_link3 {
  display: block;
  width: 54%;
  height: 18.5%;
  position: absolute;
  top: 73%;
  right: 23%;
  /*background: #000;*/
}
#c5-mainVisual .c5-mainVisual_link4 {
  display: block;
  width: 37%;
  height: 40%;
  position: absolute;
  top: 57%;
  left: 61%;
  /*background: #000;*/
}

#c5-content01 {
  position: relative;
  max-width: 1200px;
  box-sizing: border-box;
  padding: 0 4%;
  width: 100%;
  margin: 70px auto 0;
  /* 220201追加 */
}
@media screen and (max-width: 768px) {
  #c5-content01 {
    margin: 35px auto 0;
    padding: 0;
  }
}
#c5-content01 .c5-link {
  margin: 0 0 100px;
}
@media screen and (max-width: 768px) {
  #c5-content01 .c5-link {
    margin: 0 0 50px;
  }
}
#c5-content01 .c5-link .c5-link_list {
  display: flex;
}
@media screen and (max-width: 768px) {
  #c5-content01 .c5-link .c5-link_list {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
#c5-content01 .c5-link .c5-link_list .c5-link_item {
  position: relative;
  text-align: center;
  flex-grow: 1;
}
@media screen and (max-width: 768px) {
  #c5-content01 .c5-link .c5-link_list .c5-link_item {
    width: 49%;
    flex-grow: 0;
  }
}
#c5-content01 .c5-link .c5-link_list .c5-link_item:not(:last-child) {
  margin: 0 9px 0 0;
}
@media screen and (max-width: 768px) {
  #c5-content01 .c5-link .c5-link_list .c5-link_item:not(:last-child) {
    margin: 0 0 20px;
  }
}
#c5-content01 .c5-link .c5-link_list .c5-link_item a {
  display: block;
  padding: 16px 20px 14px;
  font-size: 22px;
  line-height: 1.3;
  color: #ffffff;
  letter-spacing: 0.05em;
  background-color: #5887f4;
}
@media screen and (max-width: 768px) {
  #c5-content01 .c5-link .c5-link_list .c5-link_item a {
    padding: 10px 10px 8px;
    font-size: 14px;
    line-height: 1.5;
  }
}
#c5-content01 .c5-link .c5-link_list .c5-link_item a:after {
  content: " ";
  border-style: solid;
  border-color: #5887f4 transparent transparent transparent;
  border-width: 12px;
  position: absolute;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
  height: 0px;
  width: 0px;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  #c5-content01 .c5-link .c5-link_list .c5-link_item a:after {
    border-width: 9px;
    bottom: -18px;
  }
}
#c5-content01 .c5-link .c5-link_list .c5-link_item a:hover {
  text-decoration: none;
  opacity: 0.8;
  transition: all 0.2s;
}
#c5-content01 .c5-ttl {
  position: relative;
  text-align: center;
  background: url(../images/bg_ttl_line.png) repeat-x 0 50%;
}
#c5-content01 h2 {
  font-size: 2.4rem;
  text-align: center;
  position: relative;
  z-index: 2;
  background: #fff;
  display: inline-block;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  #c5-content01 h2 {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
}
#c5-content01 .c5-4col_wrap {
  padding: 50px 0 0;
}
@media screen and (max-width: 768px) {
  #c5-content01 .c5-4col_wrap {
    padding: 25px 0 0;
  }
}
#c5-content01 .c5-4col_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
}
#c5-content01 .c5-4col_list:after {
  content: "";
  display: block;
  width: 23.6%;
}
#c5-content01 .c5-4col_item {
  width: 23.6%;
  min-height: 317px;
  margin: 0 0 17px 0;
  border: 1px solid #cccccc;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #c5-content01 .c5-4col_item {
    width: 100%;
  }
  #c5-content01 .c5-4col_item:last-of-type {
    margin: 0;
  }
}
#c5-content01 .c5-4col_item.signage:before, #c5-content01 .c5-4col_item.corp:before, #c5-content01 .c5-4col_item.academy:before, #c5-content01 .c5-4col_item.hotel:before {
  display: block;
  padding: 5px 12px 3px;
  font-size: 10px;
  font-weight: bold;
  position: absolute;
  left: 6px;
  bottom: 6px;
  border-radius: 15px;
  color: white;
}
@media screen and (max-width: 768px) {
  #c5-content01 .c5-4col_item.signage:before, #c5-content01 .c5-4col_item.corp:before, #c5-content01 .c5-4col_item.academy:before, #c5-content01 .c5-4col_item.hotel:before {
    font-size: 12px;
  }
}
#c5-content01 .c5-4col_item.signage:before {
  content: "デジタルサイネージ";
  background-color: #19b7cd;
}
#c5-content01 .c5-4col_item.corp:before {
  content: "オフィス・会議室";
  background-color: #6677bd;
}
#c5-content01 .c5-4col_item.academy:before {
  content: "教育・学校";
  background-color: #f4a703;
}
#c5-content01 .c5-4col_item.hotel:before {
  content: "ホテル・客室";
  background-color: #81c12f;
}
#c5-content01 .c5-4col_item.last {
  margin: 0;
}
@media screen and (max-width: 768px) {
  #c5-content01 .c5-4col_item.last {
    margin: 0 0 17px 0;
  }
}
#c5-content01 .c5-4col_item:after {
  content: "";
  display: block;
  background: url(../images/icon_search.png) no-repeat center center/cover;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 0;
  right: 0;
}
#c5-content01 .c5-4col_item:hover {
  opacity: 0.8;
  transition: all 0.2s;
}
#c5-content01 .c5-4col_item:hover img {
  transform: scale(1.05);
}
#c5-content01 .c5-4col_item .tmb {
  margin: 0;
  overflow: hidden;
}
#c5-content01 .c5-4col_item .tmb img {
  width: 100%;
  transition: all 0.3s ease;
}
#c5-content01 .c5-4col_item .ttl {
  margin: 0;
  padding: 12px 17px 7px;
  font-size: 18px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  background-color: #5787f4;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  #c5-content01 .c5-4col_item .ttl {
    font-size: 16px;
  }
}
#c5-content01 .c5-4col_item .txt {
  padding: 12px 13px 38px;
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  text-indent: -1em;
  padding-left: 1.5em;
}
@media screen and (max-width: 768px) {
  #c5-content01 .c5-4col_item .txt {
    font-size: 14px;
    padding: 15px 20px 45px;
  }
}

/*modal*/
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  transition: all 0.5s;
}
.modal.is-active {
  display: block;
}
.modal.is-active .modal_inner {
  -webkit-animation: fadein 0.8s ease;
          animation: fadein 0.8s ease;
}

@-webkit-keyframes fadein {
  0% {
    transform: translateY(5%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    transform: translateY(5%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
.modal_bg {
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .modal_bg .modal_bg {
    padding: 0 15px;
  }
}

.modal_inner {
  background-color: #ffffff;
  max-width: 804px;
  width: 100%;
  margin: 0 20px;
  padding: 50px;
  border-radius: 10px;
  border: 1px solid #2f353d;
  position: relative;
}
@media screen and (max-width: 768px) {
  .modal_inner {
    max-width: 90%;
    padding: 20px 15px 20px;
    margin: 0;
  }
}
.modal_inner .close-btn {
  position: absolute;
  top: -49px;
  right: 0;
  background: url(../images/icon_close.png) no-repeat center center;
  width: 38px;
  height: 38px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .modal_inner .close-btn {
    top: -40px;
    width: 28px;
    background-size: contain;
  }
}
.modal_inner .ttl01 {
  text-align: center;
  background-color: #e8f2f9;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  padding: 20px 0 14px;
  margin: 0 0 20px;
}
@media screen and (max-width: 768px) {
  .modal_inner .ttl01 {
    font-size: 17px;
    padding: 9px 0 8px;
    margin: 0 0 10px;
  }
}
.modal_inner .txt {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.625;
  margin: 0 0 35px;
}
@media screen and (max-width: 768px) {
  .modal_inner .txt {
    text-align: justify;
    font-size: 11px;
    margin: 0 0 17.5px;
  }
}
.modal_inner .ttl02 {
  text-align: center;
  width: 552px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  margin: 0 auto 15px;
  padding: 0 0 5px;
  background: url(../images/bg_speech.png) no-repeat right 4px bottom;
}
@media screen and (max-width: 768px) {
  .modal_inner .ttl02 {
    font-size: 14px;
    width: 100%;
    margin: 0 auto 8px;
    background-size: 312px;
    background-position: center bottom;
  }
}
.modal_inner .modal_2col {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 15px;
}
@media screen and (max-width: 768px) {
  .modal_inner .modal_2col {
    display: block;
    margin: 0 0 10px;
  }
}
.modal_inner .modal_2col img {
  width: 43% !important;
}
@media screen and (max-width: 768px) {
  .modal_inner .modal_2col img {
    width: 60% !important;
    margin: 0 auto 10px;
  }
}
.modal_inner .modal_2col .txt {
  width: 52%;
  display: flex;
  align-items: center;
  align-self: stretch;
  flex-shrink: 0;
  margin: 0;
  padding: 0 15px 0 20px;
  border: 2px solid #5787f3;
  border-radius: 10px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .modal_inner .modal_2col .txt {
    width: 100%;
    padding: 10px 15px 10px 20px;
  }
}
.modal_inner .modal_2col .txt:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -29px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 17px solid #ffffff;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .modal_inner .modal_2col .txt:before {
    left: -18px;
    margin-top: -9px;
    border: 9px solid transparent;
    border-right: 10px solid #ffffff;
  }
}
.modal_inner .modal_2col .txt:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -34px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 19px solid #5787f3;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .modal_inner .modal_2col .txt:after {
    left: -23px;
    margin-top: -11px;
    border: 11px solid transparent;
    border-right: 12px solid #5787f3;
  }
}
.modal_inner .modal_2col .txt_list {
  padding: 0;
}
.modal_inner .modal_2col .txt_list li {
  font-size: 17px;
  line-height: 1.941;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 768px) {
  .modal_inner .modal_2col .txt_list li {
    font-size: 11px;
    line-height: 1.4;
  }
}
.modal_inner .c5-2colmn_button {
  margin: 0 auto;
}
.modal_inner .c5-2colmn_button .c5-2colmn__btn {
  display: flex;
  justify-content: space-between;
  margin: 0;
}
.modal_inner .c5-2colmn_button a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  text-align: center;
  color: #fff;
  background: #5787f4;
  text-decoration: none;
  width: 49%;
  padding: 1% 5%;
}
@media screen and (max-width: 768px) {
  .modal_inner .c5-2colmn_button a {
    font-size: 0.9rem;
    line-height: 1.3;
    padding: 2% 5%;
  }
}
.modal_inner .c5-2colmn_button a:hover {
  opacity: 0.7;
}
.modal_inner .c5-2colmn_button a:before {
  content: "\f0da";
  font-family: icon, sans-serif;
  speak: none;
  color: #fff;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  margin: 0 0.6em 0.05em 0;
}

.cv-content .cv-content_inner {
  max-width: 1100px;
  margin: 0 auto;
  border: 4px solid #9a2020;
  padding: 50px;
  text-align: center;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .cv-content .cv-content_inner {
    display: block;
    padding: 8% 2.91667%;
  }
}
.cv-content .cv-content_inner .consultation_area {
  width: 100%;
  max-width: 440px;
  padding: 0 20px;
}
.cv-content .cv-content_inner .contact_area {
  width: 100%;
  max-width: 440px;
  padding: 0 20px;
}
.cv-content .cv-content_inner .contact_area .c5-c-another-item__btn a:before {
  content: "";
  background: url(/bravia-biz/common/images/mailmag_icn.png) no-repeat center center/100% auto;
  width: 25px;
  height: 25px;
  padding-top: 0;
}
.cv-content .cv-content_inner .ttl {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 25px 0;
}
@media screen and (max-width: 768px) {
  .cv-content .cv-content_inner .ttl {
    font-size: 4vw;
    margin: 0 0 15px 0;
  }
}
.cv-content .cv-content_inner .txt {
  font-size: 20px;
  line-height: 1.4;
  min-height: 89px;
}
@media screen and (max-width: 768px) {
  .cv-content .cv-content_inner .txt {
    font-size: 3.2vw;
    min-height: auto;
  }
}
.cv-content .cv-content_inner .txt .red {
  font-size: 24px;
  font-weight: bold;
  color: #da2626;
}
@media screen and (max-width: 768px) {
  .cv-content .cv-content_inner .txt .red {
    font-size: 3.4vw;
  }
}
.cv-content .cv-content_inner .c5-c-another-item__btn {
  max-width: 400px;
  width: 100%;
  max-height: 60px;
}
@media screen and (max-width: 768px) {
  .cv-content .cv-content_inner .c5-c-another-item__btn {
    width: 78.125%;
  }
}
.cv-content .cv-content_inner .c5-c-another-item__btn a {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .cv-content .cv-content_inner .c5-c-another-item__btn a {
    padding: 0.7em 1em;
    font-size: 3.46667vw;
  }
}

@media screen and (max-width: 640px) {
  .cv-content .cv-content_inner .consultation_area,
.cv-content .cv-content_inner .contact_area {
    max-width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 640px) {
  .cv-content .cv-content_inner .consultation_area {
    margin: 0 0 50px 0;
  }
}
@media screen and (max-width: 640px) {
  .cv-content .cv-content_inner .contact_area .c5-c-another-item__btn a:before {
    width: 20px;
    height: 20px;
  }
}
/*/modal*/
#c5-content02 {
  position: relative;
  max-width: 1200px;
  box-sizing: border-box;
  padding: 90px 4%;
  width: 100%;
  margin: 60px auto 0;
  background: #f5f5f5;
}
@media screen and (max-width: 768px) {
  #c5-content02 {
    padding: 50px 4% 35px;
    margin: 50px auto 0;
  }
}
#c5-content02 .c5-ttl {
  position: relative;
  text-align: center;
  background: url(../images/bg_ttl_line_02.png) repeat-x 0 50%;
  margin: 0 0 42px;
}
#c5-content02 .c5-ttl h2 {
  font-size: 2.4rem;
  text-align: center;
  position: relative;
  z-index: 2;
  background: #f5f5f5;
  display: inline-block;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  #c5-content02 .c5-ttl h2 {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
}
#c5-content02 .c5-1colmn_button {
  margin: 108px auto 0;
}
@media screen and (max-width: 768px) {
  #c5-content02 .c5-1colmn_button {
    margin: 60px auto 0;
  }
}
#c5-content02 .c5-1colmn_button a {
  width: 43%;
}
@media screen and (max-width: 768px) {
  #c5-content02 .c5-1colmn_button a {
    width: 100%;
  }
}

@media all and (-ms-high-contrast: none) {
  #c5-content02 {
    overflow: hidden;
  }
}
/*slider*/
.slider {
  margin: 41px 0 0 0;
}
.slider .slider_list {
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .slider .slider_list {
    display: block;
  }
}

.slider_item.slick-active a {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .slider_item.slick-active a {
    margin: 0;
  }
}
.slider_item.slick-current a {
  margin-right: 20px;
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .slider_item.slick-current a {
    margin: 0;
  }
}
.slider_item#slick-slide06 a {
  margin-right: 0;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .slider_item#slick-slide06 a {
    margin-left: 0;
  }
}
.slider_item a {
  max-width: 470px;
  min-height: 415px;
  padding: 20px;
  background-color: #ffffff;
  position: relative;
  display: block;
  height: 100%;
  text-decoration: none;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .slider_item a {
    max-width: 100%;
    min-height: 439px;
    margin: 0 auto;
  }
}
.slider_item a:hover {
  opacity: 0.8;
}
.slider_item .company {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  border-bottom: 3px solid #5787f3;
}
.slider_item .company .s5-heading3 {
  max-width: 300px;
}
@media screen and (max-width: 768px) {
  .slider_item .company .s5-heading3 {
    font-size: 18px;
  }
}
.slider_item .company .cat {
  font-size: 15px;
  border-radius: 18px;
  padding: 7px 16px 5px;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .slider_item .company .cat {
    font-size: 13px;
    padding: 6px 16px 3px;
  }
}
.slider_item .company .cat.office {
  background-color: #6677bd;
}
.slider_item .company .cat.degi {
  background-color: #19b7cd;
}
.slider_item .company .cat.hotel {
  background-color: #81c12f;
}
.slider_item .company .cat.edu {
  background-color: #f4a703;
}
.slider_item .tmb {
  margin: 0 0 15px 0;
}
.slider_item .ttl {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 10px 0;
}
.slider_item .txt {
  font-size: 16px;
  line-height: 1.625;
  padding: 0 0 15px 0;
  min-height: 119px;
}
@media screen and (max-width: 768px) {
  .slider_item .txt {
    font-size: 14px;
    min-height: auto;
    padding: 0 0 30px 0;
  }
}
.slider_item .slider_btn {
  width: 100%;
  text-align: right;
  position: absolute;
  bottom: 0;
  left: 0;
}

.slider_list .slick-prev {
  left: -65px;
  width: 24px;
  height: 42px;
}
@media screen and (max-width: 1250px) {
  .slider_list .slick-prev {
    left: -32px;
  }
}
@media screen and (max-width: 768px) {
  .slider_list .slick-prev {
    left: -29px;
  }
}
.slider_list .slick-prev:before {
  content: " ";
  display: block;
  background: url(../images/btn_prev.png) no-repeat center center/cover;
  width: 24px;
  height: 42px;
}
.slider_list .slick-next {
  right: -60px;
  width: 24px;
  height: 42px;
}
@media screen and (max-width: 1250px) {
  .slider_list .slick-next {
    right: -30px;
  }
}
@media screen and (max-width: 768px) {
  .slider_list .slick-next {
    right: -30px;
  }
}
.slider_list .slick-next:before {
  content: " ";
  display: block;
  background: url(../images/btn_next.png) no-repeat center center/cover;
  width: 24px;
  height: 42px;
}
.slider_list .slick-dots {
  left: 50%;
  transform: translateX(-50%);
  bottom: -45px;
}
@media screen and (max-width: 768px) {
  .slider_list .slick-dots {
    left: 50%;
    bottom: -35px;
  }
}
.slider_list .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0;
}
.slider_list .slick-dots li:not(:last-child) {
  margin: 0 38px 0 0;
}
@media screen and (max-width: 768px) {
  .slider_list .slick-dots li:not(:last-child) {
    margin: 0 15px 0 0;
  }
}
.slider_list .slick-dots li button {
  width: 12px;
  height: 12px;
}
.slider_list .slick-dots li button:before {
  content: " ";
  width: 12px;
  height: 12px;
  background-color: #5787f3;
  border-radius: 50%;
}

@media all and (-ms-high-contrast: none) {
  .slider_list .slick-dots {
    left: 50%;
  }
}
/*/slider*/
#c5-content03 {
  position: relative;
  max-width: 1200px;
  box-sizing: border-box;
  padding: 90px 4%;
  width: 100%;
  margin: 0 auto;
  background: #e8f2f9;
}
@media screen and (max-width: 768px) {
  #c5-content03 {
    padding: 50px 4% 35px;
    margin: 0 auto 0;
  }
}
#c5-content03 .c5-ttl {
  position: relative;
  text-align: center;
  background: url(../images/bg_ttl_line.png) repeat-x 0 50%;
}
#c5-content03 h2 {
  font-size: 2.4rem;
  text-align: center;
  position: relative;
  z-index: 2;
  background: #e8f2f9;
  display: inline-block;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  #c5-content03 h2 {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
}
#c5-content03 .c5-1colmn__btn {
  margin: 0;
}

.c5-2colmn_wrap2 {
  display: flex;
  width: 100%;
  margin-top: 35px;
  flex-direction: row-reverse;
}
.c5-2colmn_wrap2.col1 .c5-2colmn_inner.c5-2colmn_txt {
  width: 65%;
}
@media screen and (max-width: 768px) {
  .c5-2colmn_wrap2.col1 .c5-2colmn_inner.c5-2colmn_txt {
    width: 100%;
  }
}
.c5-2colmn_wrap2.col1 .c5-2colmn_inner.c5-2colmn_img {
  width: 35%;
}
@media screen and (max-width: 768px) {
  .c5-2colmn_wrap2.col1 .c5-2colmn_inner.c5-2colmn_img {
    width: 100%;
  }
}

.c5-2colmn_wrap2_row {
  display: flex;
  width: 100%;
  margin-top: 55px;
  flex-direction: row;
}
.c5-2colmn_wrap2_row.col2 .c5-2colmn_inner.c5-2colmn_txt {
  width: 65%;
}
@media screen and (max-width: 768px) {
  .c5-2colmn_wrap2_row.col2 .c5-2colmn_inner.c5-2colmn_txt {
    width: 100%;
  }
}
.c5-2colmn_wrap2_row.col2 .c5-2colmn_inner.c5-2colmn_img {
  width: 35%;
}
@media screen and (max-width: 768px) {
  .c5-2colmn_wrap2_row.col2 .c5-2colmn_inner.c5-2colmn_img {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .c5-2colmn_wrap2,
.c5-2colmn_wrap2_row {
    display: block;
  }
}
.c5-2colmn_wrap2:first-child {
  margin-top: 0;
}
.c5-2colmn_wrap2 .c5-2colmn_inner {
  box-sizing: border-box;
  width: 50%;
}

.c5-2colmn_wrap2_row .c5-2colmn_inner {
  box-sizing: border-box;
  width: 50%;
}

@media screen and (max-width: 640px) {
  .c5-2colmn_wrap2 .c5-2colmn_inner,
.c5-2colmn_wrap2_row .c5-2colmn_inner {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .c5-2colmn_wrap2 .c5-2colmn_inner img,
.c5-2colmn_wrap2_row .c5-2colmn_inner img {
    width: 100%;
  }
}
.c5-2colmn_wrap2 .c5-2colmn_inner h3,
.c5-2colmn_wrap2_row .c5-2colmn_inner h3 {
  margin-top: 40px;
  font-size: 1.4rem;
}

@media screen and (max-width: 640px) {
  .c5-2colmn_wrap2 .c5-2colmn_inner h3,
.c5-2colmn_wrap2_row .c5-2colmn_inner h3 {
    font-size: 1.2rem;
    line-height: 1.9rem;
  }
}
.c5-toggle_button {
  width: 43%;
  display: inline-block;
  margin: 0 0 60px;
  padding: 2% 5%;
  text-align: center;
  color: #fff;
  border: none;
  background: #5787f4;
  font-size: 1.1rem;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .c5-toggle_button {
    width: 100%;
    margin: 0 0 20px;
  }
}
.c5-toggle_button:before {
  content: "\f0da";
  font-family: icon, sans-serif;
  speak: none;
  color: #fff;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  margin: 0 0.6em 0.05em 0;
}
.c5-toggle_button.is-show {
  margin: 0;
}

.c5-3colmn_wrap_container {
  display: none;
  margin-top: 60px;
  overflow: hidden;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .c5-3colmn_wrap_container {
    border-top: 1px solid #e6e6e6;
    margin-top: 0;
    padding-top: 30px;
  }
}

.c5-3colmn_wrap {
  display: flex;
  flex-wrap: wrap;
  /*margin-left: -2.1%;*/
  box-sizing: border-box;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .c5-3colmn_wrap {
    display: block;
  }
}
.c5-3colmn_wrap .c5-3colmn_inner {
  box-sizing: border-box;
  max-width: 32%;
  background: #fff;
  border: 1px solid #cccccc;
  padding: 20px;
  margin-bottom: 2.1%;
}
.c5-3colmn_wrap .c5-3colmn_inner div {
  text-align: center;
}

@media screen and (max-width: 640px) {
  .c5-3colmn_wrap .c5-3colmn_inner {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .c5-3colmn_wrap .c5-3colmn_inner h4 {
    margin-bottom: 5px;
  }
  .c5-3colmn_wrap .c5-3colmn_inner p {
    margin-top: 0;
  }
  .c5-3colmn_wrap .c5-3colmn_inner img {
    width: 80%;
    display: inline-block;
  }
}
.c5-1colmn_button {
  /*max-width: 1000px;*/
  margin: 60px auto 0;
}
@media screen and (max-width: 768px) {
  .c5-1colmn_button {
    margin: 30px auto 0;
    width: 80%;
    display: block;
  }
}

.c5-1colmn__btn {
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c5-1colmn__btn {
    display: block;
    width: 100%;
    margin: 0 auto 15px;
  }
}
.c5-1colmn__btn a {
  display: inline-block;
  padding: 2% 5%;
  text-align: center;
  color: #fff;
  background: #5787f4;
  font-size: 1.1rem;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .c5-1colmn__btn a {
    display: block;
    padding: 4% 0;
  }
}
.c5-1colmn__btn a:before {
  content: "\f0da";
  font-family: icon, sans-serif;
  speak: none;
  color: #fff;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  margin: 0 0.6em 0.05em 0;
}
.c5-1colmn__btn a:hover {
  opacity: 0.7;
}
.c5-1colmn__btn button:hover {
  opacity: 0.7;
}

.c5-2colmn__btn2 {
  width: 100%;
}
.c5-2colmn__btn2 a {
  display: block;
  padding: 3% 0;
  text-align: center;
  color: #fff;
  background: #5787f4;
  font-size: 1rem;
  text-decoration: none;
}
.c5-2colmn__btn2 a:before {
  content: "\f0da";
  font-family: icon, sans-serif;
  speak: none;
  color: #fff;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  margin: 0 0.6em 0.05em 0;
}
.c5-2colmn__btn2 a:hover {
  opacity: 0.7;
}

#c5-mainVisual .c5-c-consultation .c5-consolution__icon_arrow {
  width: 16px;
}

@media screen and (max-width: 768px) {
  #c5-mainVisual .c5-c-consultation * {
    box-sizing: unset;
  }
}
/*# sourceMappingURL=style.css.map */