@charset "UTF-8";
/* ===================================================================
CSS information
 file name  :  template_c2.css
 style info :  corporate No.2 用の cssの定義
=================================================================== */
/*-----------------------------------------------------------------

header

-----------------------------------------------------------------*/
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
}

header #header {
  width: 100%;
  background-color: #FFF;
  -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
}

header #header_area {
  margin: auto;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header #header_area .lead_txt {
  font-size: 12px;
  font-weight: normal;
}

header #header_logo {
  margin-left: 15px;
  margin-right: auto;
}

header #header_logo a {
  display: flex;
  align-items: center;
}

header #header_logo a:hover {
  text-decoration: none;
}

header #header_logo .logotxt {
  display: block;
  color: #646464;
  letter-spacing: .13em;
  margin-bottom: 5px;
  white-space: nowrap;
}

header #header_logo img {
  max-width: 100%;
  width: auto;
  height: auto;
}

@media only screen and (max-width: 980px) {
  header #header_area {
    height: 100px;
  }
}
@media only screen and (max-width: 690px) {
  header #header_logo {
    /*min-width: calc(100% - 200px);*/
    margin-right: auto;
  }

  header #header_logo img.logo {
    width: 70px;
  }

  header #header_logo .logotxtunder {
    width: 95px;
  }

  header #header_logo .logotxt {
    font-size: 9.5px;
    letter-spacing: 0;
  }

  header #header_logo .sub {
    display: flex;
    flex-direction: column;
  }

  header #header_area {
    height: 80px;
  }
}
header #header_area .lead_txt {
  font-size: 10px;
  line-height: 1;
  white-space: nowrap;
  /*margin-top: 5px;*/
}

header .inn {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}

header .inn_ {
  display: flex;
  align-items: center;
  margin: 10px 0;
}

header .gnavi_area {
  display: block;
}

header .gnavi_area nav {
  height: 100%;
  display: flex;
}

header .gnavi_area ul {
  display: flex;
  align-items: center;
  height: 100%;
}

header .gnavi_area ul li {
  list-style: none;
  height: 100%;
}

header .gnavi_area ul li.bizst {
  display: none;
}

header .gnavi_area ul li a {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 1em 8px;
  font-weight: 500;
  transition: all .3s ease 0s;
  justify-content: center;
}
@media only screen and (min-width:1500px) and (max-width:1800px) {
  header .gnavi_area ul li a{
    font-size: calc(11px + .13vw);
  }
}
header .gnavi_area ul li a::after {
  position: absolute;
  bottom: 0;
  content: "";
  display: block;
  height: 3px;
  width: 0;
  background-color: #00C156;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

header .gnavi_area ul li a:hover,
header .gnavi_area ul li.main_current a {
  text-decoration: none;
  /*color: #009844;*/
}

header .gnavi_area ul li a:hover::after,
header .gnavi_area ul li.main_current a::after {
  width: 100%;
}

@media only screen and (max-width: 1700px) {
  header .gnavi_area ul li a {
    padding: 0 0.5em 8px;
  }
}
@media only screen and (max-width: 1500px) {
  header .gnavi_area {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    height: auto;
    background-color: #EEE;
  }

  header .gnavi_area nav {
    height: auto;
    display: block;
  }

  header .gnavi_area ul {
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }

  header .gnavi_area ul li {
    width: 100%;
    margin-right: 0;
    height: auto;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }

  header .gnavi_area ul li a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 12px 16px;
  }

  header .gnavi_area ul li a::after {
    display: none;
  }
}
@media only screen and (max-width: 690px) {
  header .gnavi_area ul li.bizst,
  header .gnavi_area ul li.bizst .titl {
    display: block;
    text-align: center;
  }
}
header .telblocks {
  font-size: 13px;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  /*! margin: 20px 2em 10px; */
  margin-right: 15px;
}

header .telblocks.sp {
  display: none;
}

header .telblocks a {
  position: relative;
  font-size: 29px;
  line-height: 1;
  font-weight: 600;
  color: #00C156;
  white-space: nowrap;
}

header .telblocks a::before {
  content: url(../image/common/keihi_icon_tel.png);
  display: inline-block;
}

header .telblocks .recept {
  display: inline-block;
  padding: 2px 4px;
  line-height: 1;
  border-radius: 3px;
  margin-right: 3px;
}

header .telblocks .time {
  letter-spacing: 0.07em;
}

@media only screen and (max-width: 1500px) {
  header .telblocks {
    flex-wrap: wrap;
    width: 200px;
    margin: 10px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 1200px) {
  header .telblocks .recept,
  header .telblocks .time {
    display: none;
  }

  header .telblocks {
    width: auto;
    margin: 0 5px 0 0;
    order: 1;
  }

  header .telblocks a {
    font-size: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ff3131;
    width: 40px;
    height: 40px;
    border-radius: 50px;
  }

  header .telblocks a::before {
    content: url(../image/common/icon_hd_tel_wh.png);
  }
}


header .inn_ .bizst {
  width: 260px;
}

header .inn_ .bizst a {
    display: block;
    text-align: center;
    color: #333;
    font-size: 12px;
    line-height: 1.2;
    transition: .6s;
    padding: 5px 10px;
    border: 2px solid #008039;
    border-radius: 5px;
}

header .inn_ .bizst a:hover {
  text-decoration: none;
}

header .inn_ .bizst img {
  width: 100%;
  height: auto;
  transition: .6s;
}
header .inn_ .bizst img:hover{

}

header .inn_ .bizst .titl {
  display: block;
  /*! margin-bottom: 5px; */
}

header .inn_ .bizst .titl br {
  display: none;
}

@media only screen and (max-width: 1200px) {
  header .inn_ .bizst {
    order: 0;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 980px) {
  header .inn_ .bizst a {
    font-weight: bold;
    color: #0753A5;
  }
  header .inn_ .bizst .titl {
  }
  header .inn_ .bizst .login {
    font-size: 15px;
  }

  header .inn_ .bizst .titl br {
    display: block;
  }

  header .inn_ .bizst img {
    display: none;
  }
}
@media only screen and (max-width: 690px) {
  header .inn_ .bizst {
    display: none;
  }
}
header .headerContact {
  display: flex;
  height: 100%;
  margin-left: 1em;
}

@media only screen and (max-width: 1500px) {
  header .headerContact {
    margin-right: 50px;
  }
}
@media only screen and (max-width: 1200px) {
  header .headerContact {
    margin-left: 0;
  }
}
header .headerContact li {
  list-style: none;
}

header .headerContact li + li {
  border-left: 1px solid #50a6e0;
}

header .headerContact li a {
  position: relative;
  width: 120px;
  padding: 0 10px;
  height: 100%;
  text-align: center;
  justify-content: center;
  flex-direction: column;
  display: flex;
  color: #FFF;
  font-weight: 600;
  background: #009844;
  z-index: 0;
  transition: .6s;
  line-height: 1.4;
}

header .headerContact li.contact a {
  background: #00C156;
}

header .headerContact li a:hover {
  text-decoration: none;
}

header .headerContact li a::before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  background-image: url(../image/common/icon_mail.png);
  background-repeat: no-repeat;
  background-position: center;
}

header .headerContact li:not(.contact) a::before {
  background-image: url(../image/common/icon_dl.png);
}

header .headerContact li a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0rem;
  left: 0rem;
  right: 0rem;
  height: 100%;
  transform: scaleX(0);
  transform-origin: center right;
  background: #017B38;
  transition: .8s ease transform;
  z-index: -1;
}

header .headerContact li.contact a::after {
  background: #01A84B;
}

header .headerContact li a:hover::after {
  transform: scaleX(1);
  transform-origin: center left;
}

@media only screen and (max-width: 1500px) {
  header .headerContact li a {
    width: auto;
    font-size: 15px;
    font-weight: 500;
  }

  header .headerContact li a::before {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 1200px) {
  header .headerContact {
    align-items: center;
    background-color: transparent;
  }

  header .headerContact li a {
    font-size: 0;
    width: 40px;
    height: 40px;
    border-radius: 50px;
  }

  header .headerContact li a::before {
    width: 17px;
    height: 13px;
    background-size: cover;
  }

  header .headerContact li:not(.contact) a::before {
    height: 17px;
  }

  header .headerContact li a::before {
    margin-bottom: 0;
  }

  header .headerContact li + li {
    border-left: none;
    margin-left: 5px;
  }

  header .headerContact li a::after {
    display: none;
  }
}
/*header .search_btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  height: 85px;
  background-color: #293337;
  color: #ffffff;
  padding: 8px;
  text-align: center;
}
*/
/*header .search_btn .fab {
  display: block;
  font-size: 24px;
  margin-top: 8px;
  margin-bottom: 4px;
}
*/
/*header .search_area {
  display: none;
  padding: 16px 8px;
  background-color: #ffffff;
  max-width: 1200px;
  margin: auto;
  width: 100%;
}

header .search_area::after {
  content: "";
  display: table;
  clear: both;
}

header .search_txt {
  float: left;
  width: 80%;
  height: 56px;
  line-height: 60px;
  padding: 0 20px;
  border: 2px solid #eeeeee;
  border-radius: 4px;
  background-color: #ffffff;
  vertical-align: middle;
}

header .submit_btn {
  float: right;
  width: 19%;
  background-color: #293337;
  color: #ffffff;
  border-radius: 4px;
  border: none;
  height: 56px;
  line-height: 56px;
}*/
@media only screen and (max-width: 1500px) {
  header .gnavi_btn_sp {
    display: block;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    cursor: pointer;
  }

  header .gnavi_btn_sp_in {
    display: block;
    position: relative;
    width: 28px;
    height: 24px;
    cursor: pointer;
    z-index: 2;
  }

  header .gnavi_btn_sp_in,
  header .gnavi_btn_sp_in span {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  header .gnavi_btn_sp_in span {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 2px;
    background-color: #666;
    border-radius: 4px;
  }

  header .gnavi_btn_sp_in span:nth-of-type(1) {
    top: 0;
  }

  header .gnavi_btn_sp_in span:nth-of-type(2) {
    top: calc(50% - 1px);
  }

  header .gnavi_btn_sp_in span:nth-of-type(3) {
    bottom: 0;
  }

  header .gnavi_btn_sp.active .gnavi_btn_sp_in span:nth-of-type(1) {
    -webkit-transform: translateY(20px) rotate(-45deg);
    -ms-transform: translateY(16px) rotate(-45deg);
    transform: translateY(16px) rotate(-45deg);
    top: -4px;
  }

  header .gnavi_btn_sp.active .gnavi_btn_sp_in span:nth-of-type(2) {
    opacity: 0;
  }

  header .gnavi_btn_sp.active .gnavi_btn_sp_in span:nth-of-type(3) {
    -webkit-transform: translateY(-16px) rotate(45deg);
    -ms-transform: translateY(-16px) rotate(45deg);
    transform: translateY(-16px) rotate(45deg);
    top: 28px;
  }
}
@media only screen and (max-width: 690px) {
  header {
    /* -------- gnavi st */
  }

  header #header {
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  }

  /*  header .search_btn .txt {
    display: none;
  }
  header .search_btn {
    width: 50px;
    height: 50px;
    right: 50px;
  }
  header .search_btn .fab {
    margin-top: 6px;
  }
  header .search_txt {
    width: 75%;
    height: 46px;
    line-height: 50px;
  }
  header .submit_btn {
    width: 24%;
    height: 46px;
    line-height: 46px;
  }*/
  /*  header .gnavi_contact {
    display: block;
    padding: 1.5em 24px;
  }
  header .gnavi_contact + .gnavi_contact {
    padding: 0 24px 1.5em;
    magrin-top: -0.5em;
  }
  header .gnavi_contact a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #293337;
    color: #ffffff;
    border-radius: 4px;
    padding: 12px;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 15px;
  }
  header .gnavi_contact a .txt {
    padding-left: 10px;
  }
  header .gnavi_contact.no2 a {
    background-color: #009844;
  }*/
}
body.dcms_editor header {
  position: static;
}

/*-----------------------------------------------------------------

メインイメージ slick

-----------------------------------------------------------------*/
.MainVj {
  position: relative;
  height: 880px;
  width: 100%;
  z-index: 2;
  margin-bottom: 0;
}

.MainVj .main_block::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: -1;
}

.mainimage01 {
  background-image: url("../image/keihi_mainimage.jpg");
}

.MainVj .slick-track,
.MainVj .slick-list {
  height: 100%;
}

.MainVj img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.MainVj .main_block {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.MainVj .txtArea {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 90%;
  max-width: 1000px;
  margin: auto;
  height: 100%;
  color: #FFF;
  font-feature-settings: "palt";
}

/*ANIMATION FADE IN*/
.fadein_01 {
  opacity: 0;
  animation-name: fadein_01;
  animation-duration: .6s;
  animation-timing-function: ease-out;
  animation-delay: .6s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

@keyframes fadein_01 {
  0% {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadein_02 {
  opacity: 0;
  animation-name: fadein_02;
  animation-duration: .6s;
  animation-timing-function: ease-out;
  animation-delay: 1.2s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

@keyframes fadein_02 {
  0% {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadein_03 {
  opacity: 0;
  animation-name: fadein_03;
  animation-duration: .6s;
  animation-timing-function: ease-out;
  animation-delay: 1.8s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

@keyframes fadein_03 {
  0% {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.MainVj .Titl {
  font-size: 23px;
  line-height: 1.4;
  letter-spacing: .1em;
  font-weight: 500;
}

.MainVj .mainTitl {
  margin: 20px auto 35px;
}

.MainVj .subtxt {
  color: #00C156;
  font-weight: 500;
  background-color: #FFF;
  padding: 5px 1em;
  margin-bottom: 2em;
}

.MainVj .fl {
  justify-content: center;
}

.MainVj .col + .col {
  margin-left: 40px;
}

.MainVj .bttn {
  text-align: center;
  display: inline-block;
}

.MainVj .bttn a {
  font-size: 18px;
  font-weight: 600;
  color: #FFDE2C;
  border-color: #FFF;
  border-radius: 50px;
  background: #009844;
}

.MainVj .bttn a::after {
  background: #017B38;
}

@media only screen and (max-width: 980px) {
  .MainVj {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 690px) {
  .MainVj {
    height: auto;
  }

  .MainVj .txtArea .inn_ {
    padding: 3em 0 6em;
  }

  .MainVj .mainTitl {
    margin: 10px auto 25px;
  }

  .MainVj .col + .col {
    margin-top: 20px;
    margin-left: 0;
  }

  .MainVj .Titl {
    font-size: 22px;
    text-align: left;
  }

  .MainVj .subtxt {
    text-align: left;
  }
}
/*-----------------------------------------------------------------

-----------------------------------------------------------------*/
.topabout_area {
  z-index: 2;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
}

.topabout_block {
  padding: 20px 3.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #FFF;
  -webkit-box-shadow: 0 0 50px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 50px 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

.topabout_block._ver02 {
  padding: 30px;
  height: auto;
}

.topabout_txt {
  font-size: 18px;
  line-height: 1.4;
  margin-right: 1em;
  font-weight: 500;
}

.btn02 a {
  position: relative;
  padding-right: 25px;
  color: #00C156;
  font-size: 22px;
  font-weight: bold;
  white-space: nowrap;
}

.btn02 a:hover {
  text-decoration: none;
  color: #ffd400;
}

.btn02 a:before {
  position: absolute;
  content: '';
  bottom: -3px;
  right: -2px;
  width: 0;
  height: 0;
  border: none;
  border-right: solid 15px transparent;
  border-bottom: solid 15px #00C156;
}

.btn02 a:after {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 0;
  width: 100%;
  border-bottom: solid 3px #00C156;
}

@media only screen and (max-width: 979px) {
  .topabout_area {
    /* margin-bottom: 60px; */
    /* margin-top: -50px; */
  }

  .topabout_block {
    /* padding: 25px 20px 30px; */
    /* height: auto; */
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* max-width: 720px; */
  }

  .topabout_txt {
    margin-right: 0;
    margin-bottom: 10px;
    text-align: center;
  }
}
@media only screen and (max-width: 690px) {
  .topabout_area {
    /* margin-bottom: 40px; */
    /* margin-top: -20px; */
  }

  .topabout_block {
    padding: 20px;
    /* max-width: 100%; */
  }

  .topabout_txt {
    margin-bottom: 5px;
  }

  .btn02 a {
    font-size: 16px;
  }
}
.bttn_text a {
  position: relative;
  display: inline-block;
  font-size: 17px;
  font-weight: bold;
  text-decoration: underline;
  padding-right: 32px;
}
.bttn_text a::after {
  position: absolute;
  display: block;
  content: '';
  width: 18px;
  height: 13px;
  top: 50%;
  right: 8px;
  background: url(../image/btn_text_arw.png) no-repeat 50% 50%/17px auto;
  transform: translateY(-50%);
  transition: all .6s;
}
.bttn_text a:hover {
  text-decoration: none;
}
.bttn_text a:hover::after {
  right: 0;
}

/*-----------------------------------------------------------------

課題

-----------------------------------------------------------------*/
.HTitl {
  font-weight: bold;
  color: #646464;
}

.txtgreen {
  color: #009844;
}

.solutionBlocks {
  position: relative;
  padding: 13vh 0 10vh;
}
.solutionBlocks .Fs40 {
  line-height: 1.4;
  text-align: center;
}
.solutionBlocks .Fs40 .txt_lg {
  font-size: 50px;
  color: #009844;
}
@media only screen and (max-width: 767px) {
  .solutionBlocks {
    padding: 6vh 0 8vh;
  }
  .solutionBlocks .Fs40 .txt_lg {
    font-size: 32px;
  }
}
.solutionBlocks .fl {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.solutionBlocks .fl .col {
  width: 22.2%;
  max-width: 248px;
  margin-right: 3.7%;
}
@media only screen and (max-width: 767px) {
  .solutionBlocks .fl .col {
    width: 49%;
    margin-right: 2%;
  }
}
.solutionBlocks .fl .col:nth-child(4n) {
  margin-right: 0;
}
.solutionBlocks .fl .col:nth-child(n + 5) {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .solutionBlocks .fl .col:nth-child(2n) {
    margin-right: 0;
  }
  .solutionBlocks .fl .col:nth-child(n + 3) {
    margin-top: 16px;
  }
}
.solutionBlocks .fl .col a {
  position: relative;
  display: block;
  background-color: #009844;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
}
.solutionBlocks .fl .col a::after {
  content: "";
  display: inline-block;
  transform: scaleX(0);
  position: absolute;
  top: 0rem;
  left: 0rem;
  right: 0rem;
  height: 100%;
  transform-origin: center right;
  transition: .8s ease transform;
  z-index: -1;
}
.solutionBlocks .fl .col a:hover::after {
  transform: scaleX(1);
  transform-origin: center left;
  background: #017B38;
}
.solutionBlocks .fl .col .txt {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 1200px) {
  .solutionBlocks .fl .col .txt {
    font-size: 1.8vw;
  }
}
@media only screen and (max-width: 767px) {
  .solutionBlocks .fl .col .txt {
    font-size: 14px;
  }
}

.marker_b {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.marker_b_in {
  border-bottom: 15px solid #FFDE2C;
}

/*-----------------------------------------------------------------

理由

-----------------------------------------------------------------*/
.topPoint {
  position: relative;
}
.topPoint .HTitl .txt_lg {
  font-size: 70px;
}

.topPoint::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #EBEDEE;
  z-index: -1;
}

.topPoint .inner {
  padding: 8em 0 5em;
}

.topPoint .bttn {
  margin: 30px auto 0;
}

.pointblocks {
  display: flex;
  flex-wrap: wrap;
  counter-reset: number;
}

.pointblocks .col:first-child {
  width: 100%;
}

.pointblocks .col {
  position: relative;
  padding: 1.5em;
  width: calc(50% - 36px);
  margin-right: 72px;
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  font-weight: bold;
  color: #FFF;
  background-color: #009844;
}
@media only screen and (max-width: 1300px) {
  .pointblocks .col {
    width: calc(50% - 1em);
    margin-right: 2em;
  }
}
@media only screen and (max-width: 979px) {
  .pointblocks .col {
    margin-bottom: 20px;
  }
}

.pointblocks .col:nth-child(odd) {
  margin-right: 0;
}
@media only screen and (max-width: 1300px) {
  .pointblocks .col:nth-child(odd) {
    margin-right: 0;
  }
}

.pointblocks .Titl {
  font-size: 22px;
  color: #FFDE2C;
  font-feature-settings: "palt";
  margin-left: 50px;
}
@media only screen and (max-width: 1300px) {
  .pointblocks .Titl {
    margin-left: 100px;
  }
}
@media only screen and (max-width: 1200px) {
  .pointblocks .Titl {
    font-size: 1.8vw;
  }
}
@media only screen and (max-width: 979px) {
  .pointblocks .Titl {
    margin-left: 60px;
  }
}

.pointblocks .col:first-child .Titl {
  font-size: 30px;
}
@media only screen and (max-width: 1200px) {
  .pointblocks .col:first-child .Titl {
    font-size: 2.5vw;
  }
}
@media only screen and (max-width: 767px) {
  .pointblocks .col:first-child .Titl {
    font-size: 18px;
  }
}

.pointblocks .Titl .bold {
  font-size: 90px;
  line-height: 1;
  text-shadow: 5px 5px 0px #00C156;
}
@media only screen and (max-width: 1200px) {
  .pointblocks .Titl .bold {
    font-size: 7.5vw;
  }
}
@media only screen and (max-width: 767px) {
  .pointblocks .Titl .bold {
    font-size: 40px;
    text-shadow: 3px 3px 0px #00C156;
  }
}

.pointblocks .point {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  top: -42px;
  left: -42px;
  width: 115px;
  height: 115px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  z-index: 1;
  display: flex;
  line-height: 1;
  letter-spacing: .05em;
  background-color: #00C156;
  border: 5px solid #009844;
  padding: 10px 34px 0 18px;
  border-radius: 50%;
}
@media only screen and (max-width: 1300px) {
  .pointblocks .point {
    left: -10px;
  }
}
@media only screen and (max-width: 979px) {
  .pointblocks .point {
    width: 85px;
    height: 85px;
    font-size: 12px;
    top: -10px;
    padding: 2px 28px 0 8px;
  }
}

.pointblocks .point::after {
  content: counter(number);
  counter-increment: number 1;
  font-size: 60px;
  position: absolute;
  z-index: 1;
  display: block;
  margin: 0 auto;
  font-weight: 600;
  color: #FFDE2C;
  top: 46%;
  right: 14px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 979px) {
  .pointblocks .point::after {
    font-size: 40px;
  }
}

.pointblocks .col:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  transform: translateY(-50%) skew(-8deg);
  display: block;
  width: 100%;
  height: 8px;
  background-color: #00C156;
}

@media only screen and (max-width: 980px) {
  .pointblocks .Titl br {
    display: none;
  }
}
@media only screen and (max-width: 690px) {
  .topPoint .inner {
    padding: 2em 0;
  }

  .pointblocks .col {
    width: 100%;
    margin-right: 0;
  }

  .pointblocks .Titl {
    font-size: 16px;
  }
}
/*-----------------------------------------------------------------

料金

-----------------------------------------------------------------*/
.topFee {
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  background: #00C156;
}
.topFee .HTitl {
  color: #FFF;
}

.topFee .inner {
  padding: 4em 0;
}

.topFee .baloonTitl {
  position: absolute;
  top: -40px;
  left: -40px;
  background: url(../image/img_topbaloon.png) no-repeat center/auto;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00C156;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
}

.topFee .lft {
  position: relative;
  padding: 1.5em;
  text-align: center;
  margin-right: 2em;
  border-radius: 10px;
  background-color: #FFF;
}

.topFee .leadtxt {
  color: #646464;
}

.topFee .Titl {
  color: #00C156;
  font-size: 82px;
  font-size: calc(30px + 2.75vw);
  line-height: 1;
}

.topFee .yen {
  margin-left: 10px;
  font-size: 1.3em;
  position: relative;
  bottom: -.06em;
}

.topFee .col {
  width: 50%;
}

.topFee .col.right {
  position: relative;
  padding-right: 140px;
}
@media only screen and (max-width: 980px) {
  .topFee .col.right {
    padding-right: 0;
  }
}
.topFee .col.right .bttn_text {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media only screen and (max-width: 980px) {
  .topFee .col.right .bttn_text {
    position: static;
    text-align: right;
  }
}
.topFee .col.right .bttn_text a {
  color: #FFDE2C;
}
.topFee .col.right .bttn_text a:after {
  background-image: url(../image/keihi_icon_arw_yellow.png);
}

.topFee .bttn {
  margin: 40px auto 0;
}

@media only screen and (max-width: 1200px) {
  .topFee .baloonTitl {
    left: 50%;
    transform: translate(-50%, -50%);
    top: 0;
  }

  .topFee .lft {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 690px) {
  .topFee .inner {
    padding: 2em 0;
  }

  .topFee .lft {
    margin-bottom: 20px;
  }

  .topFee .col {
    width: 100%;
  }
}
/*-----------------------------------------------------------------

サービス一覧

-----------------------------------------------------------------*/
.topService .inner {
  padding: 4em 0 8em;
}

.topService .tabcontent {
  border-width: 0;
  /* margin-top: 40px; */
}

.topService .tablist {
  /* overflow: hidden; */
}

.topService .tablist li {
  flex: 1;
}

.topService .tablist li:last-child {
  margin-right: 0;
}

.topService .tablist li a {
  color: initial;
  padding: 1em;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  color: #00C156;
  border-radius: 8px;
  background: #FFF;
  border: 1px solid #00C156;
}

.topService .tablist li a:hover {
  color: #00C156;
}

.topService .tablist li.active a {
  position: relative;
  color: initial;
  background-color: #00C156;
  color: #FFF;
}

.topService .tablist li.active a::after {
  position: absolute;
  top: 100%;
  left: 50%;
  border-top: 10px solid #00C156;
  border-right: 12px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 12px solid transparent;
  margin-left: -12px;
  content: "";
}

.srvblocks {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.2;
}

.srvblocks .col {
  padding: 2em 1.2em;
  width: calc(20% - 1.6em);
  color: #FFF;
  text-align: justify;
  margin-right: 2em;
  margin-bottom: 2em;
  border-radius: 10px;
  background: #009844;
  transition: .6s;
}

.srvblocks .col:nth-child(5n) {
  margin-right: 0;
}

.srvblocks .col.bl-hover {
  background: #017435;
}

.srvblocks .icon {
  display: flex;
  /*justify-content: center;*/
  align-items: center;
  height: 90px;
  margin-bottom: 10px;
}

.srvblocks .icon img {
  max-height: 50px;
}

.srvblocks .icon.iconL img {
  max-height: 60px;
}

#tinymce .srvblocks .icon img {
  max-height: auto;
  width: auto;
}

.srvblocks .titl {
  margin-bottom: 20px;
}

.srvblocks .titl a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #FFF;
  font-size: 17px;
  text-align: center;
  font-weight: 700;
  line-height: 1.2;
}

.srvblocks .titl a:hover {
  text-decoration: none;
}

.topService .bttn {
  margin: auto;
}

@media only screen and (max-width: 980px) {
  .topService .tablist li a {
    font-size: 15px;
  }

  .srvblocks .col {
    width: calc(33.33% - 0.7em);
    margin-right: 1em;
  }

  .srvblocks .col:nth-child(3n) {
    margin-right: 0;
  }

  .srvblocks .col:nth-child(5n) {
    margin-right: 1em;
  }
}
@media only screen and (max-width: 690px) {
  .topService .inner {
    padding: 2em 0;
  }

  .topService .tabcontent {
    padding: 20px 0 0;
  }

  .srvblocks .titl {
    margin-bottom: 10px;
  }

  .srvblocks .col {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3px;
    border-radius: 0;
    /*    border-bottom: 2px solid #AAA;
    background: #e9eae3;*/
  }

  .srvblocks .col:nth-child(even) {
    margin-right: 0;
  }

  .srvblocks .col:nth-child(odd) {
    margin-right: 0;
  }

  .srvblocks .icon {
    display: none;
  }

  .topService .bttn {
    margin: 30px auto 0;
  }
}
/*-----------------------------------------------------------------

機能一覧

-----------------------------------------------------------------*/
.topFunction {
  position: relative;
  background: url(../image/keihi_img_topfunction_bg.jpg) no-repeat center/cover;
}
.topFunction .HTitl {
  color: #fff;
}
.topFunction .HTitl a {
  color: #fff;
}

/*.topFunction::after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(243, 243, 243, 0.48), transparent);
  z-index: 0;
}*/
.topFunction .inner {
  position: relative;
  padding: 6em 0;
  z-index: 1;
}

.topFunction .fl {
  flex-wrap: wrap;
  margin-bottom: 2em;
}

.topFunction .col {
  position: relative;
  max-width: none;
  width: calc(25% - 1em);
  margin-right: 1em;
  margin-bottom: 20px;
  border-radius: 5px;
  overflow: hidden;
}

.topFunction .col:nth-child(4n) {
  margin-right: 0;
}

.topFunction .col a {
  color: #009844;
  padding: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  height: 100%;
  border: none;
  background-color: #fff;
  border-radius: 6px;
}
.topFunction .col a .in {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border: 2px solid #009844;
  padding: 20px;
  border-radius: 4px;
}
.topFunction .col a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #009844;
}
.topFunction .col a:hover .in {
  border: 2px solid #fff;
}

.topFunction .col a::after {
  background-color: #f50000;
}

.topFunction .bttn.wt {
  margin: auto;
}

.topFunction .bttn.wt a {
  color: #FFF;
  border-color: #FFF;
}

.topFunction .bttn.wt a::after {
  background-color: #FFF;
}

.topFunction .bttn.wt a:hover {
  color: #009844;
  border-color: #FFF;
}

@media only screen and (max-width: 980px) {
  .topFunction .col {
    width: calc(50% - .5em);
    font-size: initial;
  }

  .topFunction .col:nth-child(even) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 690px) {
  .topFunction .inner {
    padding: 2em 0;
  }

  .topFunction .col {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .topFunction .col a {
    font-size: initial;
  }
}
/*-----------------------------------------------------------------

導入事例

-----------------------------------------------------------------*/
.caseBlocks {
  padding: 4em 0;
  /*background-color: #EEE;*/
}

.caseBlocks .bttn {
  margin: 0 auto 60px;
}

/*SLIDER*/
.caseslider .slick-slide {
  padding: 0 30px;
}

.caseslider.slick-dotted.slick-slider {
  margin-bottom: 80px;
}

.caseslider .slick-dots li button {
  padding: 3px;
  height: 2px;
  width: 2px;
}

.caseslider .slick-dots li button::before {
  top: -8px;
  left: -8px;
  width: 20px;
  height: 20px;
  background-color: transparent;
}

.caseslider .slick-dots li.slick-active button::before {
  border: 1px solid;
  background-color: transparent;
}

.caseslider .slick-slide img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.caseslider .fl {
  transition: .6s;
}

.caseslider .bl-hover .fl {
  box-shadow: 0 0 30px -5px #BBB;
}

.caseslider .foto,
.caseslider .txtarea {
  width: 50%;
}

.caseslider .foto {
  height: 240px;
}

.caseslider .txtarea {
  padding: 2em;
  color: #7E7E7E;
  font-weight: 500;
  background-color: #FFF;
}

.caseslider .titl a {
  display: block;
  font-weight: 500;
  color: #00C156;
  line-height: 1.2;
  margin: 10px auto;
}

.caseslider .bl-hover .titl a,
.caseslider .titl a:hover {
  text-decoration: none;
}

.caseslider .cate {
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 690px) {
  .caseslider .foto {
    height: 180px;
  }

  .caseslider .foto,
  .caseslider .txtarea {
    width: 100%;
  }
}
/*-----------------------------------------------------------------

ご利用の流れ

-----------------------------------------------------------------*/
.topflow {
  counter-reset: number;
  background-color: #EBEDEE;
}

.topflow .inner {
  padding: 8em 0;
}

.topflow .fl {
  position: relative;
  padding: 4em;
}

.topflow .upper {
  justify-content: center;
  color: #009844;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #009844;
}

.topflow .under {
  justify-content: center;
  color: #00C156;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #00C156;
  margin-bottom: 30px;
}

.topflow .upper .Titl {
  background-color: #009844;
}

.topflow .under .Titl {
  background-color: #00C156;
}

.topflow .col {
  position: relative;
  width: calc((100% - 6em) / 4);
  margin-right: 1em;
}
@media only screen and (max-width: 980px) {
  .topflow .col {
    width: calc((100% - 2em) / 2);
  }
}
@media only screen and (max-width: 767px) {
  .topflow .col {
    width: 100%;
    margin-right: 0;
  }
}
.topflow .col_in {
  padding: 2em;
  text-align: center;
  border-radius: 10px;
  background-color: #FFF;
}
.topflow .col .note {
  font-size: 12px;
  color: #FFF;
  margin-top: 10px;
}

.topflow .upper .col:last-child,
.topflow .under .col:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 980px) {
  .topflow .upper .col:nth-child(2n),
  .topflow .upper .col:last-child,
  .topflow .under .col:nth-child(2n),
  .topflow .under .col:last-child {
    margin-right: 0;
  }
}
.topflow .step {
  position: relative;
  color: currentColor;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  font-size: initial;
  margin-bottom: 10px;
  display: inline-block;
}

.topflow .step::after {
  content: counter(number);
  counter-increment: number 1;
  font-size: 50px;
  line-height: 1;
}

.topflow .Titl {
  text-align: center;
  font-size: 20px;
  color: #fff;
  padding: 12px;
  margin-bottom: 12px;
}

.topflow .txt {
  color: initial;
  text-align: left;
}

.topflow .flag {
  position: absolute;
  top: -42px;
  left: -42px;
  color: #FFDE2C;
  width: 115px;
  height: 115px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 32px;
  z-index: 10;
  background-color: #00C156;
  border: 5px solid #009844;
  border-radius: 50%;
}

.topflow .under .flag {
  top: auto;
  left: auto;
  right: -42px;
  bottom: -42px;
  background-color: #009844;
  border: 5px solid #00C156;
}

.topflow .bttn {
  margin: 0 auto 60px;
}
@media only screen and (max-width: 800px) {
  .topflow .inner {
    padding: 2em 0;
  }

  .topflow .fl {
    padding: 2.5em;
    display: block;
  }

  .topflow .col {
    padding: 1em;
    flex: initial;
    width: 100%;
    margin-right: 0;
  }

  .topflow .col + .col {
    margin-top: 20px;
  }

  .topflow .flag {
    top: -10px;
    left: -10px;
  }

  .topflow .under .flag {
    top: -10px;
    left: -10px;
    right: auto;
    bottom: auto;
  }
}
/*-----------------------------------------------------------------

BANNER

-----------------------------------------------------------------*/
.bnrLink {
  padding: 100px 0;
}

.bnrLink .fl {
  justify-content: center;
}

.bnrLink .col {
  position: relative;
  max-width: 500px;
  width: 100%;
  margin-right: 1em;
}

.bnrLink .col::before {
  content: url(../image/icon_building.png);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 50px;
  z-index: 1;
}

.bnrLink .col.faq::before {
  content: url(../image/icon_faq.png);
}

.bnrLink .bttn.blue a {
  min-width: auto;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  padding: 2em;
  color: #FFF;
  border-color: transparent;
  background-color: #009844;
  border-bottom: 8px solid #00C156;
}

.bnrLink .bttn.blue a::before {
  width: 17px;
  height: 13px;
  border: 0;
  transform: translateY(-48%) rotate(0);
  background: url(../image/keihi_icon_arw_white.png) no-repeat 50% 50%/17px auto;
}

.bnrLink .bttn.blue a::after {
  background-color: #00C156;
}

@media only screen and (max-width: 690px) {
  .bnrLink .col {
    max-width: none;
    margin-right: 0;
  }

  .bnrLink .col + .col {
    margin-top: 1em;
  }
}
/*-----------------------------------------------------------------

TOP MEDIA[お役立ち情報]

-----------------------------------------------------------------*/
.topMedia .inner {
  padding: 3em 0;
}

.topMedia .bttn {
  margin: auto;
}

@media only screen and (max-width: 690px) {
  .topMedia .inner {
    padding: 2em 0;
  }
}
/*-----------------------------------------------------------------

NEWS

-----------------------------------------------------------------*/
.newsRss {
  position: relative;
  background-color: #EEE;
}

.newsRss .inner {
  padding: 3em;
}

.newsRss .rss {
  margin-bottom: 20px;
}

.newsRss .rss dt {
  color: #009844;
}

.newsRss .rss dl {
  position: relative;
  padding: 15px;
}

.newsRss .rss dl + dl {
  margin-top: 2em;
}

.newsRss .bttn {
  margin: auto;
}

@media only screen and (max-width: 690px) {
  .newsRss .inner {
    padding: 2em 0;
  }
}
/*rss base*/
.rss_date {
  width: 100px;
}

.rss_title {
  width: calc(100% - 100px);
}

.rss_title a:hover {
  text-decoration: none;
}

.rss_contents {
  display: none;
  margin-left: 100px;
}

@media only screen and (max-width: 690px) {
  .rss_title {
    width: 100%;
  }

  .rss_contents {
    margin-left: 0;
  }
}
.rss dl {
  position: relative;
  background-color: #FFF;
  transition: .6s;
}

.rss dl:hover {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
}

.rss dt {
  letter-spacing: .08em;
}

.rss dd a {
  display: block;
}

.rss span {
  position: absolute;
  top: 18px;
  left: 110px;
  letter-spacing: 0.1em;
  font-size: 11px;
  line-height: 1.2;
  color: #FFF;
  background: #009844;
  border-radius: 2px;
  padding: 3px 8px;
}

@media only screen and (max-width: 690px) {
  .rss dl {
    position: relative;
    margin-bottom: 10px;
  }

  .rss dt {
    width: 100%;
    font-size: 13px;
    margin-right: 0;
  }

  .rss dd a {
    flex-direction: column;
    max-width: 100%;
    overflow: visible;
    text-overflow: initial;
    white-space: initial;
  }

  .rss span {
    font-size: 12px;
    position: absolute;
    top: 14px;
    left: 100px;
    margin-right: 0;
  }
}
.rss.sub .rss_contents {
  display: block;
}

/*-----------------------------------------------------------------

下層ページRSS

-----------------------------------------------------------------*/
.subnewsRss dl + dl {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px dotted #C4D5EF;
}

.subnewsRss .rss span {
  top: 4px;
  left: 100px;
}

@media only screen and (max-width: 690px) {
  .subnewsRss .rss span {
    top: 0;
  }
}
/*-----------------------------------------------------------------

SIDE BANNER

-----------------------------------------------------------------*/
.sidebnr a {
  position: fixed;
  top: 40vh;
  right: -2px;
  display: block;
  width: 120px;
  padding: 15px 0 7px;
  background-color: #FFE45A;
  text-align: center;
  font-size: 15px;
  line-height: 2;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  box-shadow: 3px 3px 13px -5px #C48002;
  transition: .6s;
  z-index: 10;
  font-weight: bold;
  border: 2px solid;
  box-sizing: border-box;
}

.sidebnr a:hover {
  text-decoration: none;
}

.sidebnr span.txt {
  background-color: #333;
  display: block;
  color: #FFF;
  margin: 10px 0 0;
  padding: 5px;
  line-height: 1.4;
}

.sidebnr span.txt02 {
  display: block;
  font-weight: 300;
  font-size: 12px;
}

@media only screen and (max-width: 980px) {
  .sidebnr a {
    top: 20vh;
  }
}
@media only screen and (max-width: 690px) {
  .is-animation .sidebnr a {
    display: block;
  }

  .sidebnr a {
    display: none;
    padding: 10px;
    top: auto;
    bottom: 12vh;
    font-size: 0;
    width: 70px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .sidebnr img {
    width: 40px;
  }

  .sidebnr span.txt {
    display: none;
  }
}
/*-----------------------------------------------------------------

FOOTER COMMON Contact

-----------------------------------------------------------------*/
.FootersubNav {
  display: flex;
  flex-wrap: wrap;
  border-radius: 50px;
  margin-bottom: 60px;
  background-color: #1d2e3f;
}

.FootersubNav .col {
  flex: 1;
  border-right: 1px solid #3d5164;
}

.FootersubNav .col:last-child {
  border-right: none !important;
}

.FootersubNav a {
  position: relative;
  padding: 1.5em 1em;
  color: #FFF;
  font-size: 15px;
  line-height: 1.2;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: .6s;
  z-index: 1;
}

.FootersubNav .current a {
  color: inherit;
  background-color: #bec9d0;
}

.FootersubNav a:hover {
  color: inherit;
  text-decoration: none;
}

/*.FootersubNav a:hover::before, 
.FootersubNav .current a::before{
    content: "";
    display: block;
    position: absolute;
    border-left: 1px solid #1d2e3f;
    height: 1em;
    top: 0;
    left: 50%;
    z-index: 1;
}*/
.FootersubNav a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0rem;
  left: 0rem;
  right: 0rem;
  height: 100%;
  transform: scaleX(0);
  transform-origin: center right;
  background-color: rgba(255, 255, 255, 0.85);
  transition: .8s ease transform;
  z-index: -1;
}

.FootersubNav a:hover::after {
  transform: scaleX(1);
  transform-origin: center left;
}

@media only screen and (max-width: 690px) {
  .FootersubNav {
    border-radius: 0;
  }

  .FootersubNav .col {
    flex: initial;
    width: 50%;
    background: none !important;
  }

  .FootersubNav .col:nth-child(even) {
    border-right: none;
  }

  .FootersubNav .col:nth-child(-n+2) {
    border-bottom: 1px solid #575757;
  }

  .FootersubNav a {
    padding: 1em;
    font-size: inherit;
  }
}
/*-----------------------------------------------------------------

FOOTER COMMON Contact

-----------------------------------------------------------------*/
.commonCv {
  position: relative;
  color: #FFF;
  background: url(../image/keihi_img_cv_bg.jpg) no-repeat center top/cover;
  z-index: 0;
}
.commonCv .HTitl {
  color: #fff;
}

.commonCv .inner {
  max-width: 1020px;
  padding: 4em 0;
}

.commonCv .titleArea {
  text-align: center;
}

.commonCv .fl {
  justify-content: center;
  margin-bottom: 25px;
  margin-top: 15px;
}

.commonCv .col {
  max-width: none;
  flex: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
}

.commonCv .col + .col {
  margin-left: 2em;
}

.commonCv .bttn {
  position: relative;
  margin-top: 10px;
  max-width: none;
  height: 100%;
}

.commonCv .bttn a {
  min-width: auto;
  padding: 16px 5em;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  line-height: 1.2;
  height: 100%;
  color: #009844;
  background-color: #fff;
  border-radius: 0;
  border-width: 0 0 5px 0;
  border-style: solid;
  border-color: #009844;
}

.commonCv .bttn.srv a {
  color: #00C156;
  border-color: #00C156;
}

.commonCv .bttn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: #009844 url(../image/common/icon_dl.png) no-repeat center/auto;
  z-index: 10;
}

.commonCv .bttn:hover {
  color: #009844;
}

.commonCv .bttn.srv:hover {
  color: #009844;
}

.commonCv .bttn a:hover {
  color: #fff;
}

.commonCv .bttn:hover::before {
  background-color: #fff;
  background-image: url(../image/common/keihi_icon_dl_on.png);
}

.commonCv .bttn.srv::before {
  background: #00C156 url(../image/common/icon_mail.png) no-repeat center/auto;
}

.commonCv .bttn.srv:hover::before {
  background: #fff url(../image/common/keihi_icon_mail_on.png) no-repeat center/auto;
}

.commonCv .bttn.wt a::after {
  color: #fff;
  background-color: #009844;
}

.commonCv .srv.bttn.wt a::after {
  color: #fff;
  background-color: #00C156;
}

.commonCv .tel {
  text-align: center;
}

.commonCv .num::before {
  content: url(../image/common/icon_tel.png);
  display: inline-block;
  position: relative;
  top: 3px;
  margin-right: 5px;
}

.commonCv .num,
.commonCv .num a {
  display: block;
  color: #FFF;
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
  margin: 5px auto;
}

@media only screen and (max-width: 980px) {
  .commonCv .bttn a {
    padding: 16px 2em;
  }

  .commonCv .bttn::before {
    left: 20px;
  }
}
@media only screen and (max-width: 690px) {
  .commonCv .inner {
    padding: 2em 0;
  }

  .commonCv .fl {
    margin-top: 0;
  }

  .commonCv .col {
    text-align: left;
  }

  .commonCv .col + .col {
    margin-top: 2em;
    margin-left: 0;
  }

  .commonCv .bttn a {
    font-size: initial;
    min-height: 70px;
  }
}
/*-----------------------------------------------------------------

footer

-----------------------------------------------------------------*/
footer {
  background-color: #FFF;
}

footer.template_c2 .footer_lead_block {
  padding: 2em 0;
  display: flex;
  align-items: center;
}

footer.template_c2 .footer_logo {
  margin: 0 auto 0 0;
}

footer.template_c2 .footer_logo a {
  display: flex;
}

footer.template_c2 .footer_logo a img {
  max-width: 100%;
  width: auto;
  height: auto;
}

footer.template_c2 .footer_sns {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer.template_c2 .footer_sns a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
}

footer.template_c2 #footer_nav {
  background: #00C156;
}

footer.template_c2 #footer_nav .footer_nav_block {
  padding-top: 4vh;
}

footer.template_c2 .footer_nav_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

footer.template_c2 .fnav_unit {
  width: calc(100% / 4);
}

footer.template_c2 .fnav_unit_one {
  margin-bottom: 1em;
}

footer.template_c2 .fnav_title {
  margin-bottom: 10px;
}

footer.template_c2 .fnav_title a {
  position: relative;
  line-height: 1.2;
  font-size: 15px;
  color: #FFF;
}

footer.template_c2 .fnav_title a::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: currentColor;
  transform: rotate(45deg);
  position: relative;
  top: -2px;
  margin-left: 6px;
  transition: .6s;
}

footer.template_c2 .fnav_list li {
  list-style: none;
  margin-bottom: 8px;
  line-height: 1.4;
}

footer.template_c2 .fnav_list li a {
  position: relative;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
}

/*footer.template_c2 .fnav_list li a::before {
  content: '';
  width: 4px;
  height: 4px;
  border: 0px;
  border-top: solid 1px #009844;
  border-right: solid 1px #009844;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2px;
}*/
footer.template_c2 #footer_info {
  background-color: #00C156;
}

footer.template_c2 #footer_info .inner {
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
}

footer.template_c2 #footer_info .footer_info_navi a {
  display: inline-block;
  color: #ffffff;
  padding-right: 1em;
  font-size: 12px;
}

footer.template_c2 #footer_info .footer_info_navi a + a {
  padding-left: 1em;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

footer.template_c2 #footer_info small {
  margin-left: auto;
  color: #ffffff;
  letter-spacing: .1em;
}

@media only screen and (max-width: 979px) {
  footer.template_c2 .fnav_unit {
    width: calc(100% / 3);
  }

  footer.template_c2 .fnav_list {
    margin-bottom: 20px;
  }

  footer.template_c2 .fnav_list li {
    margin-bottom: 4px;
  }
}
@media only screen and (max-width: 690px) {
  footer.template_c2 .footer_lead_block {
    display: block;
  }

  footer.template_c2 .footer_logo {
    margin: 0 auto 10px;
  }

  footer.template_c2 .footer_logo a {
    justify-content: center;
  }

  footer.template_c2 .footer_logo a img {
    margin: 0;
  }

  footer.template_c2 .fnav_unit {
    width: 100%;
  }

  footer.template_c2 .fnav_unit_one {
    margin-bottom: 0;
  }

  footer.template_c2 #footer_nav .footer_nav_block {
    padding: 0;
  }

  footer.template_c2 .fnav_list {
    display: none;
  }

  footer.template_c2 .fnav_title {
    margin-bottom: 0;
  }

  footer.template_c2 .fnav_title a {
    display: block;
    padding: 12px 1em;
    background-position: 15px 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 14px;
    font-weight: normal;
  }

  footer.template_c2 .fnav_unit:first-child .fnav_unit_one:first-child .fnav_title a {
    border-top: none;
  }

  footer.template_c2 .fnav_title a::after {
    transform: translateY(-50%) rotate(45deg);
    margin-left: 0;
    position: absolute;
    left: 0;
    top: 50%;
  }

  footer.template_c2 .fnav_unit:last-child .fnav_unit_one:last-child .fnav_title a {
    border-bottom: none;
  }

  footer.template_c2 #footer_info .inner {
    display: block;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 8px;
  }

  footer.template_c2 #footer_info .footer_info_navi a {
    color: #ffffff;
    padding: 2px 1em;
    font-size: 12px;
  }

  footer.template_c2 #footer_info .footer_info_navi a + a {
    padding-left: 0;
    border-left: none;
  }

  footer.template_c2 #footer_info small {
    display: block;
    margin-top: 20px;
    padding-top: 8px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
}
/*-------------------------------------------------------------------

サイド fixed ボタン

---------------------------------------------------------------------*/
.fixedbtn {
  position: fixed;
  z-index: 3000;
  right: -30px;
  bottom: 40%;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  opacity: 0;
  transition: all .5s ease;
}

body.headerbg .fixedbtn {
  right: 0;
  opacity: 1;
}

.fixedbtn a {
  display: block;
  background: #00C156;
  border: solid 3px #FFF;
  color: #ffd400;
  border-right: none;
  padding: 20px 10px;
  border-radius: 6px 0 0 6px;
  text-decoration: none;
  font-size: 20px;
  letter-spacing: .1em;
  font-weight: 500;
}

.fixedbtn a:hover {
  padding: 20px 30px;
}

@media only screen and (max-width: 979px) {
  .fixedbtn {
    display: none !important;
  }
}
/*-----------------------------------------------------------------

pagetitle

-----------------------------------------------------------------*/
#pagetitle {
  padding: 80px 0;
  text-align: center;
  background-image: url(../image/pagetitle_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

#pagetitle .pagetitle_bg {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 2;
}

#pagetitle .pagetitle_block {
  position: relative;
  z-index: 3;
}

#pagetitle .pagetitle_block .pagetitle {
  color: #ffffff;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
  position: relative;
}

/*#pagetitle .pagetitle_block .pagetitle::after {
  content: "";
  width: 32px;
  height: 4px;
  background-color: #009844;
  position: absolute;
  bottom: -16px;
  left: calc(50% - 16px);
}
*/
@media only screen and (max-width: 979px) {
  #contents_left #pagetitle {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }

  #pagetitle {
    padding: 2em;
  }

  #pagetitle .pagetitle_block .pagetitle {
    font-size: 20px;
    text-align: left;
  }

  /*  #pagetitle .pagetitle_block .pagetitle::after {
    height: 3px;
  }*/
}
/*-----------------------------------------------------------------

case info

-----------------------------------------------------------------*/
.case_info {
  padding: 16px 0 16px 24px;
  border-left: 2px solid #dddddd;
}

.case_info_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
}

.case_info_list dt {
  width: 120px;
  font-weight: bold;
}

.case_info_list dd {
  width: calc(100% - 120px);
  padding-left: 16px;
}

/*-----------------------------------------------------------------

support info

-----------------------------------------------------------------*/
.support_info {
  padding: 3em 5% 1.5em;
  border: 1px solid #dddddd;
}

.support_info_title {
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 40px;
}

.si_tel,
.si_mail {
  font-size: 48px;
  line-height: 1.2;
}

.si_tel::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f095";
  display: inline-block;
  padding-right: 5px;
  vertical-align: middle;
  font-size: 22px;
  font-size: 24px;
}

.si_mail::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0e0";
  display: inline-block;
  padding-right: 8px;
  /*vertical-align: middle;*/
  font-size: 20px;
}

@media only screen and (max-width: 979px) {
  .support_info_title {
    font-weight: bold;
    font-size: 20px;
  }

  .si_tel,
  .si_mail {
    font-size: 30px;
  }

  .si_tel::before {
    font-size: 20px;
  }

  .si_mail::before {
    font-size: 16px;
  }
}
@media only screen and (max-width: 690px) {
  .support_info {
    padding: 2em 16px .5em;
  }

  .si_tel,
  .si_mail {
    font-size: 26px;
  }

  .si_tel::before {
    font-size: 16px;
  }

  .si_mail::before {
    font-size: 14px;
  }
}
.dlb_box2-2_it .dlb_box2-2_txt {
  position: relative;
}

.dlb_box2-2_it .dlb_box2-2_txt::before {
  position: absolute;
  top: calc(50% - 10px);
  left: -16px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 16px 10px 0;
  border-color: transparent #ffffff transparent transparent;
}

.dlb_box2-2_ti .dlb_box2-2_txt {
  position: relative;
}

.dlb_box2-2_ti .dlb_box2-2_txt::after {
  position: absolute;
  top: calc(50% - 10px);
  right: -16px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 16px;
  border-color: transparent transparent transparent #ffffff;
}

@media only screen and (max-width: 690px) {
  .dlb_box2-2_it .dlb_box2-2_txt::before,
  .dlb_box2-2_ti .dlb_box2-2_txt::after {
    display: none;
  }
}
/*-----------------------------------------------------------------

faq

-----------------------------------------------------------------*/
.faq_block {
  padding-top: 16px;
  border-top: 2px solid #dddddd;
}

.faq_title {
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #dddddd;
}

/*-----------------------------------------------------------------

adobe link

-----------------------------------------------------------------*/
.adobe_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f5f5;
  padding: 3em 1em;
}

.adobe_link .icon {
  margin-right: 5%;
}

.adobe_link .txt a {
  text-decoration: underline;
}

@media only screen and (max-width: 979px) {
  .adobe_link {
    display: none;
  }
}
/*-----------------------------------------------------------------

TOP サービス紹介ブロック

-----------------------------------------------------------------*/
.list_icon li {
  list-style: none;
  background-position: left center;
  background-size: 48px auto;
  padding: 12px 0 12px 70px;
  background-repeat: no-repeat;
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 16px;
}

.list_icon li.list_icon01 {
  background-image: url(../image/icon_chat.png);
}

.list_icon li.list_icon02 {
  background-image: url(../image/icon_headset.png);
}

.list_icon li.list_icon03 {
  background-image: url(../image/icon_laptop.png);
}

.list_icon li.list_icon04 {
  background-image: url(../image/icon_help.png);
}

.col_bg .dlb_box2-2_area .dlb_box2-2_txt {
  background-color: #ffffff;
}

.col_bg .dlb_box2-2_area {
  -webkit-box-shadow: 5px 5px 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px 4px 0px rgba(0, 0, 0, 0.1);
}

.list_link .col {
  height: 280px;
  position: relative;
  -webkit-transition: all .2s ease 0s;
  -o-transition: all .2s ease 0s;
  transition: all .2s ease 0s;
}

.list_link .col::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.7);
}

.list_link .col:hover {
  -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
}

.list_link .col:hover a {
  text-decoration: underline;
}

.list_link .col:hover::before {
  background-color: rgba(51, 51, 51, 0.4);
}

.list_link .list_link_img {
  height: 100%;
}

.list_link .list_link_txt {
  position: absolute;
  z-index: 2;
  height: 100%;
  display: table;
}

.list_link .list_link_txt_in {
  padding: 16px 2em;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #ffffff;
}

.list_link .list_link_txt_in a {
  color: #ffffff;
}

.list_link .list_link_title {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 8px;
}

.list_link .list_link_title_en {
  font-size: 13px;
  margin-bottom: 16px;
  letter-spacing: .1em;
  line-height: 1.2;
}

@media only screen and (max-width: 690px) {
  .list_link .col {
    height: 160px;
  }

  .list_link .list_link_title {
    font-size: 24px;
  }

  .list_link .list_link_txt_in {
    padding: 8px 1.5em;
  }
}
/*---------------------------------------------------------------
-----------------------------------------------------------------

dlb_box3-6_area ブロックダウンロード

-----------------------------------------------------------------
-----------------------------------------------------------------*/
.dlb_box3-6_area .col {
  border: 1px solid #dddddd;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  background-color: #ffffff;
}

.dlb_box3-6_area .col:hover {
  -webkit-box-shadow: 5px 2px 10px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 2px 10px 2px rgba(0, 0, 0, 0.1);
}

.dlb_box3-6_area .col:hover .txt_link {
  text-decoration: underline;
  color: #009844;
}

.dlb_box3-6_area .dlb_box3-6_txt {
  padding: 24px;
}

/* ----------------------------

サムネイル名 ： フロー図 No.01

----------------------------- */
.dlb-flow_area_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.dlb-flow_area_2 .dlb-flow_item {
  width: 120px;
  text-align: center;
  padding: 4% 2%;
  font-size: 12px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.dlb-flow_area_2 .dlb-flow_num {
  margin-bottom: 30px;
  position: relative;
  letter-spacing: .1em;
  font-weight: bold;
}

.dlb-flow_area_2 .dlb-flow_num::after {
  content: "";
  width: 16px;
  height: 2px;
  position: absolute;
  bottom: -15px;
  left: calc(50% - 8px);
}

.dlb-flow_area_2 .dlb-flow_txt {
  width: calc(100% - 120px);
  padding: 1.5em;
  border-width: 1px;
  border-style: solid;
}

.dlb-flow_area_2 .dlb-flow_title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.4;
}

.dlb-flow_area_2 + .dlb-flow_area_2 {
  margin-top: 40px;
}

.dlb-flow_area_2 + .dlb-flow_area_2 .dlb-flow_item::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 12px 0 12px;
  position: absolute;
  top: -30px;
  left: calc(50% - 12px);
}

@media only screen and (max-width: 690px) {
  .dlb-flow_area_2 {
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .dlb-flow_area_2 .dlb-flow_item {
    width: 100%;
    max-width: 100%;
    text-align: left;
    padding: 1em 1.5em;
  }

  .dlb-flow_area_2 .dlb-flow_num {
    margin-bottom: 0;
    margin-right: 5px;
    display: inline-block;
    font-size: 12px;
  }

  .dlb-flow_area_2 .dlb-flow_num::after {
    display: none;
  }

  .dlb-flow_area_2::after {
    display: none;
  }

  .dlb-flow_area_2 .dlb-flow_txt {
    display: block;
    width: 100%;
    padding: 32px 16px 16px;
  }

  .dlb-flow_area_2 .dlb-flow_title {
    font-size: 18px;
  }

  .dlb-flow_area_2 .col_l {
    margin-top: 0;
  }

  .dlb-flow_area_2 .dlb-flow_txt {
    padding-bottom: 1em;
  }
}
.dlb-flow_area_2.last .dlb-flow_item::after,
.dlb-flow_area_2.last::after {
  display: none;
}

/* ----------------------------

サムネイル名 ： ポイント No.01

----------------------------- */
.dlb-point_area_1 .col {
  padding: 24px;
  border: 1px solid #dddddd;
  border-radius: 6px;
}

.dlb-point_area_1 .dlb-point_num {
  width: 90%;
  margin: -44px auto 24px;
  text-align: center;
  background-color: #009844;
  color: #ffffff;
  line-height: 40px;
  font-weight: bold;
}

.dlb-point_area_1 .dlb-point_title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 8px;
  line-height: 1.4;
}

@media only screen and (max-width: 690px) {
  .dlb-point_area_1 .col {
    margin-bottom: 32px;
  }
}
/*-----------------------------------------------------------------

サムネイル名 ： box No.

-----------------------------------------------------------------*/
.dlb_box2-9_img {
  float: right;
  width: 240px;
  margin-right: 0;
  margin-left: 32px;
  margin-bottom: 32px;
}

@media only screen and (max-width: 690px) {
  .dlb_box2-9_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .dlb_box2-9_img {
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin: 16px 0 0 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .dlb_box2-9_txt {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
/*-----------------------------------------------------------------

CTA 共通お問い合わせ

-----------------------------------------------------------------*/
#cta_area.template_c2 {
  margin-top: 80px;
  background-color: #293337;
  padding: 32px 16px 40px;
}

#cta_area.template_c2 .cta_block {
  max-width: 880px;
  margin: auto;
}

#cta_area.template_c2 .cta_title {
  text-align: center;
  color: #ffffff;
  font-size: 22px;
  margin-bottom: 32px;
  font-weight: bold;
  line-height: 1.4;
}

#cta_area.template_c2 .cta_block .col {
  padding: 0 16px;
}

#cta_area.template_c2 .cta_txt {
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 16px;
}

#cta_area.template_c2 .cta_btn {
  max-width: 400px;
  margin: auto;
}

#cta_area.template_c2 .cta_btn a {
  display: block;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 24px 16px 24px 8px;
  background-color: #009844;
  background-image: url("../image/common/icon_arr.png");
  background-position: calc(100% - 1em) center;
  background-repeat: no-repeat;
  background-size: 24px auto;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
}

#cta_area.template_c2 .cta_l .cta_btn a {
  background-color: #009844;
}

#cta_area.template_c2 .cta_r .cta_btn a {
  background-color: #1E7B7E;
}

#cta_area.template_c2 .cta_btn a:hover {
  text-decoration: none;
  -webkit-box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.4);
}

@media only screen and (max-width: 699px) {
  #cta_area.template_c2 {
    margin-top: 40px;
    padding-bottom: 16px;
  }

  #cta_area.template_c2 .cta_title {
    margin-bottom: 8px;
    font-size: 18px;
  }

  #cta_area.template_c2 .cta_block .col {
    width: 100%;
    margin: 16px auto 24px;
  }

  #cta_area.template_c2 .cta_btn a {
    font-size: 16px;
    background-size: 16px auto;
  }

  #cta_area.template_c2 .cta_txt {
    margin-bottom: 12px;
  }
}
/*-----------------------------------------------------------------

製品詳細 (template common)

-----------------------------------------------------------------*/
/*-- template item product btn -----------------------------------------*/
.templateitem_btn_area {
  padding: 40px 0 40px;
}

/* btn */
.templateitem_btn li {
  list-style: none;
  margin-bottom: 0;
}

.templateitem_btn li a {
  display: block;
  text-align: center;
  padding: 16px 8px;
  border-radius: 50px;
  font-weight: bold;
  font-size: 16px;
  position: relative;
}

.templateitem_btn li a::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  bottom: calc(50% - 3px);
  right: 30px;
  -webkit-transition: all .2s ease 0s;
  -o-transition: all .2s ease 0s;
  transition: all .2s ease 0s;
}

.templateitem_btn li a:hover {
  text-decoration: none;
}

.templateitem_btn li a:hover::after {
  right: 27px;
}

@media only screen and (max-width: 979px) {
  .templateitem_btn_area {
    padding: 40px 0 15px;
  }

  .templateitem_btn li {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 690px) {
  .templateitem_btn_area {
    padding: 30px 0 15px;
  }

  .templateitem_btn li {
    margin-bottom: 15px;
  }

  .templateitem_btn li a {
    font-size: 14px;
  }
}
/*-- template item product link -----------------------------------------*/
/* link */
.templateitem_link li {
  list-style: none;
  margin-bottom: 0;
}

.templateitem_link li a {
  display: block;
  padding: 20px 8px 20px 90px;
  background-size: 40px 40px;
  background-repeat: no-repeat;
  background-position: 30px center;
  font-size: 18px;
  position: relative;
}

.templateitem_link li a::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  bottom: calc(50% - 3px);
  right: 30px;
  -webkit-transition: all .2s ease 0s;
  -o-transition: all .2s ease 0s;
  transition: all .2s ease 0s;
}

.templateitem_link li a:hover {
  text-decoration: none;
}

.templateitem_link li a:hover::after {
  right: 27px;
}

.templateitem_link li.icon a {
  padding: 20px 8px 20px 40px;
}

.templateitem_link li em {
  margin-right: 15px;
  font-size: 22px;
}

@media only screen and (max-width: 690px) {
  .templateitem_link li a {
    font-size: 16px;
    background-size: 30px 30px;
    background-position: 20px center;
    padding-left: 70px;
  }
}
/*-- template item product contents title -----------------------------------------*/
.templateitemcon_lead_area {
  margin-bottom: 25px;
}

.templateitemcon_title {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  padding-bottom: 10px;
  margin-bottom: 25px;
}

.templateitemcon_title::after {
  content: "";
  width: 40px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.templateitemcon_lead {
  font-size: 24px;
  font-weight: bold;
}

@media only screen and (max-width: 979px) {
  .templateitemcon_lead_area {
    margin-bottom: 20px;
  }

  .templateitemcon_lead {
    font-size: 24px;
  }
}
@media only screen and (max-width: 690px) {
  .templateitemcon_title {
    padding-bottom: 10px;
    margin-bottom: 15px;
  }

  .templateitemcon_lead {
    font-size: 18px;
  }
}
/*-- template item product contents 01 -----------------------------------------*/
.templateitemcon01_area {
  padding: 60px 0;
}

.templateitemcon01_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.templateitemcon01_img {
  width: 42%;
}

.templateitemcon01_txt {
  width: 58%;
  padding-left: 60px;
}

.templateitemcon01_catch {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 25px;
}

@media only screen and (max-width: 979px) {
  .templateitemcon01_area {
    padding: 50px 0;
  }

  .templateitemcon01_img {
    width: 45%;
  }

  .templateitemcon01_txt {
    width: 55%;
    padding-left: 30px;
  }

  .templateitemcon01_catch {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 690px) {
  .templateitemcon01_area {
    padding: 30px 0;
  }

  .templateitemcon01_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .templateitemcon01_img {
    width: 100%;
  }

  .templateitemcon01_txt {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }

  .templateitemcon01_catch {
    font-size: 18px;
  }
}
/*-- template item product contents 02 -----------------------------------------*/
.templateitemcon02_area .col .col {
  margin-bottom: 0;
}

.templateitemcon_subtitle {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

@media only screen and (max-width: 979px) {
  .templateitemcon02_area .col .col {
    width: calc(50% - 12px);
    margin-left: 24px;
  }

  .templateitemcon02_area .col .col:nth-child(2n+1) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 690px) {
  .templateitemcon02_area .col .col {
    width: 100%;
    margin-left: 0;
    margin-bottom: 24px;
  }

  .templateitemcon02_area .col .col:last-child {
    margin-bottom: 0;
  }

  .templateitemcon02_area .col .col:nth-child(2n+1) {
    margin-left: 0;
  }
}
/*-- template item product contents 08 -----------------------------------------*/
@media only screen and (max-width: 979px) {
  .templateitemcon08_area .col .col {
    width: calc(50% - 12px);
    margin-left: 24px;
    margin-bottom: 0;
  }

  .templateitemcon08_area .col .col:nth-child(2n+1) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 690px) {
  .templateitemcon08_area .col {
    margin-bottom: 24px;
  }

  .templateitemcon08_area .col .col {
    width: 100%;
    margin-left: 0;
    margin-bottom: 16px;
  }
}
/*-- template item product contents 09 -----------------------------------------*/
@media only screen and (max-width: 979px) {
  .easyzoom img {
    max-width: 100%;
    height: auto;
    width: auto;
    display: block;
    margin: auto;
  }
}
/*-- template item product contents 10 -----------------------------------------*/
.templateitemcon10_area {
  padding: 30px 0 20px;
}

.templateitemcon10_block {
  max-width: 980px;
}

.templateitemcon10_title {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 15px;
  text-align: center;
}

.templateitemcon10_box {
  height: 200px;
  position: relative;
}

.templateitemcon10_box::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

.templateitemcon10_bg {
  height: 200px;
  position: relative;
}

.templateitemcon10_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  font-weight: bold;
  text-align: center;
}

.templateitemcon10_txt a {
  display: block;
  position: relative;
}

.templateitemcon10_txt a[target="_blank"]::before {
  content: "";
  display: block;
  margin: 0 auto 15px;
  width: 20px;
  height: 20px;
}

.templateitemcon10_box:hover a,
.templateitemcon10_box a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 979px) {
  .templateitemcon10_area {
    padding: 40px 0 10px;
  }

  .templateitemcon10_title {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .templateitemcon10_box {
    height: auto;
  }

  .templateitemcon10_box::after {
    display: none;
  }

  .templateitemcon10_block .templateitemcon10_box {
    margin-bottom: 30px;
  }

  .templateitemcon10_txt {
    position: relative;
    height: auto;
    padding: 15px 0 0;
    display: block;
  }

  .templateitemcon10_txt a {
    text-align: left;
  }

  .templateitemcon10_txt a[target="_blank"]::before {
    display: none;
  }

  .templateitemcon10_txt a[target="_blank"]::after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-left: 8px;
  }

  .templateitemcon10_bg {
    height: auto;
  }

  .templateitemcon10_bg img {
    height: auto;
    width: auto;
    max-width: 100%;
    display: block;
    margin: auto;
  }
}
/*-- template item product contents 11 -----------------------------------------*/
.templateitemcon11_box {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 280px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2% 8%;
}

.templateitemcon11_box::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  z-index: 0;
}

.templateitemcon11_block .templateitemcon11_box {
  margin: 0;
  width: 50%;
}

.templateitemcon11_boxin {
  position: relative;
  z-index: 1;
  width: 100%;
}

.templateitemcon11_title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.4;
}

.templateitemcon11_txt {
  text-align: center;
  margin-bottom: 30px;
}

.templateitemcon11_btn {
  text-align: center;
}

.templateitemcon11_btn a {
  display: inline-block;
  min-width: 300px;
  padding: 10px 8px;
  border-radius: 80px;
  font-size: 16px;
  position: relative;
}

.templateitemcon11_btn a::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  bottom: calc(50% - 3px);
  right: 30px;
  -webkit-transition: all .2s ease 0s;
  -o-transition: all .2s ease 0s;
  transition: all .2s ease 0s;
}

.templateitemcon11_btn a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 690px) {
  .templateitemcon11_box {
    height: auto;
    padding: 10% 7%;
  }

  .templateitemcon11_block .templateitemcon11_box {
    width: 100%;
  }

  .templateitemcon11_title {
    font-size: 20px;
  }

  .templateitemcon11_txt {
    margin-bottom: 20px;
  }
}
/* ----------------------------

選ばれる理由

----------------------------- */
.featurebttmBlocks .fl {
  justify-content: space-between;
  background: RGBA(255, 255, 255, 0.75);
}

.featurebttmBlocks .col {
  width: 48%;
  display: flex;
  justify-content: space-between;
}

.featurebttmBlocks .col:last-child .txt_link,
.featurebttmBlocks .col:last-child .bttn {
  position: absolute;
  right: 0;
  bottom: 0;
}

.featurebttmBlocks .inn_ {
  position: relative;
  width: calc(100% - 150px);
}

.featurebttmBlocks .iconR {
  margin: auto;
}

.featurebttmBlocks .list_disk {
  display: flex;
  flex-wrap: wrap;
}

.featurebttmBlocks .list_disk li {
  width: calc(50% - 10px);
}

@media only screen and (max-width: 980px) {
  .featureBlocks.bottom .inner {
    padding: 2em;
  }

  .featurebttmBlocks .fl {
    display: block;
  }

  .featurebttmBlocks .col {
    width: 100%;
  }
}
@media only screen and (max-width: 690px) {
  .featurebttmBlocks .col {
    display: block;
  }

  .featurebttmBlocks .col + .col {
    margin-top: 30px;
  }

  .featurebttmBlocks .inn_ {
    width: 100%;
    margin-top: 15px;
  }

  .featurebttmBlocks .list_disk li {
    width: calc(100% - 10px);
  }

  .featurebttmBlocks .iconR {
    display: none;
  }
}
/* ----------------------------

国内手配サービス一覧

----------------------------- */
.LiguidBlocks {
  background-color: #EEE;
  border-top: 2px solid #EEE;
  box-sizing: border-box;
  overflow: hidden;
}

.LiguidBlocks .inner {
  /*  width: 100%;
  padding: 0 2%;*/
}

.LiguidBlocks .fl {
  position: relative;
}

.LiguidBlocks .col {
  position: relative;
  width: 50%;
  z-index: 1;
  transition: .6s;
}

.LiguidBlocks .col.rgt {
  padding-left: 3em;
}

.LiguidBlocks .lft.bgwhite::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -25vw;
  width: calc(100% + 25vw);
  height: 100%;
  background-color: #FFF;
  z-index: 2;
  transition: .6s;
}

.LiguidBlocks .rgt.bgwhite::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -25vw;
  width: calc(100% + 25vw);
  height: 100%;
  background-color: #FFF;
  z-index: 2;
  transition: .6s;
}

.LiguidBlocks .foto {
  margin-bottom: 30px;
}

/*HOVER*/
.LiguidBlocks .col::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 0;
  height: 4px;
  background-color: #009844;
  z-index: 2;
  transition: .6s;
}

.LiguidBlocks .col.lft::after {
  left: -25vw;
}

.LiguidBlocks .col.rgt::after {
  right: -25vw;
}

.LiguidBlocks .bl-hover.col.lft::after,
.LiguidBlocks .bl-hover.col.rgt::after {
  width: calc(100% + 25vw);
}

.LiguidBlocks .inn {
  position: relative;
  max-width: 450px;
  width: 100%;
  padding: 4em 0;
  z-index: 10;
}

@media only screen and (max-width: 690px) {
  .LiguidBlocks,
  .LiguidBlocks:nth-child(odd) .col {
    border: none;
    background-color: #FFF;
  }

  .LiguidBlocks .col {
    width: 100%;
    margin-bottom: 60px;
  }

  .LiguidBlocks .col.rgt {
    padding-left: 0;
  }

  .LiguidBlocks .inn {
    padding: 0;
    max-width: none;
  }

  .LiguidBlocks .foto {
    height: 150px;
    overflow: hidden;
  }

  .LiguidBlocks .lft.bgwhite::before,
  .LiguidBlocks .rgt.bgwhite::before,
  .LiguidBlocks .col::after {
    display: none;
  }
}
/* ----------------------------

ＪＲ券、航空券等の交通予約

----------------------------- */
/*LOGO LIST*/
.logoList {
  line-height: 1.2;
}

.logoList .icon {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.logoList .icon img {
  position: relative;
  max-height: 70px;
}

.logoList .icon.sky img {
  top: -10px;
}

@media only screen and (max-width: 690px) {
  .logoList .icon.sky img {
    top: -5px;
  }
}
/*主な商品別メリット
____________________*/
.ticketList .col {
  padding: 2%;
  display: flex;
  border-bottom: 2px solid #E6F0FB;
  background: #ecfbf2;
}

.ticketList .col:nth-child(4n+2),
.ticketList .col:nth-child(4n+3) {
  background-color: #d2f0df;
}

.ticketList .icon {
  width: 100px;
  margin-right: 4%;
}

.ticketList .titlearea {
  flex: 1;
}

.ticketList .HTitl {
  margin-bottom: 15px;
}

@media only screen and (max-width: 690px) {
  .ticketList .col {
    display: block;
  }

  .ticketList .col:nth-child(odd) {
    background-color: #ecfbf2;
  }

  .ticketList .col:nth-child(even) {
    background-color: #d2f0df;
  }

  .ticketList .icon {
    margin: 0 auto 20px;
  }

  .ticketList .titlearea {
    width: 100%;
    flex: initial;
  }
}
/*背景2色ブロック
____________________*/
.dobbox {
  counter-reset: number;
}

.dobbox .col {
  padding: 2em;
  border-bottom: 2px solid #E6F0FB;
  background: #ecfbf2;
}

.dobbox .col:nth-child(4n+2),
.dobbox .col:nth-child(4n+3) {
  background-color: #d2f0df;
}

.dobbox .inn_ {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.dobbox .HTitl {
  position: relative;
}

.dobbox .num {
  position: relative;
  background-color: #00C156;
  color: #FFF;
  padding: 5px 1em;
  margin-right: 15px;
  line-height: 1;
}

.dobbox .num::after {
  content: "0" counter(number);
  counter-increment: number 1;
  font-size: 26px;
  font-weight: 600;
  display: block;
}

@media only screen and (max-width: 690px) {
  .dobbox .col:nth-child(odd) {
    background-color: #ecfbf2;
  }

  .dobbox .col:nth-child(even) {
    background-color: #d2f0df;
  }
}
/*システム機能一覧
____________________*/
.function .dlList {
  display: block;
}

.function .dlList dt {
  margin-bottom: 15px;
}

.function .dlList dt,
.function .dlList dd {
  width: 100%;
  margin-right: 0;
}

/*アンカーロゴ
_____________________*/
.AnchorlogoLink a {
  display: block;
  text-align: center;
  background-color: #FFF;
  border: 1px solid #B5CEDF;
  border-radius: 10px;
  padding: 2em 1em 1em;
  cursor: pointer;
  transition: .6s;
}

.AnchorlogoLink a:hover {
  text-decoration: none;
  box-shadow: 0 0 40px -10px #AAA;
}

.AnchorlogoLink .HTitl {
  margin-top: 20px;
  font-size: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
}

.AnchorlogoLink .tour img,
.AnchorlogoLink .transfer img {
  max-width: 80px !important;
}

@media only screen and (max-width: 690px) {
  .AnchorlogoLink .iconR,
  .AnchorlogoLink .HTitl br {
    display: none;
  }

  .AnchorlogoLink a {
    padding: 1em;
    border: 2px solid #A0CDFB;
  }

  .AnchorlogoLink .HTitl {
    margin-top: 0;
  }
}
/*FLOW
____________________*/
.flowblocks {
  position: relative;
  line-height: 1.2;
  margin-bottom: 6vh;
}

.flowblocks .box {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
  padding: 2em;
  background-color: RGBA(255, 255, 255, 0.9);
  box-shadow: 0 0 11px -3px #BBB;
}

.flowblocks::after {
  content: "";
  border-style: solid;
  border-width: 13px 13px 0 13px;
  border-color: #009844 transparent transparent transparent;
  position: absolute;
  left: 50%;
  bottom: -3.5vh;
  transform: translateX(-50%);
}

.flowblocks.end::after {
  display: none;
}

.flowblocks .fl {
  justify-content: space-between;
  align-items: center;
}

.flowblocks .titlarea {
  position: relative;
  /*flex: 1;*/
  width: calc(100% - 300px);
}

.flowblocks .Titl {
  position: relative;
  font-size: 28px;
  line-height: 1.2;
  padding-left: 70px;
  margin-bottom: 20px;
}

.flowblocks .STEP {
  position: absolute;
  top: 0;
  left: -40px;
  font-size: 15px;
  background-color: #009844;
  color: #FFF;
  padding: 10px 15px;
  font-weight: 600;
  letter-spacing: .05em;
}

.flowblocks .STEP::after {
  content: "";
  border-style: solid;
  border-width: 10px 0px 0 10px;
  border-color: #003166 transparent transparent transparent;
  position: absolute;
  left: 0;
  bottom: -10px;
}

.flowblocks .foto {
  max-width: 300px;
}

@media only screen and (max-width: 690px) {
  .flowblocks .titlarea,
  .flowblocks .foto {
    width: 100%;
  }

  .flowblocks .Titl {
    font-size: 20px;
  }

  .flowblocks .STEP {
    top: -.5em;
  }

  .flowblocks .foto {
    margin: 20px auto 0;
  }
}
/*-----------------------------------------------------------------

導入事例　詳細ページ

-----------------------------------------------------------------*/
.CaseDetailblocks {
  position: relative;
  margin-bottom: 40vh;
}

.CaseDetailblocks .foto img {
  width: 100%;
  height: auto;
}

.CaseDetailblocks .inner {
  background-color: RGBA(255, 255, 255, 0.84);
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 3em;
  box-shadow: 0 0 0 20px #FFF inset, 0 0 20px -5px #999;
}

.CaseDetailblocks .dlList {
  position: relative;
  align-items: flex-start;
  left: -60px;
  width: calc(100% + 60px);
}

.CaseDetailblocks .dlList dt {
  width: 200px;
  color: #F5F5F5;
  margin-right: 2em;
  background: linear-gradient(135deg, #00C156 10%, #009844 100%);
  padding: 1em;
  text-align: right;
  font-size: 17px;
  line-height: 1;
  box-shadow: 3px 3px 0 #b3dec6;
}

.CaseDetailblocks .dlList dd {
  width: calc(100% - 200px - 2em);
}

.CaseDetailblocks .dlList + .dlList {
  padding-top: 0;
  border-top: none;
}

@media only screen and (max-width: 690px) {
  .CaseDetailblocks {
    margin-bottom: 0;
  }

  .CaseDetailblocks .inner {
    position: static;
    padding: 2em;
    transform: translate(0%, -10vh);
  }

  .CaseDetailblocks .dlList {
    left: auto;
    width: 100%;
    display: block;
  }

  .CaseDetailblocks .dlList dt,
  .CaseDetailblocks .dlList dd {
    width: 100%;
  }

  .CaseDetailblocks .dlList dt {
    padding: .8em;
    text-align: center;
    margin-bottom: 1em;
  }
}
/*-------------------------------------------------------------------

セミナ―情報 / 資料ダウンロード

---------------------------------------------------------------------*/
.dl_area {
  padding: 160px 0 100px;
}

.dl_area.sub {
  background-color: #F4F1EA;
  padding: 60px 0 60px;
}

.dl_block + .dl_block {
  margin-top: 80px;
}

.dl_list,
.dl_listnon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dl_listnon {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.dl_list > div,
.dl_listnon > div {
  width: calc(33.333% - 10px);
}

.dl_list > div + div {
  margin-left: 15px;
}

.dl_listnon > div {
  margin-right: 15px;
  margin-bottom: 30px;
}

.dl_listnon > div:nth-child(3n) {
  margin-right: 0;
}

.dl_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.dl_col_img {
  width: 40%;
  position: relative;
}

.itemnew .dl_col_img::before {
  content: "NEW";
  width: 50px;
  height: 50px;
  background-color: #CA062B;
  color: #ffffff;
  line-height: 50px;
  text-align: center;
  font-weight: bold;
  font-size: 11px;
  border-radius: 100%;
  letter-spacing: .1em;
  display: block;
  position: absolute;
  top: -15px;
  left: -15px;
  z-index: 10;
}

.dl_col_txt {
  flex: 1;
  padding-left: 5%;
}

.dl_title {
  width: 100%;
  line-height: 1.5;
}

.dl_title,
.dl_title a {
  font-size: 17px;
  color: #333333;
  position: relative;
  margin-bottom: 10px;
}

.dl_txt {
  width: 100%;
  font-size: 13px;
  color: #555555;
  margin-bottom: 10px;
}

.dl_txtlink {
  width: 100%;
}

.dl_txtlink a {
  position: relative;
  text-decoration: underline;
  margin-left: 15px;
  color: #ffcb06;
}

.dl_txtlink a:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border: 0px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  top: calc(50% - 4px);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  left: -15px;
  transition: all .2s ease 0s;
  background: none;
}

@media only screen and (max-width: 979px) {
  .dl_block + .dl_block {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 800px) {
  .dl_area {
    padding: 120px 0 60px;
  }

  .dl_list.inner_1200 {
    padding-right: 0;
    padding-left: 0;
  }

  .dl_list {
    display: block;
  }

  .dl_list > div {
    width: 100%;
  }

  .dl_list > div + div {
    margin-left: 0;
  }

  .dl_listnon > div {
    margin-right: 30px;
    width: calc(50% - 15px);
    margin-bottom: 30px;
  }

  .dl_listnon > div:nth-child(3n) {
    margin-right: 30px;
  }

  .dl_listnon > div:nth-child(2n) {
    margin-right: 0;
  }

  .dl_col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .dl_col_img {
    width: 100%;
  }

  .dl_col_txt {
    width: 100%;
    padding-left: 0;
    margin-top: 15px;
  }

  .dl_list .slick-slide {
    width: 300px;
    padding: 0 24px;
  }

  .dl_txt {
    display: none;
  }

  .dl_txtlink {
    margin-top: 20px;
  }

  .dl_list .slick-list {
    overflow: visible;
  }
}
@media only screen and (max-width: 690px) {
  .dl_area {
    padding: 60px 0 40px;
  }

  .dl_block + .dl_block {
    margin-top: 40px;
  }

  .dl_area.sub {
    padding: 30px 0 10px;
  }

  .dl_list .slick-slide {
    width: 160px;
    padding: 0 10px;
  }

  .dl_listnon > div {
    margin-right: 20px;
    width: calc(50% - 10px);
  }

  .dl_listnon > div:nth-child(3n) {
    margin-right: 20px;
  }

  .dl_listnon > div:nth-child(2n) {
    margin-right: 0;
  }

  .dl_title,
  .dl_title a {
    font-size: 14px;
  }

  .dl_txtlink {
    margin-top: 10px;
  }
}
/* ----------------------------

数値で見る

----------------------------- */
.numblocks {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.2;
  margin-bottom: 60px;
}

.numblocks .Titl {
  font-size: 23px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 1em;
}

.numblocks .col {
  background-color: #EEE;
  padding: 2em;
  margin-right: 1em;
  margin-bottom: 1em;
}

.numblocks .colm2 {
  width: calc(50% - 1em);
}

.numblocks .colm2_3 {
  width: calc((100% / 3)*2 - 1em);
}

.numblocks .colm3_1 {
  width: calc((100% / 3) - 1em);
}

.numblocks .number {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 1em;
}

.numblocks .num {
  font-size: 100px;
  line-height: 1.2;
  font-weight: 600;
}

.num_color_01 {
  color: #BDBA05;
}

.num_color_02 {
  color: #5696FB;
}

.num_color_03 {
  color: #ff6f6f;
}

.num_color_04 {
  color: #5ABAD0;
}

.num_color_05 {
  color: #FF6FB3;
}

.num_color_06 {
  color: #27D996;
}

.num_color_07 {
  color: #F2A40E;
}

.num_color_08 {
  color: #5EC6E6;
}

.num_color_09 {
  color: #895EE6;
}

.numblocks .unit {
  font-size: 20px;
}

.numblocks .subtxt {
  font-size: 13px;
}

@media only screen and (max-width: 1120px) {
  .numblocks .Titl {
    margin-bottom: 1.5em;
  }

  .numblocks .num {
    font-size: 75px;
  }

  .numblocks .icon img {
    width: auto;
    height: 50px;
  }
}
@media only screen and (max-width: 979px) {
  .numblocks .col {
    padding: 1em;
  }

  .numblocks .num {
    font-size: 60px;
  }

  .numblocks .icon img {
    width: auto;
    height: 50px;
  }
}
@media only screen and (max-width: 700px) {
  .numblocks {
    display: block;
  }

  .numblocks .num {
    font-size: 60px;
  }

  .numblocks .col {
    padding: 1em;
  }

  .numblocks .colm2,
  .numblocks .colm2_3,
  .numblocks .colm3_1 {
    width: 100%;
    margin-right: 0;
  }

  .numblocks .icon {
    display: none;
  }
}
/* ----------------------------

プロフィール　ブロック

----------------------------- */
/*.LeadTagArea{
  position: relative;
}
.LeadTagArea ._Tag{
  color: #FFF;
  background-color: #333;
  position: absolute;
  top: 50%;
  left: 50%;
transform: translate(-50%,-50%) skew(-5deg) rotate(-5deg);
display: block;
min-width: 330px;
padding: .5em 1.5em;
}
@media only screen and (max-width: 690px) {
  .LeadTagArea ._Tag{
    position: static;
    transform: translate(0%,0%) skew(0deg) rotate(0deg);
  }
}*/
/* ----------------------------

スケジュール

----------------------------- */
/*.scheduleBlocks {
  position: relative;
  max-width: 600px;
  margin: 0 auto 60px;
}
.scheduleBlocks::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 80px;
  height: 100%;
  background-color: #d5d5d5;
  z-index: 1;
}
.scheduleBlocks .col {
  position: relative;
  padding: 0em 0 2em 120px;
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 3px dotted #d0d0d0;
}

.scheduleBlocks .col .time{
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 100%;
  background-color: #d5d5d5;
  z-index: 10;
}
.scheduleBlocks .col:nth-child(even) .time{
  top: -20px;
  height: calc(100% + 20px);
  background-color: #3d5164;
}
.scheduleBlocks .col:nth-child(even) .time::before, 
.scheduleBlocks .col:nth-child(even) .time::after,
.scheduleBlocks .col:last-child .time::after{
  content: "";
  border-style: solid;
  border-width: 15px 40px 0 40px;
  position: absolute;
  top: 0;
  left: 0;
}
.scheduleBlocks .col:nth-child(even) .time::before{
  border-color: #d5d5d5 transparent transparent transparent;
}
.scheduleBlocks .col:nth-child(even) .time::after{
  border-color: #3d5164 transparent transparent transparent;
  top: auto;
  bottom: -15px;
}
.scheduleBlocks .col:last-child .time::after{
  border-color: #d5d5d5 transparent transparent transparent;
  top: auto;
  bottom: -18px;
}


.scheduleBlocks .clock {
  margin-top: 10px;
  color: #FFF;
  font-size: 13px;
  line-height: 1.2;
  display: inline-block;
  padding: 3px 10px;
  border-radius: 30px;
  background-color: #000;
  letter-spacing: .1em;
}
.scheduleBlocks .col:nth-child(even) .clock{
  margin-top: 30px;
}
.scheduleBlocks .titl{
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 15px;
}
.scheduleBlocks .innbox{
  display: flex;
  justify-content: space-between;
}
.scheduleBlocks .subtxt{
  flex: 1;
}
.scheduleBlocks .foto{
  margin-left: 2em;
}

@media only screen and (max-width: 690px) {
.scheduleBlocks .col{
  padding: 0em 0 2em 100px;
}
.scheduleBlocks .innbox{
  display: block;
}
.scheduleBlocks .subtxt{
  flex: inherit;
  width: 100%;
}
.scheduleBlocks .foto{
  width: 100%;
  margin-left: 0;
}
}*/
/* ----------------------------

よくある質問

----------------------------- */
.faqBlocks {
  margin-bottom: 4vh;
}

.faqBlocks:last-child {
  margin-bottom: 10vh;
}

.Qarea,
.Aarea {
  position: relative;
  padding: 1em 1em 1em 5em;
}

.q_a::before {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  font-weight: 600;
  color: #000000;
  background-color: transparent;
  border: 1px solid #000000;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  position: absolute;
  top: .65em;
  left: 20px;
}

.Qarea {
  background-color: #f5f5f5;
  border-radius: 3px;
}

.Qarea .q_a::before {
  content: "Q";
}

.Qarea .Titl {
  font-size: 18px;
  font-weight: 400;
}

.Aarea .q_a::before {
  content: "A";
  color: #ffffff;
  background-color: #000000;
}

@media only screen and (max-width: 979px) {
  .Qarea .Titl {
    font-size: 15px;
  }

  .Qarea .q_a::before {
    top: 50%;
    transform: translateY(-50%);
  }

  .q_a::before {
    width: 30px;
    height: 30px;
  }
}
