@charset "UTF-8";
/* ========================================
  font
======================================== */
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;

  src: url(font/NotoSansJP-Regular.woff) format("woff"), url(font/NotoSansJP-Regular.otf) format("opentype");
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;

  src: url(font/NotoSansJP-Medium.woff) format("woff"), url(font/NotoSansJP-Medium.otf) format("opentype");
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;

  src: url(font/NotoSansJP-Bold.woff) format("woff"), url(font/NotoSansJP-Bold.otf) format("opentype");
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 900;

  src: url(font/NotoSansJP-Black.woff) format("woff"), url(font/NotoSansJP-Black.otf) format("opentype");
}

/* ========================================
  common
======================================== */
body {
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
  animation: fadeIn 1s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

html, body {
  font-family: "Helvetica Neue", Helvetica, Arial, "Noto Sans JP", sans-serif;
}

.mr0 {
  margin-right: 0 !important;
}

/* ========================================
  General
======================================== */
@media screen and (min-width: 951px) {
  .v-sp02 {
    display: none;
  }
}

@media screen and (max-width: 950px) {
  .v-pc02 {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .v-sp {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  body, html {
    overflow-x: hidden;
  }
  .v-pc {
    display: none !important;
  }
}

/* ========================================
  module
======================================== */
/* 見出し */
/* ボタン */
.float-btn {
  position: fixed;
  bottom: -66px;
  left: 50%;
  z-index: 100;
  display: -webkit-flex;
  display: flex;
  width: 570px;
  height: 66px;
  font-size: 23px;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 1.6px;
  background: #496fa7;
  border-radius: 33px;
  -webkit-transition: .3s;
  transition: 0.3s; 
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);

  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.float-btn:hover {
  color: #ffffff;
  text-decoration: none;
}
.float-btn.appear {
  bottom: 20px;
}

@media screen and (min-width: 768px) {
  .float-btn:hover {
    background: #13366a;
  }
  .float-btn:hover .btn_icn {
    right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .float-btn {
    bottom: -60px;
    left: 0;
    display: none; 
    width: 100%;
    height: 56px;
    font-size: 16px;
    letter-spacing: 1px;
    border-radius: 0;
    -webkit-transform: none;
    transform: none;
  }
  .float-btn.appear {
    bottom: 0;
  }
}

.filter {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  display: none; 
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.registration-btn02 {
  position: relative;
  position: relative;
  top: -55px; 
  display: -webkit-flex;
  display: flex;
  width: 460px;
  height: 76px;
  box-sizing: border-box;
  margin: 0 auto;
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 1px;
  background: #496fa7;
  border-radius: 54px;

  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media screen and (max-width: 1200px) {
  .registration-btn02 {
    top: 0px;
  }
}

@media screen and (max-width: 1040px) {
  .registration-btn02 {
    top: -50px;
  }
}

@media screen and (max-width: 950px) {
  .registration-btn02 {
    position: relative;
    width: 80%;
    max-width: 68%;
    height: 56px; 
    box-sizing: border-box;
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 2px;
    border-radius: 33px;
  }
}

.registration-btn02:hover, .registration-btn03:hover {
  color: #ffffff;
  text-decoration: none;
}

.registration-btn03 {
  position: relative;
  display: -webkit-flex;
  display: flex;
  width: 400px;
  height: 70px;
  box-sizing: border-box; 
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 2px;
  border-radius: 54px;

  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.registration-btn03.color-blue01 {
  background: #496fa7;
}

.registration-btn03 .btn_icn {
  right: 32px;
}

.btn_icn {
  position: absolute;
  top: 50%;
  right: 52px;
  display: block;
  width: 8px;
  height: 10px;
  margin-top: -5px;
  content: "";
  border-radius: 20px;
  -webkit-transition: right 0.2s ease;
  -o-transition: right 0.2s ease;
  transition: right 0.2s ease;
}

.btn_icn:after {
  position: absolute;
  top: 50%;
  right: 50%;
  width: 10px;
  height: 12px;
  margin-top: -6px;
  content: "";
  background: url("../img/pc/icon_arrow_01.svg") no-repeat right center;
  background-size: 100% 100%;
  -webkit-transition: right 0.2s ease;
  -o-transition: right 0.2s ease;
  transition: right 0.2s ease;
}

@media screen and (min-width: 951px) {
  .registration-btn02:hover .btn_icn:after {
    right: -6px;
  }
  .registration-btn03:hover .btn_icn:after {
    right: 0;
  }
  .registration-btn02:hover, .registration-btn03:hover {
    background: #13366a;
  }
}

@media screen and (max-width: 950px) {
  .registration-btn03 {
    position: relative;
    width: 84%;
    max-width: 660px;
    box-sizing: border-box; 
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 2px;
    border-radius: 33px;
  }
  .registration-btn03 {
    height: 60px; 
    margin: 0 auto;
  }
  .btn_icn {
    right: 31px;
  }
  .btn_icn:after {
    right: -15px; 
    width: 8px;
    height: 8px;
    margin-top: -4px;
  }
}

@media screen and (max-width: 400px) {
  .registration-btn02 {
    font-size: 15px;
    letter-spacing: 0.9px;
  }
  .registration-btn03 {
    font-size: 14px;
    letter-spacing: 0.7px;
  }
  .registration-btn02 span {
    left: 20px;
  }
}

/* ========================================
  header
======================================== */
#header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%; 
  padding-top: 25px;
}
#header .header-inner {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  max-width: 1200px;
  box-sizing: border-box;
  padding: 0 20px;
  margin: 0 auto;

  -webkit-align-items: center;
  align-items: center;
}
#header .logo img {
  width: 141px;
  height: auto;
}
#header .header-contact {
  display: none;
}
#header #gnav {
  display: -webkit-flex;
  display: flex;
  width: calc(100% - 141px);
  box-sizing: border-box;
  padding-left: 50px; 

  -webkit-align-items: center;
  align-items: center;
}
#header #gnav .gnav-contact {
  margin-left: auto;
}
#header #gnav .gnav-contact a {
  display: -webkit-flex;
  display: flex;
  width: 166px;
  height: 42px;
  font-size: 14px;
  font-weight: bold;
  color: #496fa7;
  border: 1px solid #496fa7; 
  border-radius: 21px;

  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
#header #gnav .gnav-contact a:hover {
  text-decoration: none;
}

@media screen and (max-width: 950px) {
  #header {
    padding-top: 15px;
  }
  #header .header-inner {
    padding: 0 20px;
  }
  #header .logo {
    position: relative;
    z-index: 100;
    margin-right: auto;
  }
  #header .logo img {
    width: 98px;
  }
  #header .header-contact {
    display: -webkit-flex;
    display: flex;
    width: 110px;
    height: 28px;
    margin-right: 20px;
    font-size: 11px;
    font-weight: bold;
    color: #0f3264;
    background: #ffffff;
    border-radius: 14px; 

    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  #header .header-contact:hover {
    text-decoration: none;
  }
  #header #gnav {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  #header #gnav .gnav-contact a:hover {
    color: #ffffff;
    background: #496fa7;
  }
}

/* ========================================
  footer
======================================== */
#footer {
  padding: 20px 30px;
  text-align: center;
}
#footer .copyright {
  font-size: 13px;
  color: #787878;
}

@media screen and (max-width: 950px) {
  #footer {
    padding: 15px 30px;
  }
  #footer .copyright {
    display: inline-block;
    font-size: 9px;
    line-height: 1.7;
  }
}

/* ========================================
  mv
======================================== */
.mv {
  background: url(../img/pc/mv_bg.png) repeat-x left center;
  background-size: 100% 100%;
}
.mv .mv-inner {
  display: -webkit-flex;
  display: flex;
  max-width: 1200px;
  padding-top: 160px;
  margin: 0 auto;
  animation: fadeCap01 1.6s ease; 

  -webkit-justify-content: center;
  justify-content: center;
}
.mv .mv-inner .mv-copy {
  position: relative;
  right: -35px; 
  text-align: center;
}
.mv .mv-inner .mv-slider-list {
  position: relative;
  top: -10px;
  width: 100%; 
  max-width: 660px;
  background: url(../img/pc/mv_pc.png) no-repeat;
  background-position: top right;
  background-size: 660px auto;
}
.mv .mv-inner .mv-slider-list:before {
  position: absolute;
  top: -20px;
  right: 0;
  z-index: 10; 
  display: block;
  width: 176px;
  height: 176px;
  content: "";
  background: url(../img/pc/mv_cap.svg) no-repeat;
  background-size: 176px 176px;
}
.mv .mv-lead {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 900;
  color: #08295f;
  letter-spacing: -0.2px;
}
.mv .mv-ttl {
  margin-bottom: 10px;
  margin-left: -13px; 
  font-size: 51px;
  font-weight: 900;
  line-height: 1.4;
  color: #08295f;
  letter-spacing: 1.3px;
}
.mv .mv-unit {
  max-width: 364px;
  margin: 0 auto 13px;
}
.mv .mv-subttl {
  max-width: 356px;
  margin: 0 auto 14px;
}
.mv .mv-txt {
  margin-bottom: 30px; 
  font-size: 10px;
  font-weight: 400;
  color: #08295f;
  letter-spacing: 0.2px;
}
.mv .mv-logo {
  max-width: 267px;
  margin: 0 auto;
}

@keyframes fadeCap01 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media screen and (min-width: 1201px) {
  .mv {
    height: 770px;
  }
}

@media screen and (max-width: 1200px) {
  .mv .mv-inner {
    padding: 140px 15px 0;
  }
  .mv .mv-inner .mv-copy {
    right: -15px;
  }
  .mv .mv-inner .mv-slider-list {
    top: -15px; 
    max-width: 530px;
    background-size: 530px auto;
  }
  .mv .mv-inner .mv-slider-list:before {
    width: 136px;
    height: 136px; 
    background-size: 136px 136px;
  }
}

@media screen and (min-width: 1041px) and (max-width: 1200px) {
  .mv .mv-lead {
    font-size: 15px;
  }
  .mv .mv-ttl {
    font-size: 48px;
  }
  .mv .mv-unit {
    max-width: 300px;
  }
  .mv .mv-subttl {
    max-width: 290px;
  }
}

@media screen and (max-width: 1040px) {
  .mv .mv-inner {
    display: block;
    padding-top: 100px;
  }
  .mv .mv-inner .mv-slider-list {
    left: -40px; 
    max-width: 660px;
    margin: 40px auto 0;
    background-size: 660px auto;
  }
  .mv .mv-inner .mv-slider-list:before {
    width: 18vw;
    height: 18vw; 
    background-size: 18vw 18vw;
  }
  .mv .mv-subttl {
    margin-bottom: 18px;
  }
  .mv .mv-txt {
    margin-bottom: 20px; 
    font-size: 13px;
  }
  .mv .mv-logo {
    max-width: 300px;
  }
}

@media screen and (max-width: 950px) {
  .mv .mv-inner .mv-copy {
    right: 0;
  }
  .mv .mv-inner02 {
    padding-top: 140px;
  }
  .mv .mv-lead {
    margin-bottom: 3px; 
    font-size: 18px;
  }
  .mv .mv-box {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .mv .mv-inner {
    padding-top: 80px;
  }
  .mv .mv-inner .mv-slider-list {
    left: -25px;
    max-width: 450px;
    margin-top: 55px; 
    background-size: 100% auto;
  }
  .mv .mv-inner .mv-slider-list:before {
    top: -30px;
    right: -25px;
    width: 64%;
    max-width: 180px;
    height: 64%;
    max-height: 180px; 
    background-position: 60px 0px;
    background-size: 64% 64%;
  }
  .mv .mv-lead {
    margin-bottom: 8px; 
    font-size: 10px;
  }
  .mv .mv-ttl {
    margin-bottom: 9px;
    margin-left: 0; 
    font-size: 36px;
    line-height: 1.12;
    letter-spacing: -0.8px;
  }
  .mv .mv-unit {
    max-width: 232px;
    margin-bottom: 8px;
  }
  .mv .mv-subttl {
    max-width: 232px;
    margin-bottom: 18px;
  }
  .mv .mv-txt {
    font-size: 11px;
    line-height: 1.64;
  }
  .mv .mv-logo {
    max-width: 250px;
  }
}

@media screen and (min-width: 600px) {
  .mv .mv-txt br {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  .mv .mv-inner .mv-slider-list:before {
    background-position: 65px 0px;
  }
}

/* ========================================
  campaign-block
======================================== */
.campaign-block {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  max-width: 1240px;
  box-sizing: border-box;
  padding: 0 20px;
  margin: 0 auto;
}
.campaign-block .campaign-box {
  position: relative; 
  width: 100%;
  max-width: 1200px;
  box-sizing: border-box;
  padding: 52px 70px 55px;
  margin: 0 auto;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12);
}
.campaign-block .campaign-box:before {
  position: absolute;
  top: -58px;
  right: 45px;
  z-index: 10;
  display: block;
  width: 150px;
  height: 150px;
  content: "";
  background: url(../img/pc/mv_cap02.svg) no-repeat;
  background-size: 150px 150px;
}
.campaign-block .campaign-ttl {
  font-size: 26px;
  font-weight: 900;
  color: #cc0001;
  text-align: center;
  letter-spacing: 1px;
}
.campaign-block .campaign-lead {
  margin-top: 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8; 
  color: #cc0001;
  text-align: center;
}
.campaign-block .campaign-lead + h3 {
  padding-top: 35px;
  padding-bottom: 25px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.7px;
}
.campaign-block .campaign-sitelist {
  display: -webkit-flex;
  display: flex;

  -webkit-justify-content: center;
  justify-content: center;
}
.campaign-block .campaign-sitelist li {
  padding: 12px 23px;
  margin: 0 0.3em;
  font-size: 15px;
  font-weight: 700;
  color: #cc0001;
  letter-spacing: 0.5px; 
  background: #fccbc7;
  border-radius: 5px;
}
.campaign-block .campaign-note {
  padding-top: 15px; 
  color: #5e5e5e;
  text-align: center;
}
.campaign-block .price-tb {
  width: 100%; 
  margin: 40px auto 28px;
  table-layout: fixed;
}
.campaign-block .price-tb.tb02 {
  margin-bottom: 0;
}
.campaign-block .price-tb thead tr th {
  padding: 7px 16px 17px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  color: #cc0001;
  text-align: center;
  letter-spacing: 0;
  vertical-align: middle; 
  border-bottom: 1px solid #d3d3d3;
}
.campaign-block .price-tb thead tr th:first-child {
  width: 16.5%;
}
.campaign-block .price-tb thead tr th:not(:first-child) {
  border-left: 1px solid #d3d3d3;
}
.campaign-block .price-tb thead tr th span {
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1; 
  letter-spacing: -0.1px;
}
.campaign-block .price-tb thead tr th span.num {
  padding: 0 1px;
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  font-weight: 500;
}
.campaign-block .price-tb thead tr th small {
  display: inline-block; 
  padding-left: 1px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.campaign-block .price-tb tbody tr th {
  width: 100px; 
  padding: 12px 13px 12px 5px;
  font-size: 15px;
  line-height: 1.6;
  color: #4e4e4e;
  letter-spacing: -0.3px;
  vertical-align: middle;
  border-bottom: 1px solid #d3d3d3;
}
.campaign-block .price-tb tbody tr td {
  padding: 12px 13px;
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic", "メイリオ"; 
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: #4e4e4e;
  text-align: center;
  letter-spacing: 0.8px;
  vertical-align: middle;
  border-bottom: 1px solid #d3d3d3;
  border-left: 1px solid #d3d3d3;
}
.campaign-block .info {
  color: #cc0001;
  text-align: left;
}
.campaign-block .info li {
  font-size: 15px;
  font-weight: 900;
  line-height: 1.6;
}
.campaign-block .info li + li {
  margin-top: 7px;
}
.campaign-block .info li span {
  font-weight: 400;
}
.campaign-block .note {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.76;
  color: #6e6e6e;
  text-align: left;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 1200px) {
  .campaign-block {
    margin: 70px auto 0;
  }
  .campaign-block .campaign-box {
    padding: 40px 50px 45px;
  }
  .campaign-block .campaign-lead {
    padding: 0 30px;
  }
  .campaign-block .campaign-list {
    margin-top: 30px;
  }
  .campaign-block .campaign-list li .image span {
    display: block;
    margin: 15px 0 0;
  }
}

@media screen and (max-width: 1040px) {
  .campaign-block {
    margin: 0 auto 0;
  }
  .campaign-block .campaign-list li {
    padding: 0 30px;
  }
}

@media screen and (max-width: 950px) {
  .campaign-block .campaign-ttl {
    font-size: 23px;
  }
  .campaign-block .campaign-lead {
    font-size: 14px;
    line-height: 1.6;
  }
  .campaign-block .campaign-lead br {
    display: none;
  }
  .campaign-block .campaign-lead + h3 {
    padding-bottom: 15px; 
    font-size: 14px;
  }
  .campaign-block .campaign-sitelist li {
    padding: 10px 20px;
    margin: 0 0.2em;
    font-size: 14px;
    border-radius: 4px;
  }
  .campaign-block .campaign-note {
    padding-top: 11px; 
    font-size: 12px;
  }
  .campaign-block .price-tb {
    width: 100%;
    margin: 35px auto 15px;
  }
  .campaign-block .price-tb thead tr th {
    padding: 0 8px 10px;
    font-size: 16px;
    vertical-align: middle;
  }
  .campaign-block .price-tb thead tr th span {
    margin-bottom: 0px;
    font-size: 11px;
    line-height: 1.38;
  }
  .campaign-block .price-tb thead tr th span.num {
    font-size: 24px;
  }
  .campaign-block .price-tb thead tr th span.name {
    display: block;
  }
  .campaign-block .price-tb thead tr th small {
    font-size: 10px;
  }
  .campaign-block .price-tb thead tr th small span {
    padding-right: 2px; 
    font-size: 17px;
  }
  .campaign-block .price-tb tbody tr th {
    font-size: 11px;
  }
  .campaign-block .price-tb tbody tr td {
    padding-right: 6px; 
    padding-left: 6px;
    font-size: 11px;
  }
  .campaign-block .price-tb-desc {
    width: 100%;
    margin: 0 auto;
  }
  .campaign-block .price-tb-desc li {
    font-size: 13px;
  }
  .campaign-block .note {
    font-size: 11px;
    line-height: 1.64;
  }
}

@media screen and (min-width: 768px) {
  .campaign-block .campaign-list li .campaign-link:hover {
    border-bottom: 1px solid #ffffff;
  }
  .campaign-block .price-tb-desc {
    display: -webkit-flex;
    display: flex;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .campaign-block .price-tb-desc .desc-left {
    width: 54%;
    padding-right: 2%;
  }
  .campaign-block .price-tb-desc .desc-right {
    width: 44%;
  }
}

@media screen and (max-width: 767px) {
  .campaign-block {
    margin: -10px auto 0;
  }
  .campaign-block .campaign-box {
    padding: 35px 20px 35px;
  }
  .campaign-block .campaign-ttl {
    font-size: 20px;
  }
  .campaign-block .campaign-lead {
    padding: 0;
    margin-top: 15px;
    font-size: 13px;
    line-height: 1.64;
  }
  .campaign-block .campaign-lead + h3 {
    padding-top: 30px;
  }
  .campaign-block .campaign-sitelist li {
    padding: 8px 9px;
    font-size: 10px;
    letter-spacing: -0.2px;
    white-space: nowrap; 
    border-radius: 3px;
  }
  .campaign-block .campaign-note {
    font-size: 10px;
  }
  .campaign-block .info {
    margin-bottom: 11px;
  }
  .campaign-block .info li + li {
    margin-top: 4px;
  }
  .campaign-block .note {
    letter-spacing: 0.2px;
  }
  .campaign-block .price-tb {
    margin-top: 25px;
  }
  .campaign-block .price-tb thead tr th {
    padding-right: 5px; 
    padding-left: 5px;
  }
  .campaign-block .price-tb thead tr th:first-child {
    width: auto;
  }
  .campaign-block .price-tb tbody tr th {
    padding: 10px 13px 10px 5px;
  }
  .campaign-block .price-tb tbody tr td {
    padding: 10px 13px 10px;
  }
}

@media screen and (max-width: 560px) {
  .campaign-block .campaign-list li .image {
    max-width: 100%; 
    padding: 0;
  }
}

/* ========================================
  user-block
======================================== */
.user-block {
  padding: 80px 0 55px;
  text-align: center;
}
.user-block .user-ttl {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
  color: #444444;
  letter-spacing: 0.6px;
}
.user-block .user-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1240px;
  box-sizing: border-box;
  padding: 0 20px;
  margin: 0 auto; 

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.user-block .user-list li {
  width: 12.5%;
}
.user-block .user-list li:not(:first-child) {
  padding-left: 1.7rem;
}
.user-block .user-list li img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 950px) {
  .user-block {
    padding: 60px 0 50px;
  }
  .user-block .user-ttl {
    margin-bottom: 10px; 
    font-size: 14px;
  }
  .user-block .user-list li:not(:first-child) {
    padding-left: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .user-block {
    padding: 40px 0 30px;
  }
  .user-block .user-list {
    max-width: 580px; 

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .user-block .user-list li {
    width: 25%;
  }
  .user-block .user-list li:nth-child(5) {
    padding-left: 0;
  }
  .user-block .user-ttl {
    padding-right: 20px;
    padding-left: 20px;
    line-height: 1.56;
    letter-spacing: 0.4px;
  }
}

/* ========================================
  trouble-block
======================================== */
.trouble-block {
  position: relative; 
  padding: 60px 0 75px;
  background-color: #efefef;
}
.trouble-block:after {
  position: absolute;
  top: 100%;
  left: 50%;
  display: block;
  margin-left: -75px; 
  content: "";
  border-color: #efefef transparent;
  border-style: solid;
  border-width: 56px 75px 0;
}
.trouble-block .trouble-ttl {
  margin-bottom: 40px; 
  font-size: 30px;
  font-weight: 700;
  color: #496fa7;
  text-align: center;
}
.trouble-block .trouble-list {
  display: -webkit-flex;
  display: flex; 
  width: 100%;
  max-width: 1240px;
  box-sizing: border-box;
  padding: 0 20px;
  margin: 0 auto;
}
.trouble-block .trouble-list li {
  width: 31.7%;
  max-width: 380px;
  box-sizing: border-box;
  padding: 40px 3.1% 55px;
  margin-right: auto;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}
.trouble-block .trouble-list li:last-child {
  margin-right: 0;
}
.trouble-block .trouble-list li i {
  display: block;
  max-width: 72px; 
  margin-bottom: 15px;
}
.trouble-block .trouble-list li i img {
  width: 100%;
}
.trouble-block .trouble-list li h3 {
  margin-bottom: 15px; 
  font-size: 19px;
  font-weight: bold;
  line-height: 1.54;
  color: #444444;
}
.trouble-block .trouble-list li p {
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  color: #8f8f8f;
}

@media screen and (max-width: 950px) {
  .trouble-block {
    padding: 45px 0;
  }
  .trouble-block:after {
    margin-left: -47px; 
    border-width: 36px 47px 0;
  }
  .trouble-block .trouble-ttl {
    margin-bottom: 25px; 
    font-size: 20px;
  }
  .trouble-block .trouble-list li {
    max-width: 380px;
    padding: 35px 3.333% 45px;
  }
  .trouble-block .trouble-list li i img {
    width: 51px;
    height: auto;
  }
  .trouble-block .trouble-list li h3 {
    margin-bottom: 12px; 
    font-size: 18px;
    line-height: 26px;
  }
  .trouble-block .trouble-list li p {
    font-size: 14px;
    line-height: 20px;
  }
}

@media screen and (max-width: 767px) {
  .trouble-block {
    padding: 35px 0 45px;
  }
  .trouble-block .trouble-list {
    display: block;
  }
  .trouble-block .trouble-list li {
    width: 100%;
    max-width: none;
    padding: 25px 30px 30px;
    margin: 0 0 20px;
  }
  .trouble-block .trouble-list li:last-child {
    margin-bottom: 0;
  }
  .trouble-block .trouble-list li:last-child h3 {
    margin-bottom: 0;
  }
  .trouble-block .trouble-ttl {
    font-size: 19px;
  }
}

/* ========================================
  solution-block
======================================== */
.solution-block {
  padding: 130px 0 100px;
}
.solution-block .solution-ttl {
  margin-bottom: 75px; 
  font-size: 50px;
  font-weight: bold;
  line-height: 1;
  color: #444444;
  text-align: center;
}
.solution-block .solution-ttl img {
  position: relative;
  top: -3px; 
  width: 260px;
  height: auto;
}
.solution-block .solution-list {
  width: 100%;
  max-width: 1240px;
  box-sizing: border-box;
  padding: 0 20px;
  margin: 0 auto;
}
.solution-block .solution-list li {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 70px; 

  -webkit-align-items: center;
  align-items: center;
}
.solution-block .solution-list li:first-child .solution-img {
  padding-left: 15px;
}
.solution-block .solution-list li:first-child .solution-img img {
  width: 90%;
  max-width: 490px;
  height: auto;
}
.solution-block .solution-list li:nth-child(2) {
  margin-bottom: 110px; 
  flex-direction: row-reverse;

  -webkit-flex-direction: row-reverse;
}
.solution-block .solution-list li:nth-child(2) .solution-img {
  padding-right: 80px; 
  text-align: right;
}
.solution-block .solution-list li:nth-child(2) .solution-img img {
  width: 86%;
  max-width: 520px;
  height: auto;
}
.solution-block .solution-list li:nth-child(3) {
  margin-bottom: 0;
}
.solution-block .solution-list li:nth-child(3) .solution-img {
  padding-left: 30px;
}
.solution-block .solution-list li:nth-child(3) .solution-img img {
  width: 80%;
  max-width: 430px;
  height: auto;
}
.solution-block .solution-img {
  width: 50%;
  box-sizing: border-box;
}
.solution-block .solution-txt {
  width: 50%;
}
.solution-block .solution-txt h3 {
  margin-bottom: 22px; 
  font-size: 27px;
  font-weight: 500;
  line-height: 1.56;
  color: #444444;
}
.solution-block .solution-txt p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.88;
  color: #747474;
}
.solution-block .solution-txt p.lt {
  margin: 35px 0 35px;
}
.solution-block .solution-txt p em {
  font-weight: 400; 
  color: #113568;
}
.solution-block .solution-txt a {
  margin-top: 20px;
}

@media screen and (max-width: 1200px) {
  .solution-block .solution-list li:nth-child(2) .solution-img {
    padding-right: 40px;
  }
}

@media screen and (max-width: 950px) {
  .solution-block {
    padding: 70px 0 80px;
  }
  .solution-block .solution-ttl {
    margin-bottom: 50px; 
    font-size: 27px;
  }
  .solution-block .solution-ttl img {
    top: -3px; 
    width: 144px;
  }
  .solution-block .solution-list li {
    margin-bottom: 50px;
  }
  .solution-block .solution-list li:nth-child(2) {
    margin-bottom: 70px;
  }
  .solution-block .solution-list li:first-child .solution-txt h3 br {
    display: none;
  }
  .solution-block .solution-txt h3 {
    margin-bottom: 11px; 
    font-size: 20px;
    line-height: 1.48;
  }
  .solution-block .solution-txt p {
    font-size: 13px;
    line-height: 1.78;
  }
  .solution-block .solution-txt p.lt {
    margin: 25px 0;
  }
}

@media screen and (max-width: 767px) {
  .solution-block {
    padding-bottom: 35px;
  }
  .solution-block .solution-list li {
    display: block;
  }
  .solution-block .solution-list li:first-child .solution-img {
    padding-left: 0;
  }
  .solution-block .solution-list li:first-child .solution-img img {
    width: 100%;
    max-width: 500px;
  }
  .solution-block .solution-list li:nth-child(2) {
    margin-bottom: 50px;
  }
  .solution-block .solution-list li:nth-child(2) .solution-img {
    padding-right: 0; 
    text-align: center;
  }
  .solution-block .solution-list li:nth-child(2) .solution-img img {
    width: 100%;
    max-width: 500px;
  }
  .solution-block .solution-list li:last-child .solution-img {
    padding-left: 0;
  }
  .solution-block .solution-list li:last-child .solution-img img {
    width: 100%;
    max-width: 500px;
  }
  .solution-block .solution-img {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
    text-align: center;
  }
  .solution-block .solution-txt {
    width: 100%;
  }
}

/* ========================================
  category-block
======================================== */
.category-block {
  position: relative;
}
.category-block .category-bg-wp {
  position: relative;
  height: 700px;
  overflow: hidden;
}
.category-block .category-bg02 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; 
  margin-top: -8%;
}
.category-block .category-bg02 picture {
  width: 100%;
  height: auto;
}
.category-block .category-bg02 picture img {
  width: 100%;
  max-width: 120%;
}
.category-block .category-box {
  position: relative; 
  width: 100%;
  max-width: 1200px;
  box-sizing: border-box;
  padding: 65px 0 75px;
  margin: -120px auto 0;
  background-color: #ffffff;
  border-radius: 10px;
}
.category-block .category-ttl {
  max-height: 100%; 
  margin-bottom: 68px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  color: #444444;
  text-align: center;
}
.category-block .category-ttl img {
  position: relative;
  top: -2px;
  width: 150px;
  height: auto;
  margin-right: 2px;
}
.category-block .category-list {
  display: -webkit-flex;
  display: flex;
  max-width: 1170px;
  padding: 0 70px;
  margin: 0 auto;
}
.category-block .category-list li {
  width: 33.033%;
  padding: 0 1.5%; 
  text-align: left;
}
.category-block .category-list li:last-child {
  width: 34.433%;
}
.category-block .category-list li:last-child i img {
  width: 90px;
}
.category-block .category-list li .text {
  max-width: 290px; 
  padding: 0;
  margin-top: 22px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  color: #6e6e6e;
  letter-spacing: 0.5px;
}
.category-block .desc {
  display: -webkit-flex;
  display: flex;
}
.category-block .desc h3 {
  margin-bottom: 11px;
  font-size: 17px;
  font-weight: 700;
  color: #113568;
  letter-spacing: 0px;
}
.category-block .desc i img {
  width: 75px;
  height: auto;
}
.category-block .desc .info {
  margin-left: 22px;
}
.category-block .desc span {
  display: block;
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 500; 
  line-height: 1;
  color: #6e6e6e;
  letter-spacing: 0.6px;
}
.category-block .desc .price {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: #113568; 
  letter-spacing: -0.4px;
}
.category-block .desc .price small {
  margin-left: 2px; 
  font-size: 14px;
  font-weight: 900;
}
.category-block .desc .price span {
  display: block;
  margin: 5px 0 0 -5px;
  font-size: 11px;
  font-weight: 700;
  color: #113568;
  letter-spacing: 0.2px;
}

@media screen and (max-width: 1600px) {
  .category-block .category-bg-wp {
    height: 600px;
  }
  .category-block .category-bg02 picture img {
    width: 120%;
    margin-left: -10%;
  }
}

@media screen and (max-width: 1200px) {
  .category-block .category-list {
    padding: 0 30px;
  }
  .category-block .category-list li {
    padding: 0 1.3%;
  }
  .category-block .category-list li:last-child i img {
    width: 76px;
  }
  .category-block .category-list li .text {
    padding: 0;
    margin-top: 20px; 
    font-size: 13px;
  }
  .category-block .category-box {
    width: calc(100% - 40px);
    max-width: 980px;
    margin: -70px auto 0;
  }
  .category-block .category-bg-wp {
    height: 500px;
  }
  .category-block .desc h3 {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.36;
  }
  .category-block .desc .info {
    margin-left: 18px;
  }
  .category-block .desc i img {
    width: 60px;
  }
  .category-block .desc span {
    margin-bottom: 6px; 
    font-size: 11px;
  }
  .category-block .desc .price {
    font-size: 18px;
  }
  .category-block .desc .price small {
    font-size: 12px;
  }
  .category-block .desc .price span {
    margin: 5px 0 0 -4px;
  }
}

@media screen and (min-width: 951px) {
  .category-block .info .text {
    display: none;
  }
}

@media screen and (max-width: 950px) {
  .category-block .category-bg-wp {
    height: 400px;
  }
  .category-block .category-bg02 {
    height: 32vh;
  }
  .category-block .category-bg02 picture img {
    width: 110%;
    margin-left: -1%;
  }
  .category-block .category-box {
    padding: 40px 0 55px;
  }
  .category-block .category-ttl {
    margin-bottom: 28px; 
    font-size: 24px;
  }
  .category-block .category-ttl img {
    width: 130px;
  }
  .category-block .category-list {
    padding: 0;
    padding: 0;
    margin: 0 auto;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .category-block .category-list li {
    width: 100%; 
    padding: 15px 10% 0;
  }
  .category-block .category-list li + li {
    margin-top: 12px;
  }
  .category-block .category-list li:last-child {
    width: 100%;
  }
  .category-block .category-list li:last-child i img {
    width: 70px;
    padding: 0;
  }
  .category-block .category-list li .text {
    margin: 2px 0 0;
  }
  .category-block .desc + .text {
    display: none;
  }
  .category-block .desc span {
    display: inline-block;
    font-size: 13px;
  }
  .category-block .desc h3 {
    font-size: 19px;
  }
  .category-block .desc i img {
    width: 70px;
    padding: 5px;
  }
  .category-block .desc .price {
    display: inline-block;
    font-size: 19px;
    letter-spacing: -0.2px;
  }
  .category-block .desc .price span {
    display: inline-block;
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .category-block .category-bg-wp {
    height: 32vh;
  }
  .category-block .category-bg02 {
    margin-top: -10%;
  }
  .category-block .category-box {
    width: calc(100% - 30px); 
    max-width: 620px;
    padding: 30px 0 40px;
  }
  .category-block .category-ttl {
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 1.56;
  }
  .category-block .category-ttl img {
    position: relative;
    top: -4px;
    width: 74px;
    margin-right: 0;
  }
  .category-block .category-list {
    max-width: 100%; 
    padding: 0;
  }
  .category-block .category-list li {
    padding: 10px 5% 0;
  }
  .category-block .category-list li i img {
    width: 55px;
    height: auto;
  }
  .category-block .category-list li:last-child i img {
    width: 55px;
  }
  .category-block .category-list li .text {
    font-size: 13px;
    line-height: 1.52;
  }
  .category-block .desc .info {
    width: 80%;
    margin-left: 17px;
  }
  .category-block .desc h3 {
    margin-bottom: 6px; 
    font-size: 16px;
  }
  .category-block .desc span {
    margin-bottom: 0;
    font-size: 11px;
    font-weight: 400;
  }
  .category-block .desc .price {
    font-size: 16px;
    font-size: 1.04rem;
    white-space: nowrap;
  }
  .category-block .desc .price small {
    font-size: 11px;
  }
  .category-block .desc .price span {
    font-size: 0.74rem;
  }
}

@media screen and (max-width: 500px) {
  .category-block .category-bg-wp {
    height: 320px;
  }
  .category-block .category-bg02 {
    height: 360px;
  }
  .category-block .desc span {
    display: block;
    margin-bottom: 2px;
  }
  .category-block .desc h3 {
    margin-bottom: 7px;
  }
}

/* ========================================
  voice-block
======================================== */
.voice-block {
  width: 100%;
  background: #efefef;
}
.voice-block .voice-wrap {
  max-width: 1240px;
  box-sizing: border-box;
  padding: 70px 20px 60px;
  margin: 0 auto;
}
.voice-block .voice-ttl {
  position: relative;
  width: 680px;
  margin: 0 auto 40px;
}
.voice-block .voice-ttl:before, .voice-block .voice-ttl:after {
  position: absolute;
  top: 50%;
  display: block;
  width: 30px;
  height: 3px;
  margin-top: -1px;
  content: "";
  background-color: #0e3872;
  border-radius: 2px;
  -webkit-transform: rotate(68deg);
  transform: rotate(68deg);
}
.voice-block .voice-ttl:after {
  left: 10px;
}
.voice-block .voice-ttl span {
  display: block;
  max-height: 100%;
  font-size: 24px;
  font-weight: 700;
  color: #0e3872;
  text-align: center;
  letter-spacing: 0.3px;
}
.voice-block .voice-ttl span:before, .voice-block .voice-ttl span:after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 30px;
  height: 3px;
  margin-top: -1px;
  content: "";
  background-color: #0e3872;
  border-radius: 2px;
  -webkit-transform: rotate(-68deg);
  transform: rotate(-68deg);
}
.voice-block .voice-ttl span:after {
  right: 10px;
}
.voice-block .voice-txt {
  padding-top: 25px;
}
.voice-block .voice-txt h3 {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: #444444;
}
.voice-block .voice-txt .industry {
  margin-bottom: 15px; 
  font-size: 14px;
}
.voice-block .voice-txt .info {
  font-size: 14px; 
  color: #717171;
}
.voice-block .voice-link {
  display: table;
  padding: 0 3px;
  margin: 40px auto 0;
  font-size: 14px;
  font-weight: bold;
  color: #113568;
  border-bottom: 1px solid #113568;
  -webkit-transition: .05s;
  transition: .05s;
}

@media screen and (max-width: 950px) {
  .voice-block .voice-wrap {
    padding: 43px 20px 40px;
  }
  .voice-block .voice-ttl {
    width: 336px;
    margin-bottom: 30px;
  }
  .voice-block .voice-ttl:after {
    left: 8px;
  }
  .voice-block .voice-ttl:before, .voice-block .voice-ttl:after {
    width: 32px;
    margin-top: -2px;
  }
  .voice-block .voice-ttl span {
    font-size: 17px;
    line-height: 1.3;
  }
  .voice-block .voice-ttl span:after {
    right: 8px;
  }
  .voice-block .voice-ttl span:before, .voice-block .voice-ttl span:after {
    width: 32px;
    margin-top: -2px;
  }
  .voice-block .voice-txt {
    padding-top: 20px;
  }
  .voice-block .voice-txt h3 {
    margin-bottom: 7px;
    font-size: 17px;
    line-height: 1;
  }
  .voice-block .voice-txt .industry {
    margin-bottom: 8px; 
    font-size: 12px;
  }
  .voice-block .voice-txt .info {
    line-height: 1.7;
  }
  .voice-block .voice-link {
    margin-top: 22px;
  }
}

@media screen and (min-width: 768px) {
  .voice-block .voice-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .voice-block .voice-list li {
    width: 48.8%;
  }
  .voice-block .voice-list li + li {
    margin-left: auto;
  }
  .voice-block .voice-link:hover {
    border-bottom: 1px solid #efefef;
  }
}

@media screen and (max-width: 767px) {
  .voice-block .voice-wrap {
    padding: 32px 20px 35px;
  }
  .voice-block .voice-ttl {
    width: 300px; 
    margin-bottom: 20px;
  }
  .voice-block .voice-ttl span {
    font-size: 16px;
    font-size: 0.9rem;
  }
  .voice-block .voice-ttl span:before, .voice-block .voice-ttl span:after {
    height: 2px;
  }
  .voice-block .voice-ttl:before, .voice-block .voice-ttl:after {
    height: 2px;
  }
  .voice-block .voice-list li + li {
    margin-top: 30px;
  }
}

/* ========================================
  flow-block
======================================== */
.flow-block {
  padding: 68px 0 45px;
}
.flow-block .flow-ttl {
  margin-bottom: 33px;
  font-size: 28px;
  font-weight: 700;
  color: #444444;
  text-align: center;
}
.flow-block .flow-lead {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #6e6e6e;
  text-align: center;
  letter-spacing: 0.02em;
}
.flow-block .flow-list {
  display: -webkit-box;
  display: flex;
  width: 100%;
  max-width: 1130px;
  box-sizing: border-box;
  padding: 0;
  padding: 0 20px; 
  margin: 40px auto 1em;
}
.flow-block .flow-list:after {
  display: table; 
  clear: both;
  content: "";
}
.flow-block .flow-list li {
  position: relative;
  display: inline-block;
  float: none;
  width: 33.333%; 
  margin: .4em 0 .4em 0;
  counter-increment: steps;
}
.flow-block .flow-list li:before {
  position: absolute;
  right: auto;
  left: 50%;
  z-index: 1;
  width: 39px;
  height: 39px;
  font-size: 15px;
  font-weight: bold;
  line-height: 39px;
  color: #ffffff;
  text-align: center;
  content: counter(steps);
  background-color: #113568;
  border-radius: 50%; 
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.flow-block .flow-list li:after {
  position: absolute;
  top: 19px; 
  left: 50%;
  width: calc(100% + 19px);
  height: 1px;
  margin: 0;
  content: "";
  border: 1px dashed #c3ccd9;
}
.flow-block .flow-list li:first-child .inner {
  left: 32%;
}
.flow-block .flow-list li:first-child .inner img {
  max-width: 68px;
}
.flow-block .flow-list li:nth-child(2) .inner:first-child {
  left: 25%;
}
.flow-block .flow-list li:nth-child(2) .inner:first-child img {
  max-width: 80px;
}
.flow-block .flow-list li:nth-child(2) .inner:last-child {
  left: 25%;
}
.flow-block .flow-list li:nth-child(2) .inner:last-child img {
  max-width: 72px;
}
.flow-block .flow-list li:nth-child(2) .or {
  position: relative;
  left: 25%;
  margin: 18px 0 22px; 
  margin-left: 102px;
  font-weight: bold;
  color: #0e3872;
}
.flow-block .flow-list li:last-child .inner {
  left: 20%;
}
.flow-block .flow-list li:last-child .inner img {
  max-width: 70px;
}
.flow-block .flow-list li:last-child:after {
  display: none;
}
.flow-block .inner {
  position: relative;
  display: -webkit-box;
  display: flex;
  width: 85%;
  margin-top: 65px; 

  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.flow-block .inner .desc {
  margin-left: 20px;
}
.flow-block .inner h4 {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.54;
  color: #0e3872;
  letter-spacing: 0.5px;
}
.flow-block .inner h4 span {
  display: table;
  padding: 7px 9px;
  margin-bottom: 8px; 
  clear: both;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -.3px;
  border: 1px solid #000000;
}
.flow-block .inner .txt {
  margin-top: 8px; 
  font-size: 12px;
  font-weight: 400;
  line-height: 1.56;
  color: #626262;
  text-align: left;
}
.flow-block .inner img {
  max-width: 84px;
}
.flow-block .inner .link {
  display: -webkit-flex;
  display: flex;
  width: 200px;
  height: 33px;
  box-sizing: border-box;
  margin: 0 auto;
  margin-top: 10px;
  font-size: 13px;
  font-weight: 500;
  color: #0e3872;
  letter-spacing: 0.2px;
  border: 1px solid #0e3872;
  border-radius: 50px;
  -webkit-transition: .25s;
  transition: .25s; 

  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media screen and (max-width: 1100px) {
  .flow-block {
    padding: 60px 0 45px;
  }
  .flow-block .inner {
    width: 90%;
  }
  .flow-block .flow-list {
    margin-top: 30px;
  }
  .flow-block .flow-list li:first-child .inner {
    left: 19%;
  }
  .flow-block .flow-list li:first-child .inner img {
    max-width: 56px;
  }
  .flow-block .flow-list li:nth-child(2) .inner:first-child {
    left: 14%;
  }
  .flow-block .flow-list li:nth-child(2) .inner:first-child img {
    max-width: 70px;
  }
  .flow-block .flow-list li:nth-child(2) .inner:last-child {
    left: 14%;
  }
  .flow-block .flow-list li:nth-child(2) .inner:last-child img {
    max-width: 65px;
    margin-left: 5px;
  }
  .flow-block .flow-list li:nth-child(2) .or {
    left: 14%;
    margin-left: 90px;
  }
  .flow-block .flow-list li:last-child .inner img {
    max-width: 62px;
  }
}

@media screen and (min-width: 951px) {
  .flow-block .inner .link:hover {
    color: #ffffff;
    background: #0e3872;
  }
}

@media screen and (max-width: 950px) {
  .flow-block {
    padding: 35px 0 10px;
  }
  .flow-block .inner {
    width: 79%;
    box-sizing: border-box; 
    margin-top: 0;
  }
  .flow-block .inner .desc {
    margin-left: 16px;
  }
  .flow-block .inner h4 {
    font-size: 0.82rem;
    line-height: 1.68;
    letter-spacing: 0.3px;
  }
  .flow-block .inner h4 span {
    padding: 7px 10px 6px; 
    font-size: 0.76rem;
  }
  .flow-block .inner .link {
    width: 180px;
    height: 40px;
    margin-top: 9px;
    font-size: 12px;
    letter-spacing: 0;
  }
  .flow-block .inner .txt {
    margin-top: 5px;
    font-size: 11px;
  }
  .flow-block .flow-ttl {
    margin-bottom: 14px; 
    font-size: 18px;
  }
  .flow-block .flow-lead {
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 5px; 
    font-size: 13px;
    line-height: 1.7;
  }
  .flow-block .flow-list {
    max-width: 420px;
    max-width: 88%;
    padding: 0; 
    padding-left: 30px;
    margin: 0 auto 18px;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .flow-block .flow-list li {
    width: 100%;
    margin: 2em 0 5px 0;
  }
  .flow-block .flow-list li .inner {
    left: 0 !important;
    margin-left: 57px;
  }
  .flow-block .flow-list li:before {
    top: 3%;
    left: 24px;
    width: 28px;
    height: 28px;
    font-size: 12px; 
    line-height: 28px;
  }
  .flow-block .flow-list li:after {
    top: 25px;
    left: 23px;
    width: 1px; 
    height: 130%;
  }
  .flow-block .flow-list li:first-child .inner img {
    max-width: 42px; 
    margin-right: 6px;
    margin-left: 2px;
  }
  .flow-block .flow-list li:nth-child(2) .inner:last-child {
    margin-bottom: 0;
  }
  .flow-block .flow-list li:nth-child(2) .inner:last-child img {
    max-width: 48px;
    margin-top: 3px; 
    margin-right: 0;
    margin-left: 0;
  }
  .flow-block .flow-list li:nth-child(2) .or {
    left: 15px; 
    margin: 0 0 18px 68px;
  }
  .flow-block .flow-list li:last-child .inner img {
    max-width: 44px;
    margin-top: 3px; 
    margin-right: 3px;
    margin-left: 1px;
  }
}

@media screen and (max-width: 600px) {
  .flow-block {
    padding: 33px 0 20px;
  }
  .flow-block .flow-list {
    padding-left: 0;
  }
  .flow-block .flow-list li {
    margin: 1.7em 0 0 0;
  }
}

/* ========================================
  registration-block
======================================== */
.registration-block {
  padding: 60px 0 58px;
  background-color: #f5f5f5;
}
.registration-block .registration-ttl {
  margin-bottom: 35px; 
  font-size: 25px;
  font-weight: bold;
  line-height: 1;
  color: #113568;
  text-align: center;
}
.registration-block .registration-ttl br {
  display: none;
}
.registration-block .registration-btn02 {
  top: 0;
}

@media screen and (min-width: 951px) {
  .registration-block .registration-ttl img {
    position: relative;
    top: -3px;
    width: 116px;
    height: auto;
    vertical-align: middle;
  }
}

@media screen and (max-width: 950px) {
  .registration-block {
    box-sizing: border-box; 
    padding: 25px 20px 30px;
  }
  .registration-block .registration-ttl {
    margin-bottom: 22px; 
    font-size: 15px;
    line-height: 1.5;
  }
  .registration-block .registration-ttl img {
    position: relative;
    top: -4px; 
    width: 77px;
  }
}

@media screen and (max-width: 767px) {
  .registration-block {
    padding-right: 0; 
    padding-left: 0;
  }
  .registration-block .registration-ttl {
    margin-bottom: 15px; 
    font-size: 15px;
    line-height: 1.5;
  }
  .registration-block .registration-ttl img {
    position: relative;
    top: -5px; 
    width: 77px;
  }
  .registration-block .registration-ttl br {
    display: inline;
  }
}

@media screen and (max-width: 360px) {
  .registration-btn {
    padding-left: 30px; 
    font-size: 14px;
    letter-spacing: 1px;
  }
}

/* ========================================
  JS
======================================== */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  padding: 0 0 20px;
  margin: 0;
  overflow: hidden;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  padding: 0;
  margin-right: auto;
  margin-left: auto;
}

.slick-track:before {
  display: table;
  content: "";
}

.slick-track:after {
  display: table;
  clear: both;
  content: "";
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  margin: 0;
  opacity: 0.4 !important;
}

.slick-active.slick-slide {
  opacity: 1 !important;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*** for android ***/
.mv .mv-lead, .mv .mv-txt, .user-block .user-ttl, .voice-block .voice-txt h3, .voice-block .voice-txt .industry, .voice-block .voice-txt .info, .flow-block .flow-ttl, .flow-block .flow-lead, .trouble-block .trouble-ttl, .trouble-block .trouble-list li h3, .trouble-block .trouble-list li p, .solution-block .solution-list li .solution-txt h3, .solution-block .solution-list li .solution-txt p, .registration-block .registration-ttl, .flow-block .inner h4 span {
  max-height: 100%;
}
