@charset "UTF-8";
/* CSS Document */
.pc_none {
  display: none;
}
/*---------------------------------

  header

---------------------------------*/
header {
  padding-top: 0;
  position: fixed;
  top: 0;
  left: 0;
  transition: .3s;
  width: 100%;
  z-index: 3;
}
header .wrap {
  width: 100%;
  min-width: 1000px;
  margin: 0 auto;
  padding: 10px 50px 0;
  transition: .3s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
/* logo */
header h1#logo {
  width: 100px;
  margin-right: 1em;
}
header h1#logo img {
  width: 100%;
}
/*  
  gnav_main
---------------------------------*/
header #gnav_main {}
header #gnav_main #navTgl, header #gnav_main label {
  display: none;
}
header #gnav_main .gnav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
header #gnav_main .gnav ul li {
  position: relative;
  margin: 0 15px;
}
header #gnav_main .gnav ul li::before {
  content: '';
  width: 100%;
  height: 5px;
  background: #286499;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
}
header #gnav_main .gnav ul li:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
header #gnav_main .gnav ul li a {
  display: inline-block;
  color: #000;
  font-weight: bold;
  transition: .3s;
  position: relative;
  padding: 0 0 20px;
}
header #gnav_main .gnav ul li a:hover {
  opacity: 1;
  color: #286499;
}
header #gnav_main .gnav ul li.active {
  position: relative;
}
header #gnav_main .gnav ul li.active a {
  color: #286499;
}
header #gnav_main .gnav ul li.active::before {
  content: '';
  width: 100%;
  height: 5px;
  background: #286499;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  margin: auto;
  transform: scale(1, 1);
}
/*  
  スクロールアクション
---------------------------------*/
header.is-animation {
  background: #fff;
}
header.is-animation .wrap {
  padding: 10px 30px 0;
  width: 100%;
}
header.is-animation h1#logo {
  width: 80px;
}
header.is-animation #gnav_main .gnav ul li.active::before {
  bottom: 0;
}
.header-bg {
  height: 90px;
}
/*---------------------------------

  main

---------------------------------*/
img {
  width: 100%;
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
}
section {
  margin-top: -90px;
  padding-top: 90px;
}
section .wrap {
  margin: 0 auto;
  max-width: 1100px;
  width: 90%;
}
section h2 {
  font-size: 30px;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 40px;
}
/*---------------------------------

  mein_visual

---------------------------------*/
.mein_visual {
  background: #fff;
  position: relative;
  padding-top: 70px;
}
.mein_visual .bg {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.mein_visual .bg .img {
  background-position: center;
  background-size: cover;
  width: calc(100% / 4);
  height: 250px;
  position: relative;
}
.mein_visual .bg .img::before {
  background: #fff;
  content: attr(data-txt);
  display: inline-block;
  font-size: 16px;
  padding: 1px 10px;
  position: absolute;
  top: .5rem;
  left: .5rem;
  z-index: 1;
}
.mein_visual .wrap {
  padding-top: 0;
  position: relative;
  z-index: 1;
}
.mein_visual h1 {
  color: #922D43;
  display: flex;
  justify-content: center;
  font-size: 50px;
  font-weight: 900;
  line-height: 2;
  padding: 0 0 150px;
  text-align: center;
}
.mein_visual h1 img {
  display: block;
  width: 300px;
  margin: 0 30px;
}
/*.mein_visual figure {
  display: block;
  margin: auto;
  max-width: 1500px;
}*/
.mein_visual .illustBox {
  display: flex;
  justify-content: space-between;
  margin: auto;
  position: relative;
}
.mein_visual .illustBox > div {
  border: 10px solid #000;
  flex-basis: 50%;
  padding-top: 150px;
  position: relative;
}
.mein_visual .illustBox > div:nth-child(1) {
  background: url("../images/main_1_bg.jpg") no-repeat center/cover;
  border-right-width: 5px;
}
.mein_visual .illustBox > div:nth-child(2) {
  background: url("../images/main_2_bg.jpg") no-repeat center/cover;
  border-left-width: 5px;
}
.mein_visual .illustBox figure a {
  display: block;
}
.mein_visual .illustBox figure.device {
  position: absolute;
  top: -100px;
}
.mein_visual .illustBox figure.pc {
  max-width: 650px;
  right: 20px;
}
.mein_visual .illustBox figure.tb {
  max-width: 350px;
  left: 20px;
  width: 50%;
}
.mein_visual .illustBox figure.people {
  position: relative;
  bottom: 0;
  z-index: 1;
  width: 80%;
}
.mein_visual .illustBox figure.people.pe01 {
  margin-left: auto;
}
.mein_visual .illustBox figure.people.pe02 {}
.mein_visual .illustBox .fukidasi {
  background: #932e44;
  border: 3px solid #fff;
  color: #fff;
  border-radius: 50%;
  display: grid;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 5%;
  top: 80px;
  width: 200px;
  height: 200px;
}
.mein_visual .illustBox .fukidasi span {
  font-size: 25px;
  line-height: 1.3;
  text-align: center;
}
.mein_visual .illustBox .fukidasi strong {
  color: #faee00;
  display: block;
}
@media screen and (max-width: 1250px) {
  .mein_visual .illustBox .fukidasi {
    right: 5%;
    top: 20px;
    width: 180px;
    height: 180px;
  }
}
/*---------------------------------

  ソフトウェア使用許諾ダウンロード

---------------------------------*/
.dl_box {
  margin: 100px auto;
  max-width: 500px;
}
.dl_box p {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center;
}
.dl_box .btn {
  margin-bottom: 10px;
}
.dl_box .btn a {
  border: 2px solid #E31A1D;
  background: #fff url("../images/i_pdf.png") no-repeat center right 10px/20px;
  font-weight: 500;
  color: #333;
  display: block;
  padding: 10px;
}
.dl_box p.note {
  font-size: 14px;
  font-weight: 400;
  margin-top: 30px;
  text-align: justify;
}
/*---------------------------------

  バナー

---------------------------------*/
.bu_wrap {
  margin: auto;
  padding: 70px 0 100px;
  position: relative;
}
.bu_wrap::after {
  content: '';
  background: #cef1ff url("../images/bg.png") repeat center/100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 50%;
  width: 100%;
  z-index: -1;
}
.bu_wrap h1 {
  color: #D11D4F;
  font-size: 35px;
  line-height: 1.5;
  margin-bottom: 40px;
  text-align: center;
}
.bu_wrap ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: auto;
  max-width: 1100px;
  width: 90%;
}
.bu_wrap ul li {
  width: 31%;
}
.bu_wrap ul li a {
  color: #333;
  display: block;
  text-align: center;
}
.bu_wrap ul li a figure figcaption {
  margin-top: 15px;
  text-decoration: underline;
  font-weight: 500;
}
.bu_wrap ul li p {
  margin-top: 15px;
  text-decoration: underline;
  font-weight: 500;
}
.freetrial {
  background: #eee;
  border: 6px double #932e44;
  color: #c30d23;
  margin: 50px auto 0;
  max-width: 1100px;
  padding: 30px;
  text-align: center;
}
.freetrial span {
  font-size: 180%;
  font-weight: 900;
  line-height: 1.5;
}
.freetrial strong {
  font-size: 130%;
  font-weight: 900;
}
/*---------------------------------

  roopSlider

---------------------------------*/
#roopSlider {}
#roopSlider .s_img {
  position: relative;
}
#roopSlider .s_img::before {
  background: #fff;
  content: attr(data-txt);
  display: inline-block;
  font-size: 16px;
  padding: 1px 10px;
  position: absolute;
  top: .5rem;
  left: .5rem;
  z-index: 1;
}
#roopSlider .s_img img {
  object-fit: cover;
  height: 250px;
  width: 100%;
}
/*---------------------------------

  merit

---------------------------------*/
.merit_block .section_wrap {
  background: #C7DFB9;
  margin: 0 auto;
  padding: 70px 0 100px;
}
.merit_block h2 {
  margin-bottom: 0;
}
.merit_block h2 + p {
  margin: 15px 0 25px;
  text-align: center;
}
.merit_block ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
}
.merit_block ul li {
  cursor: pointer;
  background: #3B509D;
  border: 1px solid #ccc;
  border-radius: 10px;
  margin: 1.5%;
  text-align: center;
  padding: 30px 30px;
  width: 30%;
  transition: all .3s;
}
.merit_block ul li:nth-child(odd) {
  background: #E00050;
}
.merit_block ul li:hover {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  transform: scale(1.05);
}
.merit_block ul li p {
  color: #fff;
  font-size: 23px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 10px;
}
.merit_block ul li span {
  display: block;
  color: #ccc;
}
.modalWrapper {
  padding: 50px;
}
.modalWrapper h3 {
  background: #C7E4F3;
  color: #2660B4;
  font-size: 23px;
  margin: 0 0 20px;
  padding: 15px;
  text-align: center;
}
.modalWrapper .txt {
  text-align: justify;
  line-height: 1.8;
}
.modalWrapper .txt p {
  margin: 10px 0;
}
/* モーダルCSS */
.modalArea {
  display: none;
  position: fixed;
  z-index: 10; /*サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 30, 0.9);
}
.modalWrapper {
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 700px;
  /*overflow-y: scroll;
  height: 50%;*/
  width: 80%;
}
.closeModal {
  color: #286499;
  cursor: pointer;
  font-size: 20px;
  padding: 6px;
  position: absolute;
  top: 0;
  right: 0;
}
/* モーダルウィンドウ表示中に記事本体を固定 */
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}
/*---------------------------------

  appeal_block

---------------------------------*/
.appeal_block h2 {
  margin-bottom: 20px;
}
.appeal_block .wrap {
  max-width: none;
  margin: 0 auto;
  padding: 100px 0;
  width: 100%;
}
.appeal_block .wrap .txt_slide {
  margin: 0 auto 10px;
  max-width: 800px;
}
.appeal_block .wrap .txt_slide .txt {}
.appeal_block .wrap .txt_slide .txt h3 {
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 1rem;
  line-height: 1.3;
  text-align: center;
}
.appeal_block .wrap .txt_slide .txt ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 10px;
}
.appeal_block .wrap .txt_slide .txt ul li {
  font-size: 17px;
  margin: 0;
  padding: 0;
  padding-left: 1.2em;
  position: relative;
  margin-bottom: 5px;
}
.appeal_block .wrap .txt_slide .txt ul li::before {
  content: '●';
  color: #70B9DE;
  position: absolute;
  left: 0;
}
.appeal_block .wrap .pcImg_box {
  margin: auto;
  position: relative;
}
.appeal_block .wrap .pcImg_box .img_slide {
  margin: auto;
}
.appeal_block .wrap .pcImg_box .img_slide .gamen {
  max-width: 1050px;
  padding: 0 50px;
  width: 90%;
}
.appeal_block .wrap .pcImg_box .img_slide img {
  border: 5px solid #333;
  width: 100%;
  vertical-align: bottom;
}
.appeal_block .wrap .pcImg_box .arrows {
  max-width: 1080px;
  width: 100%;
  height: 100px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.appeal_block .wrap .pcImg_box .arrows .slide-arrow {
  cursor: pointer;
  background: #286499;
  background-repeat: no-repeat;
  background-position: center;
  width: 50px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}
.appeal_block .wrap .pcImg_box .arrows .slide-arrow.prev-arrow {
  background-image: url("../images/arr_prev.svg");
  left: 0;
}
.appeal_block .wrap .pcImg_box .arrows .slide-arrow.next-arrow {
  background-image: url("../images/arr_next.svg");
  right: 0;
}

/*---------------------------------

  function

---------------------------------*/
.function_block .section_wrap {
  margin: 0 auto;
  padding: 100px 0;
}
.function_block .function_box {
  border-radius: 20px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 70px;
  overflow: hidden;
}
.function_block .function_box:last-child {
  margin-bottom: 0;
}
.function_block .function_box .txt {
  background: #C7E4F3;
  padding: 50px 50px 30px;
}
.function_block .function_box .txt h3 {
  color: #2660AD;
  font-size: 23px;
  line-height: 1.3;
  margin-bottom: 20px;
}
.function_block .function_box .txt p {}
.function_block .function_box .txt ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 20px;
}
.function_block .function_box .txt ul li {
  font-size: 18px;
  margin: 0;
  padding: 0;
  padding-left: 1.2em;
  position: relative;
  margin-bottom: 10px;
}
.function_block .function_box .txt ul li::before {
  content: '●';
  color: #70B9DE;
  position: absolute;
  left: 0;
}
.function_block .function_box .txt ul li strong.blue {
  color: #0048D9;
}
.function_block .function_box .txt ul li strong.red {
  color: #D1171A;
}
.function_block .function_box figure {
  padding: 20px;
}
.function_block .function_box figure img {
  display: block;
}
.function_block .function_box figure.flex_img {
  display: flex;
  align-items: flex-start;
}
.function_block .function_box figure.flex_img img {
  width: 50%;
}
/*---------------------------------
  box01
---------------------------------*/
.function_block .function_box.box1 ol {
  counter-reset: number;
  list-style: none;
  padding: 0 50px 50px;
}
.function_block .function_box.box1 ol li {
  font-size: 18px;
  margin: 5px 0;
  padding-left: 1em;
  position: relative;
}
/* beforeでカウンターを作成 */
.function_block .function_box.box1 ol li::before {
  border: 1px solid;
  border-radius: 50%;
  color: #D30508;
  content: counter(number);
  counter-increment: number;
  display: block;
  font-size: 16px;
  line-height: 1;
  margin: auto;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  text-align: center;
  width: 18px;
  height: 18px;
}
/*---------------------------------

  導入効果

---------------------------------*/
.future_block .section_wrap {
  background: #f3f3f3;
  margin: 0 auto;
  padding: 70px 0;
}
.future_block .wrap {
  max-width: 1100px;
}
.future_block .wrap .txt {
  line-height: 1.8;
}
.future_block .wrap dl {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.future_block .wrap dl::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 0 50px 30px;
  border-color: transparent transparent transparent #f3c640;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.future_block .wrap dl div {
  flex-basis: 45%;
}
.future_block .wrap dl div dt {
  background: #eb6d56;
  border-radius: 5px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  padding: 5px;
  text-align: center;
}
.future_block .wrap dl div dd {}
.future_block .wrap dl div dd figure {}
.future_block .wrap dl div dd ul {
  background: #eb6d56;
  color: #fff;
  list-style: none;
  margin-top: 20px;
  padding: 15px 25px;
}
.future_block .wrap dl div dd ul li {
  font-size: 20px;
  padding: 0;
  padding-left: 1.5em;
  position: relative;
  margin: 10px 0;
}
.future_block .wrap dl div dd ul li::before {
  content: '●';
  color: rgba(255, 255, 255, 0.30);
  position: absolute;
  left: 0;
}
.future_block .wrap dl div:nth-child(2) dt, .future_block .wrap dl div:nth-child(2) dd ul {
  background: #2cacce;
}
/*---------------------------------

  導入事例・ユーザーの声

---------------------------------*/
.cavo_block .section_wrap {
  background: #C7DFB9;
  margin: 0 auto;
  padding: 100px 0;
}
.cavo_block .wrap {
  max-width: 1100px;
}
.cavo_block .wrap .btn_wrap {
  display: flex;
  justify-content: center;
}
.cavo_block .wrap .btn_wrap .btn {
  flex-basis: 25rem;
  margin: 0 2rem;
}
.cavo_block .wrap .btn_wrap .btn a {
  background: #3B509D;
  border-radius: 5px;
  color: #fff;
  display: block;
  padding: 35px 20px;
  overflow: hidden;
  position: relative;
  text-align: center;
  z-index: 1;
}
.cavo_block .wrap .btn_wrap .btn a span {
  background: url("../../../images/arr.svg") no-repeat center right /10px;
  display: block;
  font-size: 20px;
  font-weight: 600;
  padding: 0 30px;
  position: relative;
  z-index: 1;
}
.cavo_block .wrap .btn_wrap .btn a:hover {
  background: #2A3971;
  color: #ccc;
  opacity: 1;
}
.cavo_block .wrap .btn_wrap .btn._voice a {
  background: #E00050;
  color: #fff;
}
.cavo_block .wrap .btn_wrap .btn._voice a:hover {
  background: #A10039;
  color: #ccc;
}
/*---------------------------------

  environment_block

---------------------------------*/
.environment_block .section_wrap {
  margin: 0 auto;
  padding: 70px 0;
}
.environment_block .wrap {
  max-width: 800px;
}
.environment_block table {
  width: 100%;
}
.environment_block table th, .environment_block table td {
  border: 1px solid #ccc;
  padding: 10px;
}
.environment_block table th {
  background: #eee;
}
.environment_block table td {}
.environment_block table td:nth-child(1) {
  width: 200px;
}
.environment_block table + p {
  font-size: 12px;
  margin: 5px 0 15px;
}
.environment_block div.bikou {
  margin-top: 20px;
  font-size: 12px;
}
.environment_block div.bikou ul li {
  list-style: disc;
  margin-left: 20px;
}
/*---------------------------------

  contact_block

---------------------------------*/
.contact_block .section_wrap {
  background: #f3f3f3;
  margin: 0 auto 50px;
  padding: 70px 0;
  max-width: 1140px;
  width: 90%;
  text-align: center;
}
.contact_block .section_wrap h2 {
  margin-bottom: 10px;
}
.contact_block .section_wrap h2 + p {
  margin-bottom: 30px;
}
.contact_block .section_wrap p.contact_txt {
  color: #E52023;
  font-size: 20px;
  font-weight: 600;
}
.contact_block .section_wrap .wrap {
  display: flex;
  justify-content: center;
  width: 90%;
  margin: 40px auto;
}
.contact_block .section_wrap .wrap div {
  width: 50%;
  padding: 20px;
}
.contact_block .section_wrap .wrap div + div {
  border-left: 1px solid #ccc;
}
.contact_block .section_wrap .wrap div h3 {
  color: #2660AD;
  font-size: 23px;
  line-height: 1.3;
  margin-bottom: 20px;
}
.contact_block .section_wrap .wrap div p strong {
  font-size: 45px;
  font-weight: 900;
  font-family: 'Impact', 'DIN Condensed', sans-serif;
  line-height: 1.5;
}
.contact_block .section_wrap .wrap .txt {
  font-size: 16px;
  line-height: 2;
}
.contact_block .section_wrap .wrap + .txt {
  font-size: 20px;
  line-height: 2;
}
.contact_block .section_wrap .txt a {
  color: #286499;
  text-decoration: underline;
}
/*---------------------------------

  マンガページ

---------------------------------*/
.coic_block {
  margin: 200px auto 100px;
  max-width: 900px;
  width: 90%;
}
.coic_block figure + figure {
  margin-top: 50px;
}
/*---------------------------------

  動画ページ

---------------------------------*/
.move_block {
  margin: 200px auto 50px;
}
.move_block .wrap {
  margin: 0 auto;
  max-width: 1100px;
  width: 90%;
}
.move_block .outline.wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.move_block .outline.wrap .video_link {
  width: 50%;
}
.move_block .outline.wrap .txt {
  width: 45%;
  line-height: 1.8;
  text-align: justify;
}
.move_block .outline.wrap .txt p + p {
  margin-top: 1em;
}
.move_block .Function_outer {
  background: #C7DFB8;
  margin: 80px auto 0;
  padding: 80px 0 50px;
}
.move_block .function.wrap ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
}
.move_block .function.wrap ul li {
  width: 48%;
  margin-bottom: 50px;
}
/*  
  動画
---------------------------------*/
.move_block .video_link p {
  text-align: center;
  color: #333;
  margin-top: 20px;
}
.move_block .vdo-body {
  max-width: 100%;
  height: auto;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}
.move_block .vdo-body::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.move_block .vdo-body iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/*---------------------------------

  導入事例ページ

---------------------------------*/
.case_block {
  margin: 150px auto 50px;
}
.case_block .wrap {
  margin: 0 auto;
  width: 90%;
}
.case_block .aboutBox {
  background: #DCEAF7;
  padding: 50px;
}
.case_block .aboutBox ._name {
  display: flex;
  align-items: center;
  font-size: 30px;
}
.case_block .aboutBox ._name img {
  display: block;
  margin: 0 2.5rem;
  width: 250px;
}
.case_block .aboutBox ._copy {
  border-top: 2px solid;
  border-bottom: 2px solid;
  color: #173887;
  font-size: 23px;
  font-weight: 600;
  line-height: 1.3;
  margin: 2rem 0 3rem;
  padding: 1.2rem 0;
}
.case_block .aboutBox ._flex {
  display: flex;
  justify-content: space-between;
}
.case_block .aboutBox ._flex figure {
  flex-basis: 40%;
  order: 1;
  margin-left: 3rem;
}
.case_block .aboutBox ._flex p {
  flex-basis: 60%;
  font-size: 1.1em;
  line-height: 1.8;
}
.case_block .contentBox {
  margin: 5rem auto;
  max-width: 1100px;
}
.case_block .contentBox ._flex {
  display: flex;
  justify-content: space-between;
}
.case_block .contentBox ._flex + ._flex {
  margin-top: 4rem;
}
.case_block .contentBox ._flex .txt {}
.case_block .contentBox ._flex .txt h2 {
  border-bottom: 2px solid;
  color: #C00000;
  font-size: 1.6em;
  line-height: 1.3;
  margin-bottom: 1.5rem;
  padding: 0 0 .5rem;
}
.case_block .contentBox ._flex .txt h3 {
  color: #0070C0;
  font-size: 1.2em;
  line-height: 1.3;
  margin-bottom: 1rem;
}
.case_block .contentBox ._flex .txt p {
  line-height: 1.6;
  margin: .5em 0;
}
.case_block .contentBox ._flex figure {
  flex: 0 0 35%;
  margin-left: 4rem;
}
.case_block .contentBox ._flex figure img {
  width: 100%;
  vertical-align: bottom;
}
.case_block .contentBox ._flex figure figcaption {
  font-size: .9em;
  margin-top: 1rem;
  text-align: center;
}
.case_block .contentBox ._flex figure.osimachan {
  flex-basis: 250px;
}
/*---------------------------------

  ユーザーの声

---------------------------------*/
.voice_block {
  margin: 150px auto 50px;
}
.voice_block .wrap {
  margin: 0 auto;
  max-width: 1100px;
  width: 90%;
}
.voice_block .wrap h2 {
  font-size: 2em;
  text-align: center;
  line-height: 1;
  margin-bottom: 50px;
}
.voice_block .wrap .voiceBox {}
.voice_block .wrap .voiceBox ._item {
  background: #FFF4EB;
  border-radius: 1rem;
  display: flex;
  align-items: flex-end;
  margin: 2rem 0;
}
.voice_block .wrap .voiceBox ._item figure {
  flex: 0 0 150px;
  order: -1;
}
.voice_block .wrap .voiceBox ._item ._txt {
  padding: 20px 30px;
}
.voice_block .wrap .voiceBox ._item ._txt p:first-child {
  font-size: 1.2em;
  line-height: 1.5;
}
.voice_block .wrap .voiceBox ._item ._txt p span {
  color: #E97132;
  font-weight: 500;
}
.voice_block .wrap .voiceBox ._item ._txt p + p {
  margin-top: 1rem;
}
.voice_block .wrap .voiceBox ._item:nth-child(even) {
  background: #EEF5FD;
}
.voice_block .wrap .voiceBox ._item:nth-child(even) ._txt p span {
  color: #153D63;
}
/*---------------------------------

  footer

---------------------------------*/
footer {
  text-align: center;
  font-size: 12px;
  background: #286499;
  color: #fff;
  padding: 20px;
}
/*---------------------------------

	pagetop

---------------------------------*/
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
#page-top a {
  background: #8BC4BD;
  text-decoration: none;
  color: #fff;
  width: 50px;
  height: 50px;
  text-align: center;
  display: block;
  border-radius: 50%;
  position: relative;
}
#page-top a .arrow {
  display: block;
}
#page-top a .arrow::before {
  content: '';
  width: 10px;
  height: 6px;
  background: url("../images/pagetop_arrow.svg") no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: all .3s;
}
#page-top a:hover {
  opacity: 1;
  text-decoration: none;
  background: #5FADA4;
}
#page-top a:hover .arrow::before {
  top: -10px;
}