/*****************************************************
layout
*****************************************************/
/* =================================================
common
================================================= */
.disp_pc {
  display: block;
}
.disp_sp {
  display: none;
}
.disp_in_pc { 
  display: inline-block;
}
.disp_in_sp {
  display: none;
}
.disp_wid1300 {
    display: none;
}
.disp_wid1024 {
    display: none;
}
img {
  max-width: 100%;
}
html {
  font-size: 62.5%;
}
body {
  font-size: 1.6em;
}
.ho {
  display: none;
}
/* 矢印 */
.arrow {
  position: relative;
  vertical-align: middle;
  text-decoration: none;
}
.arrow::before,
.arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.ar::before {
  right: 12px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ar02::before {
  right: 12px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #0d478e;
  border-right: 2px solid #0d478e;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ar02:hover:before {
  border-color: #fff;
}
.ar03 {
  display: block;
  width: 100%;
  position: relative;
}
.ar03::before {
  right: 12px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #0d478e;
  border-right: 2px solid #0d478e;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ar03:hover:before {
  border-color: #fff;
  z-index: 3;
}
.ab::before {
  right: 0;
  width: 4px;
  height: 4px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.at::before {
  right: 13px;
  top: 5px;
  width: 8px;
  height: 8px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.slash {
  font-family: 'VL ゴシック','Courier New',Courier,monospace;
  padding:0 10px;
}
@media screen and (max-width: 1024px) {
  .disp_wid1024 {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .disp_pc {
    display: none;
  }
  .disp_sp {
    display: block;
  }
  .disp_in_pc {
    display: none;
  }
  .disp_in_sp {
    display:inline-block;
  }
  .ar_sp::before {
    right: 8%;
    width: 4px;
    height: 4px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .js-pagetop {
    display: none;
  }
  .btnfix {
    display: block!important;
  }
}

/* =================================================
Header
================================================= */
.pb_head {
  width: 100%;
  padding: 5px 10px;
  background: #fff;
}
.pb_head_inner {
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.pb_head_menu {
  display: flex;
  justify-content: flex-end;
}

.pb_head_logo {
  width: 19.02%;
  margin-top: 11px;
  margin-left: 2%;
}
#nav {
  width: 81%;
}
.pb_head_menulist {
  display: flex;
  justify-content: flex-end;
  margin-top: 15px;
  width: 600px;
}
.pb_head_menulist li{
  margin-right: 24px;
}
.pb_head_menulist li a {
  font-size: 1.6rem;
  color: #425563;
  position: relative;
}
.pb_head_fix .pb_head_menulist li a{
  font-size: 1.8rem;
}
.pb_head_menulist li a:hover {
  color: #22AC38;
}
.pb_head_menulist li a:hover:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #22AC38;
}
.pb_head_menulist li .current {
  color: #22AC38;
}
.pb_head_menulist li .current::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #22AC38;
}
.pb_head_btn {
  display: flex;
  width: 410px;
  max-width: 410px;
  margin-top: -10px;
}
.pb_head_btndetail {
  padding: 13px 10px 0;
  background: #DCF2E0;
  border-radius: 0 0 10px 10px;
  color: #22AC38;
  font-size: 1.6rem;
  margin-right: 8px;
  display: block;
  position: relative;
  overflow: hidden;
  transition: ease .2s;
}
.pb_head_btndetail02 {
  padding: 13px 10px 0;
  background: #22AC38;
  border-radius: 0 0 10px 10px;
  color: #fff;
  font-size: 1.6rem;
  display: block;
  position: relative;
  overflow: hidden;
  transition: ease .2s;
}
.pb_head_btndetail span {
  position: relative;
  z-index: 3;
  color: #22AC38;
  padding-bottom: 38px;
  display: inline-block;
}
.pb_head_btndetail02 span {
  position: relative;
  z-index: 3;
  color: #fff;
  padding-bottom: 38px;
  display: inline-block;
}
.pb_head_btndetail:hover span {
  color: #fff;
}
.pb_head_btndetail02:hover span {
  color: #22AC38;
}
.pb_head_btndetail:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background:#22AC38;
  width: 100%;
  height: 100%;
  transition: transform .2s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: left top;
}
.pb_head_btndetail:hover:before{
  transform-origin:left top;
  transform:scale(1, 1);
}
.pb_head_btndetail02:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background:#DCF2E0;
  width: 100%;
  height: 100%;
  transition: transform .2s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: left top;
}
.pb_head_btndetail02:hover:before{
  transform-origin:left top;
  transform:scale(1, 1);
}
.pb_head_icon01 span{
  background: url("../images/common/icon_inq.svg") no-repeat scroll center 78%;
}
.pb_head_icon02 span{
  background: url("../images/common/icon_doc.svg") no-repeat scroll center 78%;
}
.pb_head_icon03 span{
  background: url("../images/common/icon_est.svg") no-repeat scroll center 78%;
}
.pb_head_icon01:hover span{
  background: url("../images/common/icon_inq_on.svg") no-repeat scroll center 78%;
  z-index: 3
}
.pb_head_icon02:hover span{
  background: url("../images/common/icon_doc_on.svg") no-repeat scroll center 78%;
  z-index: 3
}
.pb_head_icon03:hover span{
  background: url("../images/common/icon_est_on.svg") no-repeat scroll center 78%;
  z-index: 3
}
.pb_head_fix {
  position: fixed!important;
  top:0;
  z-index: 10;
  animation-name: fadein;
  animation-duration: 1s;
  animation-timing-function: ease-out;
}
.pb_head_fix .disp_wid1300_none {
  display: none;
}

.btn_ptn01{
  margin-top: 3px;
  display: block;
  width: 100%;
  padding: 9px 5px;
  text-align: center;
  background: #22AC38;
  border-radius: 10px;
  font-size: 1.6rem;
  border:2px solid #22AC38;
  position: relative;
  overflow: hidden;
  transition: ease .2s;
  box-sizing: border-box;
}
.btn_ptn01 span{
  position: relative;
  z-index: 3;
  color:#333;
  color: #fff;
  display: block;
  text-align: center;
  padding: 7px 0;
}
.btn_ptn01:hover span{
  color:#22AC38;
}
.btn_ptn01:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background:#dcf2e0;
  width: 100%;
  height: 100%;
  transition: transform .2s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: left top;
 }
.btn_ptn01:hover:before{
  transform-origin:left top;
  transform:scale(1, 1);
}
.btn_icon01 span {
  background: url("../images/common/icon_est.svg") no-repeat scroll 95% center;
  padding-right: 30px;
}
.btn_icon02 span {
  background: url("../images/common/icon_inq_on.svg") no-repeat scroll 94% center;
  padding-right: 30px;
}
.btn_icon01:hover span {
  background: url("../images/common/icon_est_on.svg") no-repeat scroll 95% center;
  padding-right: 30px;
}
.btn_icon02:hover span {
  background: url("../images/common/icon_inq.svg") no-repeat scroll 94% center;
  padding-right: 30px;
}
.btn_icon03 span {
  background: url("../images/common/icon_doc_on.svg") no-repeat scroll 85% center;
  padding-right: 30px;
}
.btn_icon03:hover span {
  background: url("../images/common/icon_doc.svg") no-repeat scroll 85% center;
  padding-right: 30px;
}
.btn_icon04 span {
  background: url("../images/common/icon_dow.svg") no-repeat scroll 95% center;
  padding-right: 30px;
}


@media screen and (max-width: 1300px) {
  .disp_wid1300_none {
    display: none;
  }
  .disp_wid1300 {
    display: block;
  }
  .pb_head {
    width: 100%;
    padding: 15px 16px;
    background: #fff;
    box-shadow: 0px 4px 10px -5px #a3a3a3;
    position: relative;
  }
  .pb_head_inner {
    max-width: 100%;
    margin: 0 auto;
    display: block;
  }
  .pb_head_logo {
    width: 178px;
    margin-top: 0;
    margin-left: 0;
  }
  .pb_head_logo img {
    display: block;
  }
  /* ハンバーガーメニュー */
  .menubtn, .menubtn span {
    display: inline-block; 
    -webkit-transition: all .4s;
    transition: all .4s;
    box-sizing: border-box;
  }
  .menubtn {
    position: absolute; 
    top: 20px;
    right: 16px;
    width: 30px;
    height: 22px;
    z-index: 10;
    background:none;
    border:none;
  }
  .menubtn.active　{ 
    position: fixed;
  }
  .menubtn:focus {
    outline: none;
  }
  .menubtn span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #0d478e;
    border-radius: 3px;
    z-index: 10;
  }
  .menubtn span:nth-of-type(1) {
    top: 0px;
    width: 100%;
  }
  .menubtn span:nth-of-type(2) {
    top: 10px;
  }
  .menubtn span:nth-of-type(3) {
    bottom: 0px;
  }
  .menubtn.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg);
    background: #0d478e;
    width: 100%;
  }
  .menubtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menubtn.active span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
    background: #0d478e;
  }
  #nav {
    position: fixed;
    z-index: 11;
    width: 100%;
    height: auto;
    opacity: 0;
    transition: all 0s ease-in-out;
    visibility: hidden;
    overflow:scroll;
    top: 64px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
  }
  #nav.active {
    right: 0;
    opacity: 1; 
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    background: #fff;
  }
  /* ハンバーガーメニュー */
  .pb_head_menu {
    width: 100%;
    background: #fff;
    padding: 0 0 20px;
    display: block;
  }
  .pb_head_btn_sp {
    width: 370px;
    margin: 0 auto;
  }
  .slash_txt{
    color: #22AC38;
    text-align: center;
    margin-top: 30px;
  }
  .pb_head_btn_sp li {
    margin-right: 0;
    margin-top: 10px;
  }
  
  .pb_head_menulist {
    display: block;
    margin-top: 20px;
    width: 100%;
  }
  .pb_head_menulist li{
    margin-right: 0;
    padding: 10px 0;
    text-align: center;
  }
  .pb_head_menulist li a {
    font-size: 16px;
    color: #425563;
    padding: 10px 0;
    display: block;
  }
  .pb_head_menulist li a:hover {
    color: #22AC38;
  }
  .pb_head_menulist li .current {
    color: #22AC38;
    text-decoration: none;
  }
  
}

@media screen and (max-width: 767px) {
  .pb_head_btn_sp {
    width: 90%;
    margin: 0 auto;
  }
  .btn_ptn01{
    padding: 6.5px 5px;
    font-size: 3.73vw;
  }

}

/* =================================================
pagetop追従
================================================= */
.l-footer_pagetop {
  z-index: 4;
  position: fixed;
  right: 1rem;
  bottom: 4rem;
  width: 6.2rem;
  height: 6.2rem;
  overflow: hidden;
  border-radius: 50%;
}
.l-footer_pagetop a {
  display: block;
  position: relative;
  height: 100%;
  padding: 2.2rem 0 0;
  background: #0C419B;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  box-sizing: border-box;
}
.l-footer_pagetop a::before {
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 auto;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: "";
}
@media screen and (max-width: 767px) {
  .l-footer_pagetop {
    right: 2rem;
    bottom: 11rem;
  }
}
/* =================================================
side追従
================================================= */
.side__cta {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
  right: 0;
  z-index: 10;
  display: none;
  width: 80px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.side__cta.side__block {
  display: flex;
  animation-name: fadein;
  animation-duration: 1s;
  animation-timing-function: ease-out;
}
@keyframes fadein {
  0% {
     opacity: 0;
  }
  100% {
     opacity: 1;
  }
}
.side__cta span {
  color: #fff;
  font-size: 1.4rem;
  position: relative;
  z-index: 3;
}
.side__cta__item {
  width: 100%;
  display: flex;
  justify-content: end;
}
.side__cta__item a {
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
}
.side__cta__item a {
  position: relative;
  font-weight: bold;
  display: block;
  text-align: center;
  background: #22AC38;
  left: 0;
  padding: 1.4rem 12.5px 1rem;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
  transition: ease .2s;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
}
.side__cta__item a span {
  padding: 30px 4px 0 4px;;
  background: url("../images/common/icon_est.svg") no-repeat scroll center top;
  background-size: 28px;
  letter-spacing: 0.1em;
}
.side__cta__item a:hover span {
  background: url("../images/common/icon_est_on.svg") no-repeat scroll center top;
  color:#22AC38;
  background-size: 28px;
}

.side__cta__item a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background:#dcf2e0;
  width: 100%;
  height: 100%;
  transition: transform .2s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: left top;
 }
.side__cta__item a:hover:before{
  transform-origin:left top;
  transform:scale(1, 1);
}
.side__cta__item02 a {
  position: relative;
  font-weight: bold;
  display: block;
  text-align: center;
  background: #dcf2e0;
  left: 0;
  padding: 0.75rem 9px 0.75rem;
  border-radius: 10px 0 0 10px;
  margin-top: 12px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
}
.side__cta__item02 a span {
  padding-bottom: 30px;
  font-size: 10px;
  color: #22AC38;
  display: block;
  background: url("../images/common/icon_inq.svg") no-repeat scroll center bottom;
  background-size: 28px;
}
.side__cta__item02 a:hover span {
  background: url("../images/common/icon_inq_on.svg") no-repeat scroll center bottom;
  background-size: 28px;
  color:#fff;
}
.side__cta__item02 a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background:#22AC38;
  width: 100%;
  height: 100%;
  transition: transform .2s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: left top;
  border-radius: 10px 0 0 10px;
 }
.side__cta__item02 a:hover:before{
  transform-origin:left top;
  transform:scale(1, 1);
}
.side__cta__item03 a {
  position: relative;
  font-weight: bold;
  display: block;
  text-align: center;
  background: #dcf2e0;
  left: 0;
  padding: 0.75rem 9px 0.75rem;
  border-radius: 10px 0 0 10px;
  margin-top: 12px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
}
.side__cta__item03 a span {
  padding-bottom: 30px;
  font-size: 10px;
  color: #22AC38;
  display: block;
  background: url("../images/common/icon_doc.svg") no-repeat scroll center bottom;
  background-size: 28px;
}
.side__cta__item03 a:hover span {
  background: url("../images/common/icon_doc_on.svg") no-repeat scroll center bottom;
  color:#fff;
  background-size: 28px;
}
.side__cta__item03 a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background:#22AC38;
  width: 100%;
  height: 100%;
  transition: transform .2s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: left top;
  border-radius: 10px 0 0 10px;
 }
.side__cta__item03 a:hover:before{
  transform-origin:left top;
  transform:scale(1, 1);
}

@media screen and (max-width: 767px) {
  .side__cta_sp_outer {
    position: fixed;
    bottom: 0;
    z-index: 10;
    width: 100%;
    overflow: hidden;
  }
  .side__cta_sp_outer.none {
    display: none;
  }
  .side__cta_sp_outer p {
    float: right;
    padding: 5px 10px;
    border-radius: 10px 0 0 0;
    background: #E0E0E0;
    color: #22AC38;
  }
  .side__cta_sp {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 10px 5%;
    background: rgba(255,255,255,0.95)
  }
  .side__cta_sp span {
    color: #fff;
    font-size: 1.0rem;
    position: relative;
    z-index: 3;
    text-align: center;
  }
  .side__cta__item a {
    -webkit-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
  }
  .side__cta_sp li {
    width: 30.85%;
    display: block;
  }
  .side__cta__item a {
    position: relative;
    font-weight: bold;
    display: block;
    text-align: center;
    background: #22AC38;
    left: 0;
    padding: 7px 7px 8px;
    border-radius: 10px;
    overflow: visible;
    border: none;
  }
  .side__cta__item a span {
    padding: 0;
    display: block;
    padding-bottom: 30px;
    background: url("../images/common/icon_est.svg") no-repeat scroll center bottom;
    background-size: 32px;
    letter-spacing: 0;
  }
  .side__cta__item a:hover span {
    background: url("../images/common/icon_est_on.svg") no-repeat scroll center bottom;
    color:#22AC38;
    background-size: 32px;
  }
  .side__cta__item a:before {
    content: none;
   }
  .side__cta__item02 a {
    position: relative;
    font-weight: bold;
    display: block;
    text-align: center;
    background: #dcf2e0;
    left: 0;
    padding: 8px 8px 8px;
    border-radius: 10px;
    margin-top: 0;
    border: none;
  }
  .side__cta__item02 a span {
    padding-bottom: 30px;
    font-size: 10px;
    color: #22AC38;
    display: block;
    background: url("../images/common/icon_inq.svg") no-repeat scroll center bottom;
    background-size: 32px;
  }
  .side__cta__item02 a:hover span {
    background: url("../images/common/icon_inq.svg") no-repeat scroll center bottom;
    background-size: 32px;
    color:#22AC38;
  }
  .side__cta__item02 a:before {
    content: none;
   }
  .side__cta__item03 a {
    position: relative;
    font-weight: bold;
    display: block;
    text-align: center;
    background: #dcf2e0;
    left: 0;
    padding: 8px 8px 8px;
    border-radius: 10px;
    margin-top: 0;
    border: none;
  }
  .side__cta__item03 a span {
    padding-bottom: 30px;
    font-size: 10px;
    color: #22AC38;
    display: block;
    background: url("../images/common/icon_doc.svg") no-repeat scroll center bottom;
    background-size: 32px;
  }
  .side__cta__item03 a:hover span {
    background: url("../images/common/icon_doc.svg") no-repeat scroll center bottom;
    color: #22AC38;
    background-size: 32px;
  }
  .side__cta__item03 a:before {
    content: none;
   }
}

/* -----------------------------------------------
共通の資料請求コンテンツ
----------------------------------------------- */
.pb_common_estimate {
  margin-top: 0;
  background: linear-gradient(to right, #004593, #0058be);
}
.pb_common_estimate_inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 60px 56px;
  display: flex;
  justify-content: space-between;
}
.pb_common_estimate_inner div {
  width: 50%;
}
.common_estimate_img {
  text-align-last: center;
}
.common_estimate_txt01 {
  font-size: 4.2rem;
  font-weight: bold;
  color: #fff;
  margin-top: 5px;
}
.common_estimate_txt02 {
  font-size: 1.6rem;
  color: #fff;
  margin-top:-15px;
}
.common_estimate_txt03 {
  font-size: 1.8rem;
  color: #fff;
  margin-top:30px;
}
.cst_s {
  margin-top: 40px;
}
.common_estimate_btn {
  display: block;
  width: 376px;
  padding: 20px 5px;
  text-align: center;
  background: #22AC38;
  border-radius: 10px;
  font-size: 2.0rem;
  border:1px solid #22AC38;
  position: relative;
  overflow: hidden;
  transition: ease .2s;
  box-sizing: border-box;
}
.common_estimate_btn span{
  position: relative;
  z-index: 3;
  color:#333;
  color: #fff;
}
.common_estimate_btn:hover span{
  color:#22AC38;
}
.common_estimate_btn:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background:#dcf2e0;
  width: 100%;
  height: 100%;
  transition: transform .2s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: left top;
 }
.common_estimate_btn:hover:before{
  transform-origin:left top;
  transform:scale(1, 1);
}
.common_estimate_btn span {
  background: url("../images/common/icon_est.svg") no-repeat scroll right center;
  padding: 4px 35px 4px 0;
}
.common_estimate_btn:hover span {
  background: url("../images/common/icon_est_on.svg") no-repeat scroll right center;
  padding-right: 35px;
  padding: 4px 35px 4px 0;
}

@media screen and (max-width: 767px) {
  .pb_common_estimate {
    margin-top: 0;
    background: linear-gradient(#004593, #0058be);
  }
  .pb_common_estimate_inner {
    max-width: 90%;
    margin: 0 auto;
    padding: 40px 0;
    display: block;
  }
  .pb_common_estimate_inner div {
    width: 100%;
  }
  .pb_common_estimate_inner .common_estimate_img {
    margin: 15px auto;
    width: 70%;
  }
  .common_estimate_txt01 {
    font-size: 8.8vw;
  }
  .common_estimate_txt02 {
    font-size: 3.73vw;
    margin-top:-8px;
  }
  .common_estimate_txt03 {
    font-size: 4.266vw;
    margin-top:20px;
  }
  .cst_s {
    margin-top: 20px;
  }
  .common_estimate_btn {
    display: block;
    width: 100%;
    padding: 14px 5px;
    text-align: center;
    background: #22AC38;
    border-radius: 10px;
    font-size: 5.33vw;
    border:1px solid #22AC38;
    position: relative;
    overflow: hidden;
    transition: ease .2s;
    box-sizing: border-box;
  }
}

/* =================================================
footer
================================================= */
.pb_foot {
  padding-top: 100px;
}
.pb_foot_inner {
  max-width: 1320px;
  padding: 0 56px;
  margin: 0 auto;
  display: flex;
}
.pb_foot_cont01 {
  width: 34.58%;
  text-align: left;
  border-right: 1px solid #f1f1f1;
}
.pb_foot_cont02 {
  width: 30%;
  text-align: left;
  border-right: 1px solid #f1f1f1;
}
.pb_foot_cont02 ul {
  padding-left: 10%
}
.pb_foot_cont02 ul li {
  margin-bottom: 25px;
}
.pb_foot_cont02 ul li a {
  color: #868686;
}
.pb_foot_cont02 ul li a:hover {
  color: #22AC38;
}
.pb_foot_cont03 {
  width: 34.58%;
  text-align: left;
}
.pb_foot_cont03 ul{
  padding: 0 10% 0 15%;
}
.pb_foot_cont03 li {
  margin-bottom: 40px;
}
.common_inquirye_btn{
  margin-top: 3px;
  display: block;
  width: 100%;
  padding: 18px 5px;
  text-align: center;
  background: #DCF2E0;
  border-radius: 10px;
  font-size: 1.6rem;
  position: relative;
  overflow: hidden;
  transition: ease .2s;
  box-sizing: border-box;
}
.common_inquirye_btn span{
  position: relative;
  z-index: 3;
  color: #22AC38;
  display: block;
  text-align: center;
}
.common_inquirye_btn:hover span{
  color:#fff;
}
.common_inquirye_btn:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background:#22AC38;
  width: 100%;
  height: 100%;
  transition: transform .2s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: left top;
 }
.common_inquirye_btn:hover:before{
  transform-origin:left top;
  transform:scale(1, 1);
}
.common_inquirye_btn span {
  background: url("../images/common/icon_inq.svg") no-repeat scroll 97% center;
  background-size: 26px;
}
.common_inquirye_btn:hover span {
  background: url("../images/common/icon_inq_on.svg") no-repeat scroll 97% center;
  background-size: 26px;
}
.common_document_btn{
  margin-top: 3px;
  display: block;
  width: 100%;
  padding: 20px 5px;
  text-align: center;
  background: #DCF2E0;
  border-radius: 10px;
  font-size: 1.6rem;
  position: relative;
  overflow: hidden;
  transition: ease .2s;
  box-sizing: border-box;
}
.common_document_btn span{
  position: relative;
  z-index: 3;
  color: #22AC38;
  display: block;
  text-align: center;
}
.common_document_btn:hover span{
  color:#fff;
}
.common_document_btn:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background:#22AC38;
  width: 100%;
  height: 100%;
  transition: transform .2s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: left top;
 }
.common_document_btn:hover:before{
  transform-origin:left top;
  transform:scale(1, 1);
}
.common_document_btn span {
  background: url("../images/common/icon_doc.svg") no-repeat scroll 97% center;
  background-size: 26px;
}
.common_document_btn:hover span {
  background: url("../images/common/icon_doc_on.svg") no-repeat scroll 97% center;
  background-size: 26px;
}
.pb_foot_bottom {
  border-top:1px solid #dcdcdc;
}
.l-footer_info {
  width: 100%;
  margin: 0 auto;
  padding: 3rem 0;
  color: #757575;
  font-size: 1.3rem;
}
.l-footer_link {
  display: flex;
  flex-wrap: wrap;
}
.l-footer_link_item {
  position: relative;
  margin: 0 0 0.7rem;
  padding: 0 1rem;
  border-right: 1px solid #D1D1D1;
}
 .l-footer_link_item a {
  white-space: nowrap;
  word-wrap: break-word;
}
.l-footer_link_item a:hover {
  color: #00428e;
  text-decoration: underline;
}
.u-sp{
  display: none;
}
.l-footer_copyright {
  margin: 0;
  padding: 2rem 0;
  font-size: 1.0rem;
}
.mbf {
  margin-bottom: 60px;
}

@media screen and (max-width: 1300px) {
  .pb_foot_cont01 {
    padding-right: 3%;
  }
  .pb_foot_cont02 ul {
    padding-left: 5%
  }
  .pb_foot_cont03 ul{
    padding: 0 5% 0 5%;
  }
}

@media screen and (max-width: 767px) {
  .pb_foot {
    padding-top: 40px;
    padding-bottom: 80px;
  }
  .pb_foot_inner {
    max-width: 90%;
    padding: 0;
    margin: 0 auto;
    display: block;
  }
  .pb_foot_cont01 {
    width: 81%;
    text-align: left;
    border-right: none;
    padding-bottom: 20px;
  }
  .pb_foot_cont02 {
    width: 100%;
    text-align: left;
    border-right: none;
    padding-bottom: 20px;
    border-bottom: 1px solid #f1f1f1;
    border-top: 1px solid #f1f1f1;
  }
  .pb_foot_cont02 ul {
    padding-left: 0;
    margin: 20px 0 0;
    display: flex;
    flex-wrap: wrap;
  }
  .pb_foot_cont02 ul li {
    margin-bottom: 20px;
    width: 50%;
  }
  .pb_foot_cont02 ul li a {
    color: #868686;
    font-size: 4.26vw;
  }
  .pb_foot_cont03 {
    width: 100%;
    text-align: left;
  }
  .pb_foot_cont03 ul{
    padding: 30px 6.25% 0 6.25%;
  }
  .pb_foot_cont03 li {
    margin-bottom: 20px;
  }
  .common_inquirye_btn{
    font-size: 4.26vw;
    padding: 13px 5px
  }
  .common_document_btn{
    font-size: 4.26vw;
    padding: 13px 5px
  }
  .pb_foot_bottom {
    border-top:1px solid #dcdcdc;
  }
  .l-footer_info {
    padding: 0;
    font-size: 1.1rem;
  }
  .l-footer_link {
    margin: 0 -1.5rem;
    padding: 2rem 0 6.5rem;
    border-bottom: 1px solid #D1D1D1;
  }
  .l-footer_link_item {
    width: 50%;
    margin: 0 0 1.5rem 0;
    padding: 0;
    border-right: none;
  }
  .l-footer_link_item:nth-child(odd) {
    border-right: 1px solid #D1D1D1;
  }
  .l-footer_link_item a {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0.3rem 1.5rem;
    white-space: normal !important;
  }
  .u-sp{
    display: none;
  }
  .l-footer_link_item a:hover {
    color: #0C419B;
    text-decoration: underline;
  }
  .l-footer_copyright {
    margin: 0;
    padding: 1.5rem 0;
    font-size: 1.0rem;
  }
  .mbf {
    margin-bottom: 40px;
  }
}

/* =================================================
TOPページ
================================================= */
/* -----------------------------------------------
mv
----------------------------------------------- */
.pb_mv {
  background:linear-gradient(to bottom, #fff 60%, #e7f0ff 85%);
}
.pb_mv_inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 50px 16px 0;
  display: flex;
}
.pb_mv_txt {
  width: 50%;
}
.pb_mv_txt h1 {
  padding-top: 85px;
}
.pb_mv_txt h1  span{
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 2.5rem;
  color: #00428E;
  display: block;
}
.pb_mv_txt01 {
  font-size: 2.0rem;
  color: #00428E;
  font-weight: bold;
  margin-top: 32px;
}
.pb_mv_txt02 {
  font-size: 1.4rem;
  margin-top: 40px;
  font-weight: 300;
}
.pb_mv_btn {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  max-width: 584px;
}
.pb_mv_btn li {
  width: 46.6%;
}
.slash_txt02 {
  color: #22AC38;
  text-align: center;
  font-size: 1.6rem;
}
.pb_mv_img {
  width: 50%;
  background: url("../images/mv_bg.png") no-repeat scroll center center;
  background-size: 100%;
}
.pb_mv_img div {
  width: 110%;
  padding: 80px 0;
  position: relative;
  left: -10%;
}
.pb_mv_box {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 16px 16px;
  position: relative;
}
.pb_mv_box p {
  text-align: center;
  font-weight: 300;
}
/*スクロールダウン全体の場所*/
.scrolldown1{
  position: absolute;
  right: 50%;
  bottom: 2px;
  height: 50px;
}
.scrolldown1 span{
  position: absolute;
  left:-23px;
  top: -15px;
  color: #707070;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
.scrolldown1::after{
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 30px;
  background: #707070;
  animation: pathmove 1.4s ease-in-out infinite;
  opacity:0;
}
@keyframes pathmove{
  0%{
    height:0;
    top:0;
    opacity: 0;
  }
  30%{
    height:30px;
    opacity: 1;
  }
  100%{
    height:0;
    top:50px;
    opacity: 0;
  }
}
md-b {
  display: none;
}
@media screen and (max-width: 1300px) {
  .md {
    display: none;
  }
  .md-b {
    display: block;
  }
  .slash_txt02 {
    font-size: 1.4rem;
  }
  .pb_mv_btn .btn_ptn01 {
    font-size: 1.4rem;
  }
  .pb_mv_btn .btn_ptn01 span {
    padding: 5px 0;
  }
}
@media screen and (max-width: 1024px) {
  .slash_txt02 {
    font-size: 1.3vw;
  }
  .pb_mv_btn .btn_ptn01 {
    font-size: 1.3vw;
  }
  .scrolldown1{
  right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .pb_mv {
    background:linear-gradient(to bottom, #fff 70%, #e7f0ff 90%);
  }
  .pb_mv_inner {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 16px;
    display: block;
  }
  .pb_mv_txt {
    width: 100%;
  }
  .pb_mv_txt h1 {
    padding-top: 40px;
    width: 86.9%;
  }
  .pb_mv_txt h1  span{
    margin-bottom: 16px;
    font-weight: bold;
    font-size: 6vw;
    color: #00428E;
    display: block;
  }
  .pb_mv_txt01 {
    font-size: 4.26vw;
    color: #00428E;
    font-weight: bold;
    margin-top: 0;
  }
  .pb_mv_btn {
    margin-top: 0;
    display: block;
    max-width: 100%;
  }
  .pb_mv_btn li {
    width: 87.5%;
    margin: 20px auto 0;
  }
  .slash_txt02 {
    color: #22AC38;
    text-align: center;
    font-size: 4.26vw;
  }
  .pb_mv_btn .btn_ptn01 {
    font-size: 3.733vw;
  }
  .pb_mv_btn .btn_ptn01 span {
    padding: 7px 0;
  }
  .pb_mv_img {
    width: 100%;
  }
  .pb_mv_img div {
    width: 100%;
    padding: 60px 0 30px;
    position: relative;
    left: 0;
  }
  .pb_mv_box {
    max-width: 100%;
    margin: -40px auto 0;
    padding: 0 16px 16px;
    position: relative;
  }
  .pb_mv_box p {
    text-align: left;
    font-size: 3.2vw;
    text-indent: -1em; 
    padding: 1em;
  }
}

/* -----------------------------------------------
mv以外(TOP)
----------------------------------------------- */
.pb_top_cont01 {
  padding: 0 0 80px;
  background: url("../images/top_cont01_bg.png") no-repeat scroll center center;
  background-size: cover;
}
.pb_cont_inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 56px;
}
.pb_bgtop_txt {
  text-align: center;
}
.pb_top_ttl {
  color: #fff;
  font-size: 3.6rem;
  text-align: center;
  position: relative;
}
.pb_top_ttl span {
  font-size: 2.4rem;
  display: block; 
  text-align: center;
}
.pb_top_ttl sup {
  font-size: 2.0rem;
  vertical-align: super;
}
.pb_top_ttl::before {
  content: "";
  position: absolute;
  top:-72px;
  left: calc(50% - 25px);
  background: url("../images/common/icon_dot.png") no-repeat scroll center;
  width: 50px;
  height: 32px;
}
.pb_top_meritbox01 {
  background: #00428E;
  margin: 70px auto 0;
  max-width: 584px;
  border-radius: 10px;
  padding: 16px 0;
}
.pb_top_meritbox01 p {
  text-align: center;
  color: #fff;
  font-size: 2.4rem;
}
.pb_top_meritbox02 {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
.pb_top_meritbox02 li {
  width: 31.333%;
  position: relative;
}
.pb_top_meritbox02 .pb_top_merit_ab01{
  position: absolute;
  top:18%;
  color: #00428E;
  font-size: 2.4rem;
  width: 100%;
  text-align: center;
}
.pb_top_meritbox02 .pb_top_merit_ab02{
  position: absolute;
  top:13%;
  color: #00428E;
  font-size: 2.4rem;
  width: 100%;
  text-align: center;
}
.pb_top_merittxt01 {
  margin-top: 40px;
  color: #fff;
}
.pb_top_merittxt01 sup {
  font-size: 1.1rem;
  vertical-align: super;
}
.pb_top_merittxt02 {
  margin-top: 1em;
  color: #fff;
  font-weight: 300;
}
.pb_top_cont02 {
  padding: 0 0 80px;
  background: url("../images/top_cont02_bg.png") no-repeat scroll center center;
  background-size: cover;
}
.pb_top_detailtbox01 {
  margin-top: 70px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.pb_top_detailtbox01 li {
  background: #EFF5FF;
  border-radius: 10px;
  padding: 16px 24px;
  width: 31.125%;
  box-sizing: border-box;
  margin-right: 3.3125%;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
}
.pb_top_detailtbox01 li:nth-child(3) {
  margin-right: 0;
}
.pb_top_detailtbox01 li:nth-child(5) {
  margin-right: 0;
}
.pb_top_detailtbox_inner01 {
  border-right: 1px solid #C1C1C1;
  padding-right: 24px;
}
.pb_top_detailtbox_inner01 p {
  font-size: 1.6rem;
  font-weight: bold;
  color: #00428E;
  border-bottom: 1px solid #00428E;
  text-align: center;
}
.pb_top_detailtbox_inner01 p:last-child {
  border-bottom: none;
  font-size: 5.2rem;
  font-family: 'Arial', "sans-serif";
  line-height: 120%;
}
.pb_top_detailtbox_inner02 {
  color: #00428E;
  font-size: 1.8rem;
  padding-left: 24px;
  font-weight: bold;
  max-width: 260px;
}
.btn_area01 {
  margin: 24px auto 0;
  max-width: 376px;
}
.btn_wh {
  display: block;
  width: 100%;
  padding: 17px 5px;
  text-align: center;
  border-radius: 10px;
  font-size: 1.6rem;
  border:1px solid #fff;
  position: relative;
  overflow: hidden;
  transition: ease .2s;
  box-sizing: border-box;
}
.btn_wh span{
  position: relative;
  z-index: 3;
  color: #fff;
  display: block;
  text-align: center;
}
.btn_wh:hover span{
  color:#00428E;
}
.btn_wh:hover span::before {
  border-top: 2px solid #00428E;
  border-right: 2px solid #00428E;
}
.btn_wh:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background:#fff;
  width: 100%;
  height: 100%;
  transition: transform .2s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: left top;
 }
.btn_wh:hover:before{
  transform-origin:left top;
  transform:scale(1, 1);
}
.pb_top_cont03 {
  padding: 0 0 80px;
  background: url("../images/top_cont03_bg.png") no-repeat scroll center center;
  background-size: cover;
}
.pb_top_txt01 {
  text-align: center;
  margin-top: 80px;
  color: #fff;
}
.pb_top_functionbox {
  margin-top: 64px;
  display: flex;
  margin-bottom: 64px;
}
.pb_top_functionbox h3 {
  font-size: 2.4rem;
  text-align: center;
  color: #fff;
  margin-bottom: 32px;
}
.pb_top_functionbox_inner01 {
  width:32.781%;
}
.pb_top_functionbox_inner02 {
  width:34.437%;
}
.pb_top_functionbox_inner03 {
  width:32.781%;
}
.pb_top_functionbox_inner02 .pb_top_functionlist {
  border-right: 1px solid #EAEAEA;
  border-left: 1px solid #EAEAEA;
}
.pb_top_functionlist li {
  margin-bottom: 16px;
  border-radius: 10px;
  padding: 11px 24px;
  background: #EFF5FF;
  display: flex;
  align-content: center;
  width: 376px;
  
}
.pb_top_functionlist li p {
  font-size: 1.8rem;
  color: #00428E;
  padding-left: 24px;
  display: flex;
  align-items: center;
  line-height: 110%;
}
.pb_top_functionlist li div {
  font-size: 1.8rem;
  color: #00428E;
  display: flex;
  align-items: center;
  line-height: 110%;
  text-align: center;
  border-right:1px solid #C1C1C1;
  padding: 4px 24px 4px 0;
}
.pb_top_functionbox_inner02 .pb_top_functionlist li {
  width: 90.825%;
  margin-left: 4.5875%;
}
.pb_top_functionbox_inner03 .pb_top_functionlist li {
  margin-left: 20px;
}
.pb_top_cont04 {
  padding: 160px 0 80px;
  background: url("../images/top_cont04_bg.png") no-repeat scroll center top;
  background-size: cover;
}
.pb_top_cont04 h2 {
  color: #00428E;
}
.pb_top_worbox {
  margin-top: 80px;
}
.pb_top_worbox_flex01 {
  display: flex;
}
.pb_top_worbox_item {
  width: 22%;
  margin: 0 1.5%;
  border:3px solid #868686;
  border-radius: 0 0 10px 0;
  background: #F2F2F2;
}
.pb_top_worbox_txt01 {
  text-align: center;
  font-size: 2.0rem;
  color: #FFFFFF;
  padding:6px 0;
  background: #868686;
}
.pb_top_worbox_txt01 span {
  font-size: 2.6rem;
  font-weight: bold;
  font-family: 'Arial', "sans-serif";
  padding-left: 2px;
}
.pb_top_worbox_item div {
  padding: 24px 16px;
  border-radius: 0 0 10px 0;
}
.pb_top_worbox_item div p {
  text-align: center;
  font-size: 1.8rem;
}
.pb_top_worbox_item div div{
  text-align: center;
  font-size: 1.8rem;
  padding: 0;
  border-radius: 0;
}
.pb_top_worbox_item div p:last-child {
  margin-top: 16px;
}
.nm01 {
  margin-top: -16px;
}
.pb_top_wor_txt01 {
  margin-top: 24px;
  padding: 6px 0;
  text-align: center;
  font-size: 2.8rem;
  border:3px solid #00428E;
  color: #00428E;
}
.pb_top_wor_center {
  text-align: center;
}
.pb_top_worbox_flex02 {
  display: flex;
  margin-top: 16px;
}
.pb_top_worbox_item02 {
  width: 22%;
  margin: 0 1.5%;
  border:3px solid #00428E;
  border-radius: 0 0 10px 0;
  background: #FFFFFF;
  box-shadow: 8px 8px 0px 0 rgb(105, 151, 203);
}
.pb_top_worbox_txt02 {
  text-align: center;
  font-size: 2.0rem;
  color: #FFFFFF;
  padding:6px 0;
  background: #00428E;
}
.pb_top_worbox_txt02 span {
  font-size: 2.6rem;
  font-weight: bold;
  font-family: 'Arial', "sans-serif";
  padding-left: 2px;
}
.pb_top_worbox_item02 div {
  padding: 24px 16px;
  border-radius: 0 0 10px 0;
}
.pb_top_worbox_item02 div p {
  text-align: center;
  font-size: 1.8rem;
  color: #00428E;
}
.pb_top_worbox_item02 div div {
  text-align: center;
  font-size: 1.8rem;
  color: #00428E;
  padding: 0;
  border-radius: 0;
}
.pb_top_worbox_item02 div p:last-child {
  margin-top: 16px;
}
.pb_top_worbox_item02 div .nm02:last-child {
  margin-top: 30px;
}
.pb_top_ct01 {
    padding: 80px 0 80px;
    background: url("../images/top_ct_bg.png") no-repeat scroll center top;
    background-size: cover;
}
.pb_top_ct01 h2 {
  color: #FFFFFF;
  text-align: center;
  font-size: 3.0rem;
  letter-spacing: -0.5px;
}
.slash_txt03 {
  color: #FFFFFF;
  text-align: center;
}
.pb_ct_btn {
  max-width: 792px;
  margin: 40px auto 0;
  display: flex;
  justify-content: space-between
}
.pb_ct_btn li {
  width: 47.5%;
}
.pb_ct_btn .btn_icon01 span {
  background-position: 85% center;
}
.pb_ct_btn .btn_icon02 span {
  background-position: 80% center;
}
.pb_top_cont05 {
  padding: 160px 0 80px;
  background: url("../images/top_cont05_bg.png") no-repeat scroll center top;
  background-size: cover;
}
.pb_top_cont05 h2 {
  color: #00428E;
}
.pb_top_txt02 {
    text-align: center;
    margin-top: 80px;
    color: #333333;
}
.pb_top_casebox01 {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-content: center;
}
.casebox_l {
  width: 48%;
}
.casebox_r {
  width: 48%;
  display: flex;
  align-items: center;
}
.casebox_txt01 {
  font-size: 2.4rem;
  color: #00428E;
}
.casebox_txt02 {
  font-size: 1.8rem;
  margin-top: 40px;
}
.btn_area02 {
  max-width: 376px;
  margin-top: 40px;
}
.btn_bl {
  display: block;
  width: 100%;
  padding: 17px 5px;
  text-align: center;
  border-radius: 10px;
  font-size: 1.6rem;
  border:1px solid #00428E;
  position: relative;
  overflow: hidden;
  transition: ease .2s;
  box-sizing: border-box;
}
.btn_bl span{
  position: relative;
  z-index: 3;
  color: #00428E;
  display: block;
  text-align: center;
}
.btn_bl:hover span{
  color:#00428E;
}
.btn_bl:hover span::before {
  border-top: 2px solid #00428E;
  border-right: 2px solid #00428E;
}
.btn_bl:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background:#e6f0ff;
  width: 100%;
  height: 100%;
  transition: transform .2s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: left top;
 }
.btn_bl:hover:before{
  transform-origin:left top;
  transform:scale(1, 1);
}
.pb_top_casebox02 {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
.casebox_l_wh {
  width: 48%;
  border-radius: 10px;
  background: #FFFFFF;
  padding: 32px 24px;
}
.casebox_l_wh p {
  font-size: 2.4rem;
  margin-bottom: 32px;
}
.casebox_l_wh ul li {
  margin-bottom: 32px;
  padding-left:1em;
  text-indent:-1em;
  font-size: 1.8rem;
}
.casebox_l_wh ul li span {
  color: #EB5757;
  background:linear-gradient(transparent 60%, #FFF500 60%);
}
.casebox_r_bl {
  width: 48%;
  border-radius: 10px;
  background: url("../images/top_cont05_bg02.png") no-repeat scroll center center;
  background-size: cover;
  padding: 32px 24px;
}
.casebox_r_bl p {
  font-size: 2.4rem;
  margin-bottom: 32px;
  color: #FFFFFF;
}
.casebox_r_bl ul li {
  margin-bottom: 32px;
  padding-left:1em;
  text-indent:-1em;
  font-size: 1.8rem;
  color: #FFFFFF;
}
.btn_area03 {
  margin: 64px auto 0;
  max-width: 376px;
}
.icon_r {
  position: relative;
}
.icon_r::before {
  content: "";
  position: absolute;
  top: 45%;
  left: -6%;
  background: url("../images/common/icon_ar01.png") no-repeat scroll 0 0;
  background-size: 100%;
  width: 5%;
  height: 10%;
  transform: rotate(-90deg);
}
.pb_top_ct02 {
  padding: 80px 0;
  background: #EAEAEA;
}
.pb_top_ct02_flex {
  display: flex;
  align-items: center;
}
.pb_top_ct02_flex div{
  width: 50%;
}
.pb_top_ct02_flex h2 {
  font-size: 3.6rem;
  color: #00428E;
}
.pb_top_ct02_flex div p{
  font-size: 1.8rem;
  margin-top: 40px;
}
.pb_top_ct02_flex .pb_ct02_btn{
  width: 50%;
}
.pb_top_ct02_flex .pb_ct02_btn li {
  margin: 0 auto;
  max-width: 376px;
}
.pb_top_cont06 {
  padding: 160px 0 80px;
}
.pb_top_cont06 h2 {
  color: #00428E;
}
.pb_top_faqbox01 {
  margin-top: 80px;
}
/*アコーディオン*/
.acMenu {
  margin-bottom: 24px;
}
.acMenu dt {
  display:block;
  cursor:pointer;
  font-size:2.0rem;
  background:#F8F8F8;
  padding:24px 24px 24px 72px;
  border-radius: 10px;
  position: relative;
}
.acMenu dt::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 16px;
  background: url("../images/common/icon_q.svg") no-repeat scroll 0 0;
  background-size: contain;
  width: 40px;
  height: 40px;
}
.acMenu dt.active {
  border-bottom:none;
}
.acMenu dt span {
  display: block;
  position: relative;
  line-height: 120%;
}
.acMenu dt span::before,
.acMenu dt span::after {
  content: '';
  display: block;
  width: 16px;
  height: 2px;
  border-radius: 5px;
  background:#222222;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.acMenu dt span::after {
  transform: translateY(-50%) rotate(90deg);
  transition: 0.5s;
}
.acMenu dt.active span::after {
  transform: rotate(0);
  transition: 0.5s;
}
.acMenu dd{
  display:none; 
  padding:24px 24px 24px 72px;
  position: relative;
  font-size:2.0rem;
}
.acMenu dd span {
  display: block;
  font-size: 1.6rem;
}
.acMenu dd::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 16px;
  background: url("../images/common/icon_a.svg") no-repeat scroll 0 0;
  background-size: contain;
  width: 40px;
  height: 40px;
}


@media screen and (max-width: 1300px) {
  .pb_top_detailtbox01 li {
    padding: 12px 12px;
    margin-bottom: 20px;
  }
  .pb_top_detailtbox_inner01 {
    padding-right: 12px;
  }
  .pb_top_detailtbox_inner01 p {
    font-size: 1.4rem;
  }
  .pb_top_detailtbox_inner01 p:last-child {
    font-size: 4.2rem;
  }
  .pb_top_detailtbox_inner02 {
    font-size: 1.4rem;
    padding-left: 12px;
    max-width: none;
  }
  .pb_top_functionlist li {
    padding: 11px 12px;
    width: 97%;
  }
  .pb_top_functionlist li p {
    font-size: 1.5rem;
    padding-left: 12px;
  }
  .pb_top_functionlist li div {
    font-size: 1.5rem;
    padding: 4px 12px 4px 0;
  }
  .icon_r::before {
    content: "";
    position: absolute;
    top: 45%;
    left: -35px;
    background: url("../images/common/icon_ar01.png") no-repeat scroll 0 0;
    background-size: 100%;
    width: 30px;
    height: 35px;
    transform: rotate(-90deg);
  }

}


@media screen and (max-width: 1024px) {
  .pb_top_detailtbox_inner01 p {
    font-size: 1.4vw;
  }
  .pb_top_detailtbox_inner01 p:last-child {
    font-size: 4vw;
  }
  .pb_top_detailtbox_inner02 {
    font-size: 1.4vw;
  }
  .pb_top_worbox_txt01 {
    font-size: 1.6rem;
  }
  .pb_top_worbox_txt01 span {
    font-size: 2.0rem;
  }
  .pb_top_worbox_item div {
    padding: 24px 12px;
  }
  .pb_top_worbox_item div p {
    font-size: 1.5rem;
  }
  .pb_top_worbox_item div div {
    font-size: 1.5rem;
    padding: 0;
  }
  .pb_top_wor_txt01 {
    font-size: 2.0rem;
  }
  .pb_top_worbox_txt02 {
    text-align: center;
    font-size: 1.6rem;
  }
  .pb_top_worbox_txt02 span {
    font-size: 2.0rem;
  }
  .pb_top_worbox_item02 div {
    padding: 24px 12px;
  }
  .pb_top_worbox_item02 div p {
    font-size: 1.5rem;
  }
  .pb_top_worbox_item02 div div {
    font-size: 1.5rem;
    padding: 0;
  }
  .pb_top_meritbox02 .pb_top_merit_ab01{
    top:13%;
    font-size: 1.8rem;
  }
  .pb_top_meritbox02 .pb_top_merit_ab02{
    top:9%;
    font-size: 1.8rem;
  }

}


@media screen and (max-width: 767px) {
  .pb_top_cont01 {
    padding: 0 0 60px;
    background: url("../images/top_cont01_bg_sp.png") no-repeat scroll center center;
    background-size: cover;
  }
  .pb_cont_inner {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 16px;
  }
  .pb_top_ttl {
    font-size: 6.4vw;
    margin-top: 20px;
  }
  .pb_top_ttl span {
    font-size: 5.33vw;
  }
  .pb_top_ttl sup {
    font-size: 4vw;
  }
  .pb_top_ttl::before {
    content: "";
    position: absolute;
    top:-50px;
    left: calc(50% - 25px);
    background: url("../images/common/icon_dot.png") no-repeat scroll center;
    width: 50px;
    height: 32px;
  }
  .pb_top_meritbox01 {
    margin: 54px auto 0;
    max-width: 100%;
  }
  .pb_top_meritbox01 p {
    font-size: 5.33vw;
  }
  .pb_top_meritbox02 {
    margin-top: 8px;
    display: block;
  }
  .pb_top_meritbox02 li {
    width: 100%;
    text-align: center;
    margin-top: 16px;
  }
  .pb_top_meritbox02 .pb_top_merit_ab01{
    top:20%;
    font-size: 5.33vw;
  }
  .pb_top_meritbox02 .pb_top_merit_ab02{
    top:14%;
    font-size: 5.33vw;
  }
  .pb_top_meritbox02 img {
    width: 100%;
  }
  .pb_top_merittxt01 {
    margin-top: 24px;
    font-size: 4.26vw;
  }
  .pb_top_merittxt01 sup {
    font-size: 3vw;
  }
  .pb_top_merittxt02 {
    font-size: 3.2vw;
  }
  .pb_top_cont02 {
    padding: 0 0 60px;
    background: url("../images/top_cont02_bg_sp.png") no-repeat scroll center center;
    background-size: cover;
  }
  .pb_top_detailtbox01 {
    margin-top: 40px;
    display: block;
  }
  .pb_top_detailtbox01 li {
    padding: 16px 24px;
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
  .pb_top_detailtbox_inner01 {
    padding-right: 24px;
  }
  .pb_top_detailtbox_inner01 p {
    font-size: 3.733vw;
  }
  .pb_top_detailtbox_inner01 p:last-child {
    font-size: 10vw;
  }
  .pb_top_detailtbox_inner02 {
    font-size: 4.6vw;
    padding-left: 24px;
    max-width: none;
  }
  .btn_area01 {
    margin: 40px auto 0;
    max-width: 100%;
  }
  .btn_area01.sptopbtn{
    max-width: 74.13%;
  }
  .btn_wh {
    font-size: 3.733vw;
    padding: 13.5px 5px;
  }
  .pb_top_cont03 {
    padding: 0 0 60px;
    background: url("../images/top_cont03_bg_sp.png") no-repeat scroll center center;
    background-size: cover;
  }
  .pb_top_txt01 {
    margin-top: 48px;
    text-align: left;
    font-size: 4.266vw;
  }
  .pb_top_functionbox {
    margin-top: 32px;
    display: block;
    margin-bottom: 32px;
  }
  .pb_top_functionbox h3 {
    font-size: 5.333vw;
    margin-bottom: 16px;
    margin-top: 16px;
  }
  .pb_top_functionbox_inner01 {
    width:100%;
    border-bottom: 1px solid #EAEAEA;
    padding-bottom: 16px;
    border-right: 0;
  }
  .pb_top_functionbox_inner02 {
    width:100%;
    border-bottom: 1px solid #EAEAEA;
    padding-bottom: 16px;
    border-right: 0;
  }
  .pb_top_functionbox_inner02 .pb_top_functionlist {
    border: none;
  }
  .pb_top_functionbox_inner03 {
    width:100%;
  }
  .pb_top_functionlist li {
    margin-bottom: 16px;
    padding: 16px 24px;
    width: 100%;
  }
  .pb_top_functionlist li p {
    font-size: 4.8vw;
    padding-left: 24px;
  }
  .pb_top_functionlist li div {
    font-size: 4.8vw;
    padding-left: 24px;
    padding: 4px 24px 4px 0;
  }
  .pb_top_functionbox_inner02 .pb_top_functionlist li {
    width: 100%;
    margin-left: 0;
  }
  .pb_top_functionbox_inner03 .pb_top_functionlist li {
    margin-left: 0;
  }
  .pb_top_cont04 {
    padding: 120px 0 60px;
    background: url("../images/top_cont04_bg_sp.png") no-repeat scroll center top;
    background-size: cover;
  }
  .pb_top_worbox {
    margin-top: 56px;
  }
  .pb_top_worbox_flex01 {
    display: flex;
    flex-wrap: wrap;
  }
  .pb_top_worbox_item {
    width: 48%;
    margin: 0 4% 20px 0;
  }
  .pb_top_worbox_item:nth-child(even) {
    margin: 0 0 20px 0;
  }
  .pb_top_worbox_txt01 {
    font-size: 2.933vw;
    padding:4px 0;
  }
  .pb_top_worbox_txt01 span {
    font-size: 3.733vw;
  }
  .pb_top_worbox_item div {
    padding: 16px 8px;
  }
  .pb_top_worbox_item div p {
    text-align: center;
    font-size: 3.2vw;
  }
  .pb_top_worbox_item div div {
    text-align: center;
    font-size: 3.2vw;
    margin: 0 auto;
    max-width: 70%;
    padding: 0;
  }
  .pb_top_worbox_item div p:first-child {
    margin: 0 auto;
    max-width: 70%;
  }
  .pb_top_worbox_item div .nm01:first-child {
    margin: -8px auto 0;
    max-width: 50%;
  }
  .pb_top_wor_txt01 {
    margin-top: 0;
    padding: 6px 0;
    font-size: 5.333vw;
    margin-bottom: 8px;
  }
  .pb_top_wor_center {
    text-align: center;
  }
  .pb_top_worbox_flex02 {
    display: flex;
    flex-wrap: wrap;
    margin-top: 16px;
  }
  .pb_top_worbox_item02 {
    width: 48%;
    margin: 0 4% 20px 0;
    box-shadow: 4px 4px 0px 0 rgb(105, 151, 203);
  }
  .pb_top_worbox_item02:nth-child(even) {
    margin: 0 0 20px 0;
  }
  .pb_top_worbox_txt02 {
    font-size: 2.933vw;
    padding:4px 0;
  }
  .pb_top_worbox_txt02 span {
    font-size: 3.733vw;
  }
  .pb_top_worbox_item02 div {
    padding: 16px 8px;
  }
  .pb_top_worbox_item02 div p {
    text-align: center;
    font-size: 3.2vw;
  }
  .pb_top_worbox_item02 div div {
    text-align: center;
    font-size: 3.2vw;
    margin: 0 auto;
    max-width: 70%;
    padding: 0;
  }
  .pb_top_worbox_item02 div p:first-child {
    margin: 0 auto;
    max-width: 70%;
  }
  .pb_top_worbox_item02 div .nm03:first-child {
    margin: 0 auto;
    max-width: 45%;
  }
  .pb_top_worbox_item02 div .nm04:first-child {
    margin: 0px auto 0;
    max-width: 70%;
  }
  .pb_top_worbox_item02 div p:last-child {
    margin-top: 16px;
  }
  .pb_top_worbox_item02 div .nm02:last-child {
    margin-top: 32px;
  }
  .pb_top_ct01 {
    padding: 60px 0 60px;
  }
  .pb_top_ct01 h2 {
    font-size: 5.333vw;
    letter-spacing: -0.5px;
  }
  .slash_txt03 {
    font-size: 4.26vw;
  }
  .pb_ct_btn {
    max-width: 100%;
    margin: 0 auto;
    display: block;
  }
  .pb_ct_btn li {
    width: 87.5%;
    margin: 24px auto 0;
  }
  .pb_ct_btn .btn_icon01 span {
    background-position: 85% center;
  }
  .pb_ct_btn .btn_icon02 span {
    background-position: 80% center;
  }
  .pb_top_cont05 {
    padding: 120px 0 60px;
    background: url("../images/top_cont05_bg_sp.png") no-repeat scroll center top;
    background-size: cover;
  }
  .pb_top_txt02 {
      margin-top: 54px;
  }
  .pb_top_casebox01 {
    margin-top: 0;
    display: block;
  }
  .casebox_l {
    width: 100%;
    text-align: center;
    margin-top: 24px;
  }
  .casebox_r {
    width: 100%;
    text-align: center;
    margin-top: 24px;
  }
  .casebox_txt01 {
    font-size: 5.333vw;
  }
  .casebox_txt02 {
    font-size: 4.266vw;
    margin-top: 24px;
  }
  .btn_area02 {
    max-width: 90%;
    margin: 40px auto 0;
  }
  .btn_area02.sptopbtn {
    max-width: 74.13%;
  }
  .btn_area03.sptopbtn {
    max-width: 74.13%;
  }
  .btn_bl {
    padding: 12px 5px;
    font-size: 3.733vw;
  }
  .pb_top_casebox02 {
    margin-top: 0;
    display: block;
  }
  .casebox_l_wh {
    width: 100%;
    padding: 24px;
    margin-top: 40px;
  }
  .casebox_l_wh p {
    font-size: 5.333vw;
    margin-bottom: 24px;
  }
  .casebox_l_wh ul li {
    margin-bottom: 24px;
    font-size: 4.266vw;
  }
  .casebox_r_bl {
    width: 100%;
    padding: 24px;
    margin-top: 40px;
  }
  .casebox_r_bl p {
    font-size: 5.333vw;
    margin-bottom: 24px;
  }
  .casebox_r_bl ul li {
    margin-bottom: 24px;
    font-size: 4.266vw;
  }
  .btn_area03 {
    margin: 40px auto 0;
    max-width: 90%;
  }
  .icon_r::before {
    top: -36px;
    left: calc(50% - 15px);
    width: 30px;
    height: 35px;
    transform: rotate(0deg);
  }
  
  .pb_top_ct02 {
    padding: 60px 0;
  }
  .pb_top_ct02_flex {
    display: block;
  }
  .pb_top_ct02_flex div{
    width: 100%;
  }
  .pb_top_ct02_flex h2 {
    font-size: 6.4vw;
  }
  .pb_top_ct02_flex div p{
    font-size: 4.266vw;
    margin-top: 24px;
  }
  .pb_top_ct02_flex .pb_ct02_btn{
    width: 100%;
  }
  .pb_top_ct02_flex .pb_ct02_btn li {
    margin: 32px auto 0;
    width: 87.5%;
  }
  .pb_top_cont06 {
    padding: 120px 0 60px;
  }
  .pb_top_faqbox01 {
    margin-top: 54px;
  }
  /*アコーディオン*/
  .acMenu {
    margin-bottom: 24px;
  }
  .acMenu dt {
    font-size:4.6vw;
    background:#F8F8F8;
    padding:18px 8px 18px 51px;
    border-radius: 10px;
    position: relative;
  }
  .acMenu dt::before {
    top: 13px;
    left: 8px;
    width: 35px;
    height: 35px;
  }
  .acMenu dt span {
    padding-right: 32px;
    padding-top: 4px;
  }
  .acMenu dt span::before,
  .acMenu dt span::after {
    content: '';
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 5px;
    background:#222222;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
    .acMenu dt span::after {
    transform: translateY(-50%) rotate(90deg);
    transition: 0.5s;
  }
  .acMenu dt.active span::after {
    transform: rotate(0);
    transition: 0.5s;
  }
  .acMenu dd{
    display:none; 
    padding:18px 8px 18px 51px;
    font-size:4.6vw;
  }
  .acMenu dd span {
    display: block;
    font-size: 3.2vw;
    color: #707070;
    margin-top: 5px;
    text-indent: -1em;
    padding-left: 1em;
  }
  .acMenu dd::before {
    top: 13px;
    left: 8px;
    width: 35px;
    height: 35px;
  }
  .sp_img_wid01 {
    width: 70%;
    margin: 0 auto;
  }
  .sp_img_wid02 {
    width: 80%;
    margin: 0 auto;
  }
  
}


/* -----------------------------------------------
パンくず
----------------------------------------------- */
.page-topicpath {
  background: #F7F7F7;
  padding: 11px 0;
}
.container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 56px;
}
.page-topicpath__list {
    display: flex;
    flex-wrap: wrap;
}
.page-topicpath__list a {
  font-size: 1.2rem;
}
.page-topicpath__list li {
  font-size: 1.2rem;
  color: #00428E;
}
.page-topicpath__list__item__link:after {
  content: '＞';
  padding: 0 1rem;
  font-weight: bold;
  color: #00428E;
}
/* -----------------------------------------------
料金
----------------------------------------------- */
.ul_cont {}
.price_cont{
  margin: 56px 0 0 0;
}
.memo_box .price_note {
  font-size: 1.6rem;
  color: #333333;
  font-weight: 300;
  margin-top: 8px;
}
.head_ttl {
  background: url("../images/common/bg_dot.png") repeat-x scroll left top;
  padding: 56px 0;
}
.head_ttl h1{
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 56px;
  font-size: 3.6rem;
  color: #00428E;
}
.head_ttl h1 span {
  padding-left: 50px;
  background: url("../images/common/icon_ttl.png") no-repeat scroll left center;
}
.sub_ttl_cont {
  padding: 160px 0 60px;
  background: #F8FAFD;
}
.sub_ttl_cont h2 {
  color: #00428E;
}
.sub_ttl_txtbox01 {
  margin: 80px auto 0;
  max-width: 735px;
}
.sub_ttl_txtbox01 p {
  text-align: right;
  font-size: 1.8rem;
  letter-spacing: -1px;
}
.sub_ttl_txtbox01 .sub_notetxt {
  font-size: 1.6rem;
}
.cont_box {
  margin: 60px auto 80px;
}
.ul_subttl {
  font-size: 2.4rem;
  text-align: center;
  color: #00428E;
}
.ul_subttl_txt {
  text-align: center;
  margin-top: 32px;
}
.price_flex01 {
  margin: 40px 0 80px 0;
  display: flex;
  justify-content: space-between;
}
.price_flex01 li {
  width: 31.2%;
  border-radius: 10px;
  border: solid 2px #00428E;
  background: #00428E;
  display: flex;
  align-content: center;
}
.price_flex_item01 {
  width: 26.6%;
  text-align: center;
  padding: 15px;
  display: flex;
  align-items: center;
}
.price_flex_item02 {
  width: 73.4%;
  background: #FFFFFF;
  padding: 28px 16px;
  border-radius: 0 10px 10px 0;
}
.price_flex_ttl {
  font-size: 1.8rem;
  color: #00428E;
}
.price_flex_txt {
  margin-top: 10px;
  letter-spacing: -1px;
}
.price_flex02 {
  margin: 40px 0 0 0;
  display: flex;
  justify-content: center;
}
.price_flex02 li {
  width: 31.2%;
  border-radius: 10px;
  border: solid 2px #00428E;
  background: #00428E;
  display: flex;
  align-content: center;
  margin: 0 1.55%;
}

.price_doc_box {
  padding: 80px 0;
  background: #F7F7F7;
}
.price_doc_box p {
  text-align: center;
  font-size: 1.8rem;
}
.pb_ct03_btn {
  margin: 40px auto 0;
  max-width: 376px;
}

@media screen and (max-width: 1024px) {
  .price_flex01 {
    justify-content: center;
    flex-wrap: wrap;
  }
  .price_flex01 li {
    width: 45%;
    margin: 0 2%
  }
  .price_flex01 li:last-child {
    margin: 20px 2% 0;
  }
  .price_flex02 li {
    width: 45%;
    margin: 0 2%;
  }
}

@media screen and (max-width: 767px) {
  .price_cont{
    margin: 64px 0 0 0;
  }
  .memo_box .price_note {
    font-size: 3.733vw;
    margin-top: 16px;
  }
  .container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 16px;
  }
  .page-topicpath__list a {
    font-size: 3.2vw;
  }
  .page-topicpath__list li {
    font-size: 3.2vw;
  }
  .head_ttl {
    padding: 48px 0;
  }
  .head_ttl h1{
    max-width: 100%;
    margin: 0 auto;
    padding: 0 16px;
    font-size: 6.0vw;
  }
  .head_ttl h1 span {
    padding-left: 40px;
    background-size: 30px auto;
    display: block;
    background-position: left 5px;
  }
  .sub_ttl_cont {
    padding: 120px 0 60px;
  }
  .sub_ttl_txtbox01 {
    margin: 54px auto 0;
    max-width: 100%;
    padding: 0 16px;
  }
  .sub_ttl_txtbox01 p {
    text-align: left;
    font-size: 4.266vw;
  }
  .sub_ttl_txtbox01 .sub_notetxt {
    font-size: 3.733vw;
    margin-top: 24px;
  }
  .cont_box {
    margin: 60px auto 60px;
  }
  .ul_subttl {
    font-size: 5.333vw;
  }
  .ul_subttl_txt {
    font-size: 3.733vw;
  }
  .price_flex01 {
    margin: 40px 0 60px 0;
    display: block;
  }
  .price_flex01 li {
    width: 100%;
    margin-bottom: 16px;
  }
  .price_flex_item01 {
    width: 29.7%;
    padding: 5%;
    box-sizing: border-box;
  }
  .price_flex_item02 {
    width: 70.3%;
    background: #FFFFFF;
    padding: 4% 5%;
  }
  .price_flex_ttl {
    font-size: 4.266vw;
  }
  .price_flex_txt {
    font-size: 3.733vw;
  }
  .price_flex02 {
    margin: 40px 0 0 0;
    display: block;
  }
  .price_flex02 li {
    width: 100%;
    margin-bottom: 16px;
  }
  .price_doc_box {
    padding: 60px 0;
  }
  .price_doc_box p {
    text-align: center;
    font-size: 4.266vw;
  }
  .pb_ct03_btn {
    margin: 40px auto 0;
    max-width: 90%;
  }
  
}

/* -----------------------------------------------
よくあるご質問
----------------------------------------------- */
.faq_contmt {
  margin: 56px 0 0 0;
}
.faq_anc_list {
  margin: 64px 0 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.faq_anc_list li{
  width: 31.2%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}
.faq_anc_list a {
  display: flex;
  align-items: center;
  border-radius: 10px;
  border: solid 2px #00428E;
  background: #00428E;
  width: 100%;
}
.faq_anc_list a div {
  padding: 0 4.5%;
  text-align: center;
  width: 17.1%;
}
.faq_anc_list a div img {
  position:relative;
  top:0;
}
.faq_anc_list a p {
  padding: 41.5px 19px;
  text-align: left;
  font-size: 1.8rem;
  color: #00428E;
  background: #FFFFFF;
  border-radius: 0 10px 10px 0;
  width: 82.9%;
}

.faq_anc_list a:hover p{
  background: #eff5ff;
}
.faq_anc_list a:hover div img {
  top:10px;
  transition:0.3s;
}
.faq_cont {
  padding: 160px 0 60px;
}
.faq_cont h2 {
  color: #00428E;
}
.faq_cont dl:nth-of-type(1) {
  margin-top: 80px;
}
.faq_cont dl .faq_ind {
  padding-left: 1.3em;
  text-indent: -1.3em;
  font-size: 2.0rem;
}
.faq_cont dl .faq_ind span {
  font-weight: bold;
  font-family: 'Arial', "sans-serif";
  display: inline;
  padding-right: 0.5em;
  font-size: 2.0rem;
}

@media screen and (max-width: 1024px) {
  .faq_anc_list a p {
    padding: 41.5px 8px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .faq_contmt {
    margin: 64px 0 0 0;
  }
  .faq_anc_list {
    margin: 64px 0 0 0;
    display: block;
  }
  .faq_anc_list li{
    margin: 0 0 24px 0;
    width: 100%;
  }
  .faq_anc_list a div {
    padding: 0 4.5%;
    text-align: center;
    width: 18.6%;
  }
  .faq_anc_list a p {
    padding: 31px 4.5%;
    font-size: 4.266vw;
    width: 82.9%;
  }

  .faq_anc_list a:hover p{
    background: #FFF;
  }
  .faq_anc_list a:hover div img {
    top:0;
  }
  .faq_cont {
    padding: 120px 0 40px;
  }
  .faq_cont dl:nth-of-type(1) {
    margin-top: 48px;
  }
  .faq_cont dl .faq_ind {
    padding-left: 1.4em;
    text-indent: -1.4em;
    font-size: 4.8vw;
    margin-bottom: 16px;
  }
  .faq_cont dl .faq_ind span {
    font-size: 4.8vw;
    text-indent: 0em;
    padding-left: 0em;
    color: #333;
  }

}

/* -----------------------------------------------
会社概要
----------------------------------------------- */
.company_content {
  margin: 60px 0 120px 0;
}
.company_content table {
  width: 100%;
}
.company_content table th {
  width: 22.76%;
  padding: 16px 24px;
  background: #F7F7F7;
  vertical-align: middle;
  border: 1px solid #E0E0E0;
  font-size: 1.6rem;
  color: #333333;
}
.company_content table td {
  width: 77.24%;
  border: 1px solid #E0E0E0;
  padding: 32px 16px 32px 40px;
  font-size: 1.6rem;
  color: #333333;
}
.company_content table th span {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .company_content {
    margin: 60px 0 60px 0;
  }
  .company_content table th {
    width: 30.23%;
    padding: 16px;
    font-size: 3.733vw;
  }
  .company_content table td {
    width: 69.77%;
    padding: 24px 16px 24px 16px;
    font-size: 3.733vw;
  }
  .company_content table th span {
    font-size: 3.2vw;
  }
}

/* =================================================
フォーム
================================================= */
/* -----------------------------------------------
共通
----------------------------------------------- */
.pb_form_cont {
   margin: 80px 0 100px;
}
.pb_form_cont a {
  color: #00428e;
  text-decoration: underline;
}
.pb_form_cont {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.agreement-statement {
  width: 50%;
}
.agreement-statement p{
  font-size: 1.8rem;
}
.agreement-statement li {
  margin-top: 24px;
  font-size: 1.8rem;
}
.agreement-statement li span{
  font-size: 1.6rem;
}
.inquiry_content {
  margin-top: 30px;
  padding: 5.89%;
  border: solid 1px #0d478e;
  border-radius: 6px;
}
.inquiry_content dt {
  font-size: 1.8rem;
  font-weight: 600;
  color: #0d478e;
}
.form_wrap {
  width: 44.64%;
}
.form_img_mt {
  margin-top: 48px;
}


@media screen and (max-width: 767px) {
  
  .pb_form_cont {
    margin: 40px 0 60px;
  }
  .pb_form_cont {
    display: block;
    justify-content: space-between;
    align-items: flex-start;
  }
  .agreement-statement,
  .form_wrap {
    width: 100%;
  }
  .agreement-statement p{
  font-size: 4.266vw;
  }
  .agreement-statement li {
    margin-top: 24px;
    font-size: 4.266vw;
  }
  .agreement-statement li span{
    font-size: 3.733vw;
  }
  .agreement-statement li a{
    font-size: 3.733vw;
  }
  .agreement-statement {
    margin-top: 14.4vw;
  }
  .inquiry_content dt {
    font-size: 3.73vw;
  }
}

/* -----------------------------------------------
サンクスページ
----------------------------------------------- */
.pb_form_cont02 {
   margin: 80px 0 160px;
}
.thanks_txt {
  font-size: 1.6rem;
  text-align: center;
  margin-top: 24px;
  line-height: 240%;
}
.thanks_txt02 {
  font-size: 2.4rem;
  text-align: center;
}
.btn_th01 {
    margin: 24px auto 80px;
    max-width: 376px;
}
.btn_th02 {
    margin: 80px auto 0;
    max-width: 376px;
}
.btn_th02 a:last-child{
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .thanks_ttl {
    font-size: 6.4vw;
    margin-top: 30px;
  }
  .thanks_txt {
    font-size: 3.73vw;
    margin-top: 30px;
  }
  .thanks_txt02 {
    font-size: 4.53vw;
    font-weight: bold;
    text-align: center;
    margin-top: 40px;
  }
  .thanks_btn {
    max-width: 90%;
    margin: 30px auto;
  }
  .snl_form_cont_01 .thanks_btn a {
    padding: 10px 5px;
    font-size: 3.73vw;
  }
  .btn_th01 {
    margin: 24px auto 80px;
    max-width: 256px;
  }
  .btn_th02 {
      margin: 60px auto 0;
      max-width: 256px;
  }
  .pb_form_cont02 .btn_bl {
    font-size: 1.4rem;
  }
  
}

/* -----------------------------------------------
導入事例
----------------------------------------------- */
.case_cont {
  margin: 56px 0 0 0;
}
.sub_ttl_cont02 {
  padding: 160px 0 60px;
  border-bottom: 1px solid #C1C1C1;
  max-width: 1208px;
  margin: 0 auto;
}
.sub_ttl_cont02 h2 {
    color: #00428E;
}
.sub_ttl_txtbox02 {
  margin: 37px auto 0;
}
.sub_ttl_txtbox02 p {
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: -1px;
}
.sub_ttl_txtbox02 sup {
  font-size: 1.1rem;
  vertical-align: super;
}
.sub_ttl_txtbox02 .sub_notetxt {
    font-size: 1.6rem;
}
.case_cont01 {
  margin-top: 100px;
}
.co_anc_list {
  margin: 64px 0 0 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.co_anc_list li{
  width: 31.2%;
  display: flex;
  margin-bottom: 24px;
  margin-right: 3.2%;
}
.co_anc_list li:nth-of-type(3n) {
  margin-right: 0;
}
.co_anc_list a {
  display: flex;
  align-items: center;
  border-radius: 10px;
  border: solid 2px #00428E;
  width: 100%;
}
.co_anc_list a div {
  padding: 10.5% 4.5%;
  text-align: center;
  width: 17.1%;
  background: #00428E;
  border-radius: 8px 0 0 8px;
}
.co_anc_list a div img {
  position:relative;
  top:0;
}
.co_anc_list a p {
  padding: 7% 16px;
  text-align: left;
  font-size: 1.8rem;
  color: #00428E;
  border-radius: 0 10px 10px 0;
  width: 82.9%;
}

.co_anc_list a:hover{
  background: #eff5ff;
}
.co_anc_list a:hover div img {
  top:10px;
  transition:0.3s;
}
/*.case_cont02 {
    padding-top: 80px;
    margin-top: -10px;
}*/
.case_cont02 {
  margin-top:70px;
}
.case_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.case_flex div {
  width: 49%;
}
.case_flex img {
  border-radius: 10px;
}
.case_flex h4 {
  font-size: 3.2rem;
  color: #00428E;
}
.case_flex p {
  font-size: 1.8rem;
  margin-top: 40px;
}
.case_box {
  margin-top: 40px;
  display: flex;
  border: 1px solid #D1D1D1;
}
.case_box div {
  width: 50%;
}
.case_box div:last-child {
  border-left: 1px solid #D1D1D1;
}
.case_assignment p {
  padding: 24px;
  font-size: 2.4rem;
  background: #EAEAEA;
  border-bottom: 1px solid #D1D1D1;
}
.case_assignment ul {
  padding: 24px;
}
.case_assignment li{
  margin-bottom: 32px;
  font-size: 1.8rem;
  text-indent: -2em;
  padding-left: 2em;
}
.case_assignment li:last-child {
  margin-bottom: 0;
}
.case_decisivefactor p {
  padding: 24px;
  font-size: 2.4rem;
  color: #FFFFFF;
  background: #7188A2;
  border-bottom: 1px solid #D1D1D1;
}
.case_decisivefactor ul {
  padding: 24px;
}
.case_decisivefactor li{
  margin-bottom: 32px;
  font-size: 1.8rem;
  text-indent: -1.4em;
  padding-left: 1.4em;
  color: #00428E;
}
.case_decisivefactor li:last-child {
  margin-bottom: 0;
}
.case_icon {
  text-align: center;
  margin: 24px 0;
}
.case_achievement {
  border: 1px solid #00428E;
  border-radius: 10px;
  background: #00428E;
}
.case_achievement p {
  padding: 16px 0;
  text-align: center;
  color: #FFFFFF;
  font-size: 3.6rem;
}
.case_achievement ul {
  background: #FFF;
  padding: 36px 56px;
  border-radius: 0 0 9px 9px;
}
.case_achievement li {
  margin-bottom: 32px;
  font-size: 2.4rem;
  text-indent: -1.4em;
  padding-left: 1.4em;
  color: #00428E;
}
.case_achievement li:last-child {
  margin-bottom: 0;
}
.sub_ttl_connection {
  margin: 160px 0 120px;
}
.sub_ttl_connection h2 {
  color: #00428E;
}
.co_connection_list {
  margin: 64px 0 0 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.co_connection_list li{
  min-width: 40%;
  display: flex;
  margin-right: 1.6%;
}
.co_connection_list li:nth-of-type(2n) {
  margin-left: 1.6%;
  margin-right: 0;
}
.co_connection_list a {
  display: flex;
  align-items: center;
  border-radius: 10px;
  border: solid 2px #00428E;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.co_connection_list a div {
  padding: 3.5% 6.5%;
  text-align: center;
  width: 30%;
  background: #00428E;
  border-radius: 8px 0 0 8px;
}
.co_connection_list a div img {
  position:relative;
  z-index: 3;
  top:0;
}
.co_connection_list a p {
  padding: 1% 16px;
  text-align: left;
  font-size: 1.8rem;
  color: #00428E;
  border-radius: 0 10px 10px 0;
  width: 70%;
  position:relative;
  z-index: 3;
}
.co_connection_list a:hover p{
  color: #FFFFFF;
}
.co_connection_list a:before {
  content: '';
  position: absolute;
  top: 0;
  left: -2px;
  z-index: 2;
  background:#00428E;
  width: 100%;
  height: 100%;
  transition: transform .2s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: left top;
  border-radius: 10px;
  border: solid 2px #00428E;
 }
.co_connection_list a:hover:before{
  transform-origin:left top;
  transform:scale(1, 1);
}


@media screen and (max-width: 1300px) {
  .co_anc_list a p {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 1024px) {
  .co_connection_list li{
    min-width: 48%;
  }
}

@media screen and (max-width: 767px) {
  .co_anc_list .disp_wid1300 {
    display: none;
  }
  .case_cont {
    margin: 64px 0 0 0;
  }
  .sub_ttl_cont02 {
    padding: 120px 16px 48px;
    border-bottom: 1px solid #C1C1C1;
    max-width: 100%;
  }
  .sub_ttl_txtbox02 {
    margin: 48px auto 0;
  }
  .sub_ttl_txtbox02 p {
    text-align: left;
    font-size: 4.266vw;
    letter-spacing: -1px;
  }
  .sub_ttl_txtbox02 sup {
    font-size: 3vw;
  }
  .sub_ttl_txtbox02 .sub_notetxt {
    font-size: 3.733vw;
    margin-top: 8px;
  }
  .case_cont01 {
    margin-top: 60px;
  }
  .co_anc_list {
    margin: 24px 0 0 0;
    display: block;
  }
  .co_anc_list li{
    margin: 0 0 24px 0;
    width: 100%;
  }
  .co_anc_list a div {
    padding: 6.5% 5.5%;
    text-align: center;
    width: 18.6%;
  }
  .co_anc_list a p {
    padding: 5px 4.5%;
    font-size: 4.266vw;
    width: 82.9%;
  }
  .co_anc_list a:hover div img {
    top:0;
  }
  /*.case_cont02 {
    padding-top: 70px;
    margin-top: -10px;
  }*/
  .case_cont02 {
    margin-top: 60px;
  }
  .case_flex {
    display: block;
  }
  .case_flex div {
    width: 100%;
  }
  .case_flex h4 {
    font-size: 6.4vw;
    margin-top: 20px;
  }
  .case_flex p {
    font-size: 4.266vw;
    margin-top: 20px;
  }
  .case_box {
    margin-top: 40px;
    display: block;
    border: 1px solid #D1D1D1;
  }
  .case_box div {
    width: 100%;
  }
  .case_box div:last-child {
    border-left: none;
  }
  .case_assignment p {
    padding: 24px;
    font-size: 5.333vw;
  }
  .case_assignment ul {
    padding: 24px;
  }
  .case_assignment li{
    margin-bottom: 24px;
    font-size: 4.8vw;
    text-indent: -1.4em;
    padding-left: 1.4em;
  }
  .case_assignment li:last-child {
    margin-bottom: 0;
  }
  .case_decisivefactor p {
    padding: 24px;
    font-size: 4.8vw;
  }
  .case_decisivefactor ul {
    padding: 24px;
  }
  .case_decisivefactor li{
    margin-bottom: 24px;
    font-size: 4.8vw;
    text-indent: -1.4em;
    padding-left: 1.4em;
    color: #00428E;
  }
  .case_decisivefactor li:last-child {
    margin-bottom: 0;
  }
  .case_icon {
    margin: 16px 0;
  }
  .case_icon img {
    width: 45px;
    height: auto;
  }
  .case_achievement p {
    padding: 16px 0;
    font-size: 6.4vw;
  }
  .case_achievement ul {
    background: #FFF;
    padding: 24px 24px;
    border-radius: 0 0 9px 9px;
  }
  .case_achievement li {
    margin-bottom: 24px;
    font-size: 5.333vw;
    text-indent: -1.4em;
    padding-left: 1.4em;
    color: #00428E;
  }
  .case_achievement li:last-child {
    margin-bottom: 0;
  }
  .sub_ttl_connection {
    margin: 120px 0 60px;
  }
  .co_connection_list {
    margin: 48px 0 0 0;
    display: block;
  }
  .co_connection_list li{
    min-width: 100%;
    display: flex;
    margin-right: 0;
    margin-bottom: 24px;
  }
  .co_connection_list li:nth-of-type(2n) {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
  .co_connection_list a div {
    padding: 3.5% 2.5%;
    text-align: center;
    width: 18%;
  }
  .co_connection_list a p {
    padding: 1% 16px;
    font-size: 4.266vw;
    width: 82%;
  }

}


/* -----------------------------------------------
特徴
----------------------------------------------- */
.feature_cont {
  margin-top: 80px;
  padding-bottom: 80px;
}
.memo_box {
  position: relative;
  background: #F7F7F7;
  border-radius: 10px;
  padding: 40px 16px;
}
.memo_box::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 20px;
  background: url("../images/common/icon_memo.svg") no-repeat scroll 0 0;
  width: 76px;
  height: 26px;
}
.memo_box p{
  font-size: 2.4rem;
  text-align: center;
  color: #00428E;
}
.memo_box sup {
  font-size: 1.4rem;
  vertical-align: super;
}
.feature_txt01 {
  font-size: 1.8rem;
  margin-top: 40px;
  text-align: center;
}
.feature_step {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
.feature_step_box {
  width: 22.51%;
  padding: 2.5% 0;
  background: #F7F7F7;
  position: relative;
  border-radius: 10px;
}
.feature_step_box p {
  text-align: center;
  font-size: 2.0rem;
}
.feature_step_box p:last-child {
  margin-top: 16px;
}
.feature_step_box .fnm01:last-child {
  margin-top: 0;
}
.f_ar::before {
  content: "";
  position: absolute;
  top: 39%;
  left: -13%;
  background: url(../images/common/icon_ar01.png) no-repeat scroll 0 0;
  background-size: 100%;
  width: 12%;
  height: 22%;
  transform: rotate(-90deg);
}
.sub_ttl_cont03 {
    padding: 130px 0 0;
}
.sub_ttl_cont03 h2 {
  color: #00428E;
}
.feature_list_box {
  margin-top: 80px;
  display: flex;
}
.feature_list_box dl {
  border: 1px solid #C1C1C1;
  width: 33.333%;
}
.feature_list_box dl:first-child {
  border-right: 0;
}
.feature_list_box dl:last-child {
  border-left: 0;
}
.feature_list_box dt {
  color: #FFFFFF;
  background: #00428E;
  padding: 16px 24px;
}
.feature_list_box dd {
  padding: 24px;
}
.feature_list_box dd p {
  margin-bottom: 16px;
}
.feature_list_box dd p:last-child {
  margin-bottom: 0;
}
.feature_point_box {
  margin-top: 40px;
}
.feature_point_box h3{
  font-size: 2.8rem;
  color: #00428E;
  padding: 80px 48px;
  background: url("../images/feature/ttl_bg.png") no-repeat scroll left center;
  background-size: 100%;
}
.feature_point_flex {
  margin-top: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}
.fpf_r {
  flex-direction: row-reverse;
}
.feature_point_flex div {
  text-align: center;
  width: 49%;
}
.feature_point_flex ul {
  width: 49%;
}
.check_list li {
  font-size: 1.8rem;
  margin-bottom: 24px;
  padding-left: 25px;
  background: url("../images/common/icon_ch.svg") no-repeat scroll left 3px;
  background-size: 18px;
}
.check_list li:last-child {
  margin-bottom: 0;
}
.check_list li span {
  font-weight: 400;
}
.feature_cont02 {
}
.f_img_box {
  text-align: center;
  margin-top: 80px;
}
.f_img_box img{
  display: block;
  border-radius: 10px 10px 120px 10px;
}
.feature_cont02 h3 {
  font-size: 2.4rem;
  color: #00428E;
  margin-top: 40px;
}
.feature_cont02 .fmt {
  margin-top: 64px;
}
.feature_txt02 {
  font-size: 1.8rem;
  margin-top: 24px;
}
.feature_txt03 {
  margin-top: 80px;
  font-size: 2.4rem;
}
.feature_txt03 span {
  color: #00428E;
}
.feature_cont02 .pb_feature_worbox {
  margin-top: 16px;
}
.feature_cont02 .pb_bob {
  padding-bottom: 80px;
  border-bottom: 1px solid #C1C1C1;
}
.feature_cont02 .pb_top_worbox_item div {
  padding: 8px 16px;
}
.feature_cont02 .pb_top_worbox_item02 div {
  padding: 8px 16px 16px;
}
.excl_box {
  margin-top: 80px;
  border: 3px solid #EB5757;
  border-radius: 10px;
  background: #F7F7F7;
  padding: 56px;
}
.excl_ttl {
  font-size: 2.4rem;
  text-align: center;
  color: #EB5757;
}
.excl_box ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.excl_box ul li {
  margin-top: 24px;
  font-size: 20px;
  width: 48.5%;
  font-weight: 400;
}
.excl_box ul li span {
  font-size: 2.4rem;
  display: block;
  background: url("../images/common/icon_excl.svg") no-repeat scroll left 0;
  padding:5px 0 5px 55px;
  margin-bottom: 5px;
  font-weight: 600;
}

@media screen and (max-width: 1300px) {
  .feature_step_box p {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 1024px) {
  .feature_list_box dt {
    padding: 16px 4px;
    font-size: 14px;
    letter-spacing: -1px;
  }
  .feature_list_box dd {
    padding: 24px 4px;
    font-size: 14px;
  }
  .excl_box {
    padding: 48px 16px;
  }
  .excl_box ul li {
    width: 47%;
  }
}

@media screen and (max-width: 767px) {
  .feature_cont {
    margin-top: 68px;
    padding-bottom: 40px;
  }
  .memo_box {
    padding: 43px 16px 24px;
  }
  .memo_box p{
    font-size: 5.333vw;
    text-align: left;
  }
  .memo_box sup {
    font-size: 3.2vw;
    vertical-align: super;
  }
  .feature_txt01 {
    font-size: 4.2666vw;
    margin-top: 40px;
    text-align: left;
  }
  .feature_step {
    width: 72.26%;
    margin: 40px auto 0;
    display: block;
  }
  .feature_step_box {
    width: 100%;
    padding: 8.5% 0;
  }
  .feature_step_box p {
    font-size: 4.8vw
  }
  .feature_step_box p:last-child {
    margin-top: 8px;
  }
  .feature_step_box .fnm01:last-child {
    margin-top: 0;
  }
  .f_ar {
    margin-top: 35px;
  }
  .f_ar::before {
    top: -35px;
    left: calc(50% - 17.5px);
    width: 30px;
    height: 33px;
    transform: rotate(0deg);
  }
  .sub_ttl_cont03 {
      padding: 80px 0 0;
  }
  .feature_list_box {
    margin-top: 54px;
    display: block;
  }
  .feature_list_box dl {
    border: 1px solid #C1C1C1;
    width: 100%;
  }
  .feature_list_box dl:first-child {
    border-right: 1px solid #C1C1C1;
  }
  .feature_list_box dl:last-child {
    border-left: 1px solid #C1C1C1;
  }
  .feature_list_box dt {
    padding: 16px 24px;
    font-size: 3.7333vw;
  }
  .feature_list_box dd {
    padding: 24px;
  }
  .feature_list_box dd p {
    margin-bottom: 8px;
    font-size: 3.7333vw;
  }
  .feature_list_box dd p:last-child {
    margin-bottom: 0;
  }
  .feature_point_box {
    margin-top: 40px;
  }
  .feature_point_box h3{
    font-size: 6.4vw;
    padding: 12% 0 12% 24px;
    background: url("../images/feature/ttl_bg_sp.png") no-repeat scroll left center;
    background-size: 100%;
  }
  .feature_point_flex {
    margin-top: 24px;
    display: block;
    margin-bottom: 48px;
  }
  .feature_point_flex div {
    text-align: center;
    width: 100%;
  }
  .feature_point_flex .sp_f_wid01 {
    width: 95%;
    margin: 0 auto;
  }
  .feature_point_flex .sp_f_wid02 {
    width: 70%;
    margin: 0 auto;
  }
  .feature_point_flex ul {
    width: 100%;
    margin-top: 32px;
  }
  .check_list li {
    font-size: 4.266vw;
  }
  .f_img_box {
    margin-top: 54px;
  }
  .f_img_box img{
    display: block;
    border-radius: 10px 10px 70px 10px;
  }
  .feature_cont02 h3 {
    font-size: 5.333vw;
    margin-top: 40px;
  }
  .feature_cont02 .fmt {
    margin-top: 64px;
  }
  .feature_txt02 {
    font-size: 4.266vw;
    margin-top: 24px;
  }
  .feature_txt03 {
    margin-top: 40px;
    font-size: 5.333vw;
  }
  .feature_cont02 .pb_feature_worbox {
    margin-top: 8px;
  }
  .feature_cont02 .pb_bob {
    padding-bottom: 40px;
  }
  .feature_cont02 .pb_top_worbox_item div {
    padding: 8px 8px;
  }
  .feature_cont02 .pb_top_worbox_item02 div {
    padding: 16px 8px 16px;
  }
  .feature_cont02 .pb_top_worbox_item div p:first-child {
    max-width: 100%;
  }
  .feature_cont02 .pb_top_worbox_item02 div p:first-child {
    margin: 0 auto;
    max-width: 100%;
  }
  .feature_cont02 .pb_top_worbox_item div .nm05:first-child {
    margin: 0 auto 0;
    max-width: 70%;
  }
  .feature_cont02 .pb_top_worbox_item div p:last-child {
    margin-top: 8px;
  }
  .excl_box {
    margin-top: 54px;
    padding: 40px 20px;
  }
  .excl_ttl {
    font-size: 5.333vw;
  }
  .excl_box ul {
    display: block;
  }
  .excl_box ul li {
    margin-top: 32px;
    font-size: 4.8vw;
    width: 100%;
  }
  .excl_box ul li span {
    font-size: 5.333vw;
    padding: 1% 0 1% 13%;
    margin-bottom: 5px;
    background-size: 11%;
    background-position: left 0px
  }
}


/* -----------------------------------------------
機能
----------------------------------------------- */
.function_cont {
  margin: 56px 0 0 0;
}
.function_txt01 {
  font-size: 1.8rem;
  margin-top: 24px;
  text-align: center;
}
.function_cont .co_anc_list a p {
    padding: 3% 16px;
}
.function_cont .co_anc_list {
  margin: 16px 0 0 0;
}
.function_box {
  margin-top: 80px;
}
.function_box h3{
  font-size: 2.8rem;
  color: #00428E;
  padding: 80px 48px;
  background: url(../images/feature/ttl_bg.png) no-repeat scroll left center;
  background-size: 100%;
}
.functionlist01 {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
}
.functionlist01 li {
  border-radius: 10px;
  padding: 16px 16px 16px 24px;
  background: #EFF5FF;
  display: flex;
  align-content: center;
  width: 31.1%;
  margin-right: 3.35%;
  margin-bottom: 32px;
}
.functionlist01 li:nth-of-type(3n) {
  margin-right: 0;
}
.functionlist01 li div {
  text-align: center;
  border-right: 1px solid #C1C1C1;
  padding: 4px 24px 4px 0;
  display: flex;
  align-items: center;
  line-height: 110%;
}
.functionlist01 li p {
  font-size: 1.8rem;
  color: #00428E;
  padding-left: 24px;
  display: flex;
  align-items: center;
  line-height: 110%;
}
.function_txt02 {
  font-size: 1.8rem;
}
.function_imgbox {
  margin-top: 56px;
  text-align: center;
}
.function_bo {
  padding-bottom: 72px;
  border-bottom: 1px solid #E3E3E3;
}
.function_flex01 {
  margin-top: 64px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.function_flex02 {
  margin-top: 64px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
.function_flex_left {
  width: 48.4%;
}
.function_flex_right {
  width: 48.4%;
}
.function_cont h4 {
  font-size: 2.4rem;
  color: #00428E;
  padding-bottom: 10px;
  border-bottom: 1px solid #00428E;
  margin-bottom: 64px;
}

.function_flex_right .check_list li {
  margin-bottom: 32px;
}
.check_list li span {
  font-weight: 300;
  display: block;
}
.function_solution {
  margin-top: 24px;
}
.function_solution_txt {
  text-align: center;
  font-size: 2.4rem;
  padding: 16px 0;
  color: #FFF;
  background: #00428E;
  border-radius: 10px;
}
.function_solution_img {
  text-align: center;
}
.function_solution_img  img{
  display: inline-block;
  vertical-align: bottom;
}
.function_solution_list {
  background: #EFF5FF;
  padding: 32px 64px;
  border-radius: 10px;
}
.function_solution_list li {
  font-size: 1.8rem;
  margin-bottom: 16px;
  background: url("../images/common/icon_ch02.svg") no-repeat scroll left 2px;
  padding-left: 25px;
}
.function_solution_list li:last-child {
  margin-bottom: 0;
}
.function_solution_list span {
  font-weight: 300;
  display: block;
}
.function_example {
  margin-top: 72px;
  display: flex;
  align-items: center;
  border-radius: 10px;
  background: #F7F7F7;
  overflow: hidden;
  justify-content: space-between;
}
.function_example_img {
  width: 48%;
}
.function_example_img img {
  vertical-align: bottom;
}
.function_example_txt {
  width: 48%;
  padding-right: 20px;
}
.function_example_txt_item01 {
  font-size: 2.4rem;
  color: #00428E;
}
.function_example_txt_item02 {
  margin-top: 16px;
  font-size: 1.8rem;
}
.function_example_txt_item03 {
  margin-top: 16px;
  font-size: 1.8rem;
  font-weight: 400;
}
.btn_area04 {
  max-width: 376px;
  margin: 24px 0 0 0;
}
.function_imgbox02 {
  margin-top: 40px;
  padding-bottom: 40px;
}
.fbo {
  border-bottom: 3px solid #E3E3E3;
}
.fmt {
  margin-top: 40px;
}
.function_env {
  text-align: right;
  margin-top: 40px;
  margin-right: 20px;
}
.function_env a{
  color: #00428E;
}

@media screen and (max-width: 1300px) {
  .functionlist01 li p {
      font-size: 1.5rem;
      padding-left: 12px;
  }
  .functionlist01 li {
    padding: 14px 12px;
  }
  .functionlist01 li div {
    padding: 4px 12px 4px 0;
  }
}

@media screen and (max-width: 1024px) {
  .function_example_txt_item01 {
      font-size: 1.8rem;
    }
    .function_example_txt_item02 {
      margin-top: 8px;
      font-size: 1.5rem;
    }
    .function_example_txt_item03 {
      margin-top: 8px;
      font-size: 1.5rem;
    }
    .btn_area04 {
      max-width: 376px;
      margin: 16px 0 0 0;
    }
}


@media screen and (max-width: 767px) {
  .function_cont {
    margin: 68px 0 0 0;
  }
  .function_txt01 {
    font-size: 4.266vw;
    margin-top: 24px;
    text-align: left;
  }
  .function_cont .co_anc_list a p {
    padding: 5px 4.5%;
  }
  .function_cont .co_anc_list {
    margin: 16px 0 0 0;
  }
  .function_box {
    margin-top: 60px;
  }
  .function_box h3{
    font-size: 6.4vw;
    padding: 12% 0 12% 24px;
    background: url(../images/feature/ttl_bg_sp.png) no-repeat scroll left center;
    background-size: 100%;
  }
  .functionlist01 {
    margin-top: 32px;
    display: block;
  }
  .functionlist01 li {
    margin-bottom: 24px;
    padding: 16px 24px;
    width: 100%;
  }
  .functionlist01 li:nth-of-type(3n) {
    margin-right: 0;
  }
  .functionlist01 li div {
    padding: 4px 24px 4px 0;
  }
  .functionlist01 li p {
    font-size: 4.8vw;
    padding-left: 24px;
  }
  .function_txt02 {
    font-size: 4.266vw;
  }
  .function_imgbox {
    margin-top: 40px;
    text-align: center;
  }
  
  .function_bo {
    padding-bottom: 40px;
  }
  .function_flex01 {
    margin-top: 40px;
    display: block;
  }
  .function_flex02 {
    margin-top: 40px;
    display: block;
  }
  .function_flex_left {
    width: 100%;
    margin-top: 16px;
    text-align: center;
  }
  .function_flex_right {
    width: 100%;
    margin-top: 24px;
  }
  .function_cont h4 {
    font-size: 5.333vw;
    padding-bottom: 4px;
    margin-bottom: 0;
  }
  .function_box_list {
    margin-top: 0;
  }
  .function_box_list li {
    font-size: 4.266vw;
    padding-left: 24px;
    margin-bottom: 24px;
  }
  .function_flex_right .check_list li {
    margin-bottom: 24px;
  }
  .function_solution {
    margin-top: 24px;
  }
  .function_solution_txt {
    font-size: 5.333vw;
    padding: 16px 0;
  }
  .function_solution_img  img{
    display: inline-block;
    vertical-align: bottom;
    width: 34px;
  }
  .function_solution_list {
    padding: 24px 20px;
    border-radius: 10px;
  }
  .function_solution_list li {
    font-size: 4.266vw;
    margin-bottom: 16px;
    padding-left: 25px;
  }
  .function_solution_list li:last-child {
    margin-bottom: 0;
  }
  .function_example {
    margin-top: 60px;
    display: block;
  }
  .function_example_img {
    width: 100%;
  }
  .function_example_img img {
    vertical-align: bottom;
  }
  .function_example_txt {
    width: 100%;
    padding: 24px;
  }
  .function_example_txt_item01 {
    font-size: 5.333vw;
  }
  .function_example_txt_item02 {
    margin-top: 16px;
    font-size: 4.266vw;
  }
  .function_example_txt_item03 {
    margin-top: 16px;
    font-size: 4.266vw;
  }
  .btn_area04 {
    max-width: 90%;
    margin: 24px auto 0;
  }
  .btn_area04 .btn_bl {
    padding: 14px 5px;
    font-size: 3.733vw;
  }
  .function_imgbox02 {
    margin-top: 40px;
    padding-bottom: 32px;
  }
  .fbo {
    border-bottom: 3px solid #E3E3E3;
  }
  .fmt {
    margin-top: 32px;
  }
  .function_env {
    margin-top: 24px;
    margin-right: 10px;
  }
  .function_env a{
    font-size: 3.733vw;
  }
}

.sub_ttl_cont04 {
    padding: 150px 0 0;
}
.sub_ttl_cont04 h2 {
  color: #00428E;
}

.ag-txt {
  margin-top: 40px;
  text-align: center;
}

.function_flex_right h4 sup {
  font-size: 1.6rem;
  vertical-align: super;
}

@media screen and (max-width: 767px) {
  .sub_ttl_cont04 {
      padding: 80px 0 0;
  }
  .ag-txt {
    margin-top: 24px;
    text-align: center;
  }
  .function_flex02 h4 sup {
    font-size: 3.2vw;
    vertical-align: super;
  }
}

@media screen and (max-width: 767px) {
  .pb_head {
    position: fixed;
  }
  .pb_cont { 
    padding-top: 64px;
  }
}
