/* ▼サイト検索ボタンずれでコメントアウト */
/*body, div, ul, li, p {
  margin: 0;
  padding: 0;
  color: #555;
}
*/
/*p {
  margin: 0 0 1.5em;
}*/
/* ▲サイト検索ボタンずれでコメントアウト */

body {
  animation: fadeIn 1s ease 0s 1 normal;
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
a {
  color: #575757;
  transition: all .2s;
  text-decoration: none;
/*  letter-spacing: 0.02rem;*/
}
img {
  max-width: 100%;
  vertical-align: bottom;
}

p:last-child {
  margin-bottom: 0
}
p, dd, td, th, li {
  line-height: 1.7;
  letter-spacing: 0.02rem;
}
* {
  box-sizing: border-box;
  outline: none
}
::before, ::after {
  box-sizing: border-box;
}
/* ============フォントサイズ============ */
#sec01, #sec02, #sec03, #sec04, #sec05, #sec06, #sec07, #sec08 {
  font-size: 20px;
}
.bigger {
  font-size: 1.3em;
  font-weight: bold;
}
.bigger2 {
  font-size: 1.7em;
  font-weight: bold;
}
.smaller {
  font-size: 17px !important;
}
@media only screen and (max-width:1000px) {
  #sec01, #sec02, #sec03, #sec04, #sec05, #sec06, #sec07, #sec08 {
    font-size: 1.8rem;
  }
  .smaller {
    font-size: 1.5rem !important;
  }
}
@media screen and (max-width: 768px) {}
/* ============フォントカラー============ */
.black {
  color: #555 !important;
}
.white {
  color: #fff !important;
}
.blue {
  color: #4496D5 !important;
}
.blue2 {
  color: #0F5EAB;
  font-weight: bold;
}
.orange {
  color: #dd3c13;
  font-weight: bold;
}
.green {
  color: #3AAFB0 !important;
}
.purple2 {
  color: #714585;
  font-weight: bold;
}
/* ============位置============ */
.center {
  text-align: center !important
}
.left {
  text-align: left !important
}
.right {
  text-align: right !important
}
/* ============デスクトップ幅============ */
.inner {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width:1000px) {
  .inner {
    width: 90% !important;
  }
}
/* --改行-- */
.br-sp3 {
  display: none;
}
@media screen and (max-width: 768px) {
  .br-sp3 {
    display: block;
  }
}
/*==================== 見出し ===================*/
h3 {
  font-size: 32px;
  line-height: 40px;
  margin: 0 0 20px 0;
  position: relative;
}
h3 span {
  display: block;
}
h3 .h3-sub {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin: 0px;
}
h3.h3-sub2 {
  font-size: 30px;
  line-height: 40px;
  margin-top: 0px;
}
h3.h3-sub7 {
  font-size: 4.5rem;
  line-height: 50px;
  margin-top: 0px;
}
h3.h3-sub8 {
  font-size: 4.0rem;
  line-height: 50px;
  margin-top: 0px;
}
h3.h3-sub9 {
  font-size: 4.5rem;
  line-height: 20px;
  margin-top: 30px;
}
h3.h3-sub9 span {
  font-size: 2.2rem;
  line-height: 10px;
}
.h3-sub3 {
  color: #fff;
  text-align: center;
  padding: 8px !important;
  margin: 0px;
  border-radius: 30px;
  background: #FF7E00;
  width: 50%;
  font-weight: bold;
  position: relative;
  margin-bottom: 20px;
}
.h3-sub3:before { /* 吹き出し設定 */
  content: "";
  position: absolute;
  top: 100%;
  left: 20%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #FF7E00;
}
@media only screen and (max-width:1000px) {
  h3 {
    font-size: 3.3rem;
    line-height: 40px;
  }
  h3 .h3-sub {
    font-size: 2.2rem;
    line-height: 30px;
  }
  h3.h3-sub2 {
    font-size: 2.4rem;
    line-height: 30px;
  }
  .h3-sub3 {
    font-size: 2.2rem;
    line-height: 30px;
  }
}
@media only screen and (max-width:768px) {
  h3 {
    text-align: center;
    font-size: 2.0rem;
    line-height: 25px !important;
  }
  h3 .h3-sub {
    font-size: 1.5rem;
    line-height: 20px !important;
  }
  h3.h3-sub2 {
    text-align: center;
    font-size: 2.1rem;
  }
  .h3-sub3 {
    text-align: center;
    font-size: 2.1rem;
    margin: 0px auto;
    margin-bottom: 20px;
  }
  .h3-sub3:before { /* 吹き出し設定 */
    left: 50%;
  }
  h3.h3-sub7 {
    font-size: 2.2rem;
    line-height: 30px;
    margin-top: 0px;
  }
  h3.h3-sub8 {
    font-size: 2.0rem!important;
    line-height: 30px;
    margin-top: 0px;
  }
  h3.h3-sub9 {
    font-size: 2.2rem;
    line-height: 30px;
    margin-top: 0px;
  }
}
@media only screen and (max-width:640px) {}
/*==================== ボタン ===================*/
.btn-primary.center a {
  margin-left: auto;
  margin-right: auto;
}
.btn-primary a {
  font-weight: bold;
  text-align: center;
  width: 500px;
  background: #FF7727;
  border-radius: 50px;
  display: block;
  color: #FFF;
  -webkit-box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.16);
  letter-spacing: 0.05rem;
  padding: 15px;
  margin: 20px auto;
}
.btn-primary a:hover {
  opacity: 0.8;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
@media only screen and (max-width:1000px) {
  .btn-primary a {
    width: 70%;
  }
}
@media only screen and (max-width:768px) {
  .btn-primary a {
    width: 90%;
  }
}
/*==================== header ===================*/
#header {
  background: url("../image/bg_jdlai2.jpg");
  /*  background-position: 0px -140px;*/
  background-position: center -140px;
  z-index: 1;
  min-height: 400px !important;
  box-shadow: 0px 5px 5px -2.5px rgba(0, 0, 0, 0.5);
}
.topimg-sp {
  display: none;
}
@media only screen and (max-width:1600px) {
  #header {
    background-size: cover;
    background-position: bottom;
  }
  .topimg-sp {
    display: none;
  }
}
@media only screen and (max-width:1000px) {
  .topimg-sp {
    display: none;
  }
}
@media only screen and (max-width:768px) {
  #header .inner {
    display: none;
  }
  .topimg-sp {
    display: block;
  }
}
/*==================== SEC01（経営改善効果） ===================*/
#sec01 {
  margin-top: 50px;
}
.lead {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.lead div.lead-txt {
  width: 60%;
  text-align: left;
}
.lead div.lead-img {
  width: 40%;
  text-align: right !important;
}
.lead div.lead-img img {
  width: 80% !important;
  height: auto;
}
.lead2 {
  display: block;
  flex-wrap: wrap;
  align-items: stretch;
}
.lead2 div.lead-txt {
  width: 100%;
  text-align: center;
}
.lead2 div.lead-img {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.lead2 div.lead-img img {
  width: 40% !important;
  height: auto;
}
@media only screen and (max-width:768px) {
  .lead {
    display: block;
  }
  .lead div.lead-txt {
    width: auto;
    text-align: center;
  }
  .lead div.lead-img {
    width: auto;
    text-align: center !important;
    margin-top: 20px;
  }
  .lead div.lead-img img {
    width: 60% !important;
  }
  .lead2 {
    display: block;
  }
  .lead2 div.lead-txt {
    width: auto;
    text-align: left !important;
    font-size: 1.5rem;
  }
  .lead2 div.lead-img {
    width: auto;
    text-align: center !important;
    margin-top: 20px;
  }
  .lead2 div.lead-img img {
    width: 60% !important;
  }
}
/*==================== SEC02（事例） ===================*/
#sec02 {
  padding: 0px;
  position: relative;
  z-index: 0;
}
.sec02-box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; /* 折返し指定 */
  margin-bottom: 48px;
  align-items: stretch;
}
.sec02-box div {
  width: 48%;
  text-align: left;
  line-height: 30px;
  letter-spacing: 0.12rem;
  margin: 20px 10px;
  /*	background: #E4F4FF;*/
  background: #E9F6F6;
  padding: 30px;
  padding-bottom: 8.0vh;
  position: relative;
  border-radius: 0px 10px 0px 10px;
  filter: drop-shadow(2px 2px 2px rgba(195, 195, 195, 0.6));
}
.sec02-box div .fold {
  position: absolute;
  bottom: 0px;
  right: 1.8vw;
}
.sec02-box div > p {
  line-height: 28px;
  margin-bottom: 20px;
}
@media only screen and (max-width:1000px) {
  .sec02-box div {
    width: 47%;
    margin: 10px 5px 0 5px;
  }
  .sup-sub {
    width: 100%;
  }
}
@media only screen and (max-width:768px) {
  .sec02-box div {
    width: 46%;
  }
}
@media only screen and (max-width:640px) {
  .sec02-box {
    display: block;
  }
  .sec02-box div {
    width: auto;
  }
}
/*==================== SEC03（動画） ===================*/
#sec03 {
  padding: 70px 0 50px 0;
  background: #E9F6F6;
  position: relative;
  z-index: 0;
}
.sec03-box {
  display: flex;
}
.sec03-box .content {
  width: 60%;
  margin: 0 30px 0 0;
}
.speaker {
  text-align: center;
  margin-top: 20px;
}
@media only screen and (max-width:1000px) {}
@media only screen and (max-width:768px) {}
@media only screen and (max-width:640px) {
  .sec03-box {
    display: block;
  }
  .sec03-box .content {
    width: auto;
    margin-bottom: 30px;
  }
}
/*==================== SEC04（3ステップ） ===================*/
#sec04 {
  padding: 80px 0 50px 0;
}
.back-worry {
  /*	background-image: url("../image/bg05.jpg")!important;
	background-size: cover!important;*/
  background: #EDF4F9;
  padding: 50px 0 50px 0 !important;
}
.top-worry {
  width: 100%;
  padding: 0px 0;
}
.top-worry img {
  width: inherit;
  height: auto;
}
.top-worry-sp {
  display: none;
}
.howto {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; /* 折返し指定 */
  margin-bottom: 0px;
  align-items: stretch;
}
.howto .howto-box {
  background: #FFF7ED;
  position: relative;
  width: 30%;
  border-radius: 7px;
  /*  margin: 60px 15px 20px 0;*/
  margin: 0px 15px 20px 0;
  margin-bottom: 50px;
}
.howto .howto-box::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  border: 30px solid transparent;
  border-left: 15px solid #ededed;
}
.howto .ar-none::after {
  border: none !important;
  border-top: none !important;
}
.howto .ar-none:after {
  border: none !important;
  border-top: none !important;
}
.howto .howto-box .sub-title {
  background: #F06F2E;
  /*  padding: 50px 8px 8px 8px;*/
  padding: 2px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  font-size: 90%;
  letter-spacing: 0.05em;
  border-radius: 7px 7px 0px 0px;
}
.howto .howto-box .howto-box2 {
  padding: 30px 20px
}
.howto .howto-box .howto-box2 .howto-img {
  width: 100%;
  margin-right: 40px;
}
.howto .howto-box .howto-box2 .howto-img img {
  width: 100%;
  height: auto;
}
.howto .howto-box .howto-txt {
  margin: 10px 0;
  letter-spacing: 0.12rem;
  width: 100%;
  font-size: 80%;
}
.icon-step {
  text-align: center;
  position: absolute;
  top: -7.5vh;
  left: 0vw;
}
.icon-step img {
  width: 40%;
  height: auto;
}
@media only screen and (max-width:1000px) {}
@media only screen and (max-width:768px) {
  .howto .howto-box .sub-title {
    padding: 30px 8px 8px 8px;
  }
}
@media only screen and (max-width:640px) {
  .top-worry-sp {
    display: block;
  }
  .top-worry {
    display: none;
  }
  .howto {
    display: block;
    margin-bottom: 48px;
  }
  .howto .howto-box {
    width: 90%;
    margin: 60px auto;
  }
  .howto .howto-box .howto-box2 .howto-img {
    text-align: center;
  }
  .howto .howto-box .howto-box2 .howto-img img {
    width: 80%;
    height: auto;
  }
  .howto .howto-box::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -15px;
    border: 30px solid transparent;
    border-left: none;
    border-bottom: none;
  }
  .icon-step {
    text-align: center;
    position: absolute;
    top: -5.5vh;
    left: 0vw;
  }
  .icon-step img {
    width: 20%;
    height: auto;
  }
  .howto .howto-box {
    width: 90%;
    margin: 70px auto;
  }
  .howto .howto-box::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 46%;
    margin-left: -15px;
    border: 30px solid transparent;
    border-top: 15px solid #E9F6F6;
  }
  .howto .ar-none::before {
    border: none;
    border-top: none;
  }
}
/*==================== SEC05（ラインナップ） ===================*/
#sec05 {
  padding: 100px 0;
  background: #E9F6F6;
  position: relative;
}
.fd02 {
  position: absolute;
  left: 64%;
  top: -10.0vh;
}
.fd02 img {
  width: 38%;
  height: auto;
}
.lineup {
  position: relative;
  z-index: 0;
}
.lineup .lineup-box {
  padding: 0px 10px;
  /*  padding-left: 30px;*/
  width: 100%;
  /*  border-left: solid 15px #714585;*/
  margin: 30px 0;
}
.lineup .lineup-box2 {
  padding: 30px;
  width: 100%;
  border-radius: 7px;
  border-left: solid 6px #714585;
  margin: 20px 0;
  -webkit-box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.16);
}
.lineup .lineup-box.navy {
  border-left: solid 15px #0f5eab;
}
.lineup .lineup-box .sub-title {
  margin-bottom: 10px;
}
.lineup .lineup-box .lineup-logo {
  padding-bottom: 20px;
}
.lineup .lineup-box .lineup-logo img {
  width: auto;
  height: 40px;
}
.lineup .lineup-box ul {
  margin: 10px 0;
}
.lineup .lineup-box ul li {
  list-style: disc !important;
  margin-left: 30px;
  padding-left: 0px;
}
.ba-lib {
  text-align: center;
  margin-top: 80px !important;
}
.ba-lib img {
  width: inherit;
  height: auto;
  border: 1px solid #ccc;
}
.documents {
  background: #fff;
  padding: 5px 10px;
  border: 1px solid #3AAFB0;
  border-radius: 5px;
}
.documents span {
  font-weight: bold;
}
.documents2 {
  width: 100%;
  margin: 20px auto;
  background: #fff;
  padding: 15px;
  /*  border: 1px solid #ccc;*/
  border-radius: 3px;
  font-size: 1.6rem;
  background: #ededed;
}
.documents3 {
  width: 100%;
  margin: 20px auto;
  background: #fff;
  padding: 15px;
  border: 1px solid #555;
  border-radius: 3px;
  font-size: 1.6rem;
  /* [disabled]background: #ededed; */
}
@media only screen and (max-width:1900px) {
  .fd02 {
    position: absolute;
    left: 65%;
    top: -10.0vh;
  }
}
@media only screen and (max-width:1600px) {
  .fd02 {
    position: absolute;
    right: 0%;
    top: -10.0vh;
  }
}
@media only screen and (max-width:1400px) {
  .fd02 {
    position: absolute;
    left: 72%;
    top: -8.0vh;
  }
  .fd02 img {
    width: 55%;
    height: auto;
  }
}
@media only screen and (max-width:1200px) {
  .fd02 {}
}
@media only screen and (max-width:1000px) {
  .lineup .lineup-box .lineup-logo img {
    width: auto;
    height: 25px !important;
  }
  .fd02 {
    position: absolute;
    left: 73vw;
    top: -8.0vh;
  }
  .fd02 img {
    width: 70%;
    height: auto;
  }
}
@media only screen and (max-width:850px) {
  .fd02 {
    position: absolute;
    left: 73vw;
    top: -6.0vh;
  }
  .fd02 img {
    width: 70%;
    height: auto;
  }
}
@media only screen and (max-width:768px) {
  .fd02 {
    position: absolute;
    left: 70vw;
    top: -7.0vh;
  }
  .fd02 img {
    width: 80%;
    height: auto;
  }
}
@media only screen and (max-width:640px) {}
/*==================== SEC06（サポート） ===================*/
#sec06 {
  padding: 80px 0 0 0;
}
.sec06-box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; /* 折返し指定 */
  margin-bottom: 48px;
  align-items: stretch;
  padding-bottom: 100px;
}
.sec06-box div {
  width: 48%;
  text-align: left;
  line-height: 30px;
  letter-spacing: 0.12rem;
  margin: 20px 10px;
  background: #E9F6F6;
  padding: 30px;
  padding-bottom: 8.0vh;
  position: relative;
  border-radius: 7px;
}
.sec06-box1 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; /* 折返し指定 */
  margin-bottom: 0px;
  align-items: stretch;
  padding-bottom: 0px;
}
.sec06-box1 div {
  width: 98%;
  text-align: left;
  line-height: 30px;
  letter-spacing: 0.12rem;
  margin: 20px 10px;
  background: #ededed;
  padding: 30px;
  padding-bottom: 8.0vh;
  position: relative;
  border-radius: 7px;
}
.sec06-box2 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; /* 折返し指定 */
  margin-bottom: 48px;
  align-items: stretch;
  padding-bottom: 20px;
}
.sec06-box2 div {
  width: 48%;
  text-align: left;
  line-height: 30px;
  letter-spacing: 0.12rem;
  margin: 20px 10px;
  /*  background: #fceee4;*/
  background: #E0EFFB;
  /*	background: #fff;*/
  padding: 30px;
  padding-bottom: 8.0vh;
  position: relative;
  border-radius: 3px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.sec06-box3 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; /* 折返し指定 */
  margin-bottom: 48px;
  align-items: stretch;
  padding-bottom: 20px;
}
.sec06-box3 div {
  width: 31%;
  text-align: left;
  letter-spacing: 0.12rem;
  margin: 20px 10px;
  background: #fceee4;
  position: relative;
  border-radius: 3px;
  font-size: 75%;
  padding: 20px;
}
.sec06-box4 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; /* 折返し指定 */
  margin-bottom: 48px;
  align-items: stretch;
  padding-bottom: 20px;
}
.sec06-box4 div {
  width: 31%;
  text-align: left;
  letter-spacing: 0.12rem;
  margin: 20px 10px;
  background: #EBF7FE;
  position: relative;
  border-radius: 7px;
  font-size: 80%;
  padding: 20px;
}
.sup-img {
  text-align: center;
  margin: 10px auto;
}
.sup-img img {
  width: 30% !important;
  height: auto !important;
}
.sup-img2 {
  text-align: center;
  margin: 10px auto;
}
.sup-img2 img {
  width: inherit !important;
  height: auto !important;
}
.heading {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.heading::before, .heading::after {
  content: '';
  width: 3px;
  height: 40px;
  background-color: #fff;
  margin: 10px 0.8vw;
}
.heading::before {
  margin-right: 30px;
  transform: rotate(-35deg)
}
.heading::after {
  margin-left: 30px;
  transform: rotate(35deg)
}
.heading2 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.heading2::before, .heading2::after {
  content: '';
  width: 2px;
  height: 30px;
  background-color: #68B3E9;
  margin: 10px 1.8vw;
}
.heading2::before {
  margin-right: 30px;
  transform: rotate(-35deg)
}
.heading2::after {
  margin-left: 30px;
  transform: rotate(35deg)
}
.heading3 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.heading3::before, .heading3::after {
  content: '';
  width: 2px;
  height: 30px;
	background-color: #FF7727;
  margin: 10px 1.8vw;
}
.heading3::before {
  margin-right: 30px;
  transform: rotate(-35deg)
}
.heading3::after {
  margin-left: 30px;
  transform: rotate(35deg)
}
.sup-title {
  text-align: center;
  color: #3AAFB0;
  margin-bottom: 20px !important;
}
.sup-sub {
  text-align: center;
  color: #3AAFB0;
  padding: 0;
  margin: 0 auto;
  margin-bottom: 10px;
  background: #fff;
  border: 2px solid #3AAFB0;
  border-radius: 20px;
  width: 80%;
}
.sup-title2 {
  text-align: center;
  color: #FF8633;
  font-size: 18px;
  font-weight: bold;
  /*  margin-bottom: 20px !important;*/
}
.sup-sub2 {
  text-align: center;
  color: #fff;
  padding: 0;
  margin: 0 auto;
  margin-bottom: 10px;
  background: #999;
  /*  border: 2px solid #0066cc;*/
  border-radius: 5px;
  width: 100%;
  /*	font-size: 95%;*/
}
.sup-title3 {
  text-align: center;
  color: #555;
  margin-bottom: 20px !important;
  line-height: 35px;
}
.sup-sub3 {
  text-align: center;
  color: #555;
  padding: 0;
  margin: 0 auto;
  margin-bottom: 10px;
  background: #fff;
  border: 2px solid #fff;
  border-radius: 20px;
  width: 80%;
}
@media only screen and (max-width:1000px) {
  .sec06-box div {
    width: 47%;
    margin: 10px 5px 0 5px;
  }
  .sec06-box2 div {
    width: 47%;
    margin: 10px 5px 0 5px;
  }
  .sec06-box3 div {
    width: 47%;
    margin: 10px 5px 0 5px;
  }
  .sec06-box4 div {
    width: 47%;
    margin: 10px 5px 0 5px;
  }
  .sup-sub {
    width: 100%;
  }
}
@media only screen and (max-width:768px) {
  .sec06-box div {
    width: 46%;
  }
  .sec06-box2 div {
    width: 46%;
  }
  .sec06-box3 div {
    width: 46%;
  }
  .sec06-box4 div {
    width: 46%;
  }
}
@media only screen and (max-width:640px) {
  .sec06-box {
    display: block;
  }
  .sec06-box2 {
    display: block;
  }
  .sec06-box3 {
    display: block;
  }
  .sec06-box4 {
    display: block;
  }
  .sec06-box div {
    width: auto;
  }
  .sec06-box2 div {
    width: auto;
  }
  .sec06-box3 div {
    width: auto;
  }
  .sec06-box4 div {
    width: auto;
  }
}
/*==================== SEC07 ===================*/
#sec07 {
  padding: 32px 0;
  /*	background: #3aafb0;*/
  background: #3aafb0;
  position: relative;
}
#sec07 .arrow01 {
  position: absolute;
  left: 44.8%;
  top: -3vh;
}
#sec07 .arrow01 img {
  width: 70%;
  ;
  height: auto;
}
.sec07-list {
  display: flex; /* flexbox */
  flex-wrap: wrap; /* 折返し指定 */
}
.sec07-list div {
  width: 47%;
  display: flex;
  background: #ededed;
  border-radius: 10px;
  padding: 10px;
  position: relative;
  margin: 10px;
}
.sec07-list div .icon01 {
  width: 20%;
  background: #ff0;
  padding: 10px;
}
.sec07-list div .icon01 img {
  width: 100%;
  height: auto;
}
.sec07-list div .icon02 {
  width: 75%;
  background: #ccc;
  padding: 10px;
}
.sec07-list div .icon02 > div {
  display: inline-block !important;
  flex: none;
  width: 100%;
}
/*==================== SEC08（フッターWebデモ） ===================*/
#sec08 {
  padding: 62px 0 64px;
  background: #3aafb0;
  position: relative;
  z-index: 0;
}
#sec08 .arrow01 {
  position: absolute;
  left: 52.5vw;
  transform: translate(-50%, 0);
  top: -3vh;
}
#sec08 .arrow01 img {
  width: 70%;
  height: auto;
}
/* fd01（先生・職員さんご一緒に） */
.fd01 {
  position: absolute;
  left: 66%;
  top: -30%;
  z-index: 2;
}
.fd01 img {
  width: 60%;
  height: auto;
}
/* fd05（Web講習会女性） */
.fd05 {
  position: absolute;
  left: -14vw;
  bottom: -4vh;
  transform: scale(-1, 1);
  /*  filter: drop-shadow(5px 5px 5px rgba(35, 146, 147, 0.6));*/
  filter: drop-shadow(5px 5px 5px rgba(255, 255, 255, 0.6));
}
.fd05 img {
  width: 50%;
  height: auto;
}
.fu01 {
  text-align: center;
  margin-bottom: -10px !important;
}
.fu01 img {
  width: inherit;
  height: auto;
}
.bo-catalog {
  text-align: center;
}
.bo-catalog a {
  color: #fff;
  text-decoration: underline;
}
@media only screen and (max-width:1920px) {}
@media only screen and (max-width:1600px) {
  .fd01 {
    position: absolute;
    left: 69%;
    top: -30%;
    z-index: 2;
  }
}
@media only screen and (max-width:1400px) {
  .fd01 {}
}
@media only screen and (max-width:1200px) {
  .fd01 {
    position: absolute;
    left: 78%;
    top: -20%;
    z-index: 2;
  }
}
@media only screen and (max-width:1000px) {
  .fd01 {}
  .fd05 {
    display: none;
  }
}
@media only screen and (max-width:850px) {
  /* fd01（先生・職員さんご一緒に） */
  .fd01 {
    position: absolute;
    left: 78%;
    top: -15%;
    z-index: 2;
  }
}
@media only screen and (max-width:768px) {
  .fd01 {
    left: 78%;
    top: -14%;
  }
  .fd01 img {
    width: 90%;
  }
  .fu01 img {
    width: 90%;
    height: auto;
  }
}
@media only screen and (max-width:640px) {
  .fd01 {
    left: 65%;
    top: -20%;
  }
  .fd01 img {
    width: 70%;
  }
}
/*================FIX-IE================*/
@media screen\0 {}
/* EGDE */
@supports (-ms-ime-align: auto) {}
/* FIREFOX */
@-moz-document url-prefix() {}
/* Safari 10.1+ (which is the latest version of Safari at this time) */
@media not all and (min-resolution: 0.001dpcm) {}