.logo{
  width: 219px;
}

.pc-hide{
  display: none;
}
.sp-hide{
  display: block;
}
body{
  overflow-x: hidden;
  padding-top: 0px;
  color: #333;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
header{
  position: relative;
  width: 100%;
  height: 105px;
  padding: 15px 0 0;
  background-color: #fff;
  box-shadow:1px 6px 6px -3px #bbb;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
footer{
  height: 50px;
}
.header-inner{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
}
.header-logo{
  margin: 0 30px 0 15px;
}
.header-text p{
  line-height: 1.5;
  font-size: 20px;
}
.header-text span{
  font-size: 26px;
  color: #ff5c02;
  font-weight: 800;
}
.header-contact{
  width: 285px;
  position: absolute;
  right: 30px;
  top: 20px;
}
.header-tel{

}
.header-hours{
  font-size: 18px;
  background-color: #e5eeff;
  width: 100%;
  color: #181b6a;
  font-weight: bold;
  text-align: center;
  padding: 3px 0;
}
.container{
  width: 1110px;
  margin: auto;
}
.flex-wrap{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}

/* ------------------------------------------------------------ */

.mv-sec{
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 0 0;
  height: 490px;
  background-image: url(../img/mv_bg.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.mv-sec .container{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: flex-start;
}
.mv-text-inner{
  transform: skewX(-20deg);
  /* margin: 0 0 25px; */
  padding: 7px 20px;
  background-color: #181b6a;
}
.mv-text p{
  text-align: center;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  transform: skewX(20deg);
}
.mv-sec h1{
  font-weight: bold;
  font-size: 50px;
}
.mv-sec h1 .h1-first{
  margin: 0 0 25px;
  font-size: 50px;
  text-shadow:3px 3px 9px #ffffff, 1px 10px 15px #fff, 2px -3px 19px #fff, -2px -10px 25px #fff;
}
.mv-sec h1 .h1-first span.h1-em{
  font-size: 70px;
  color: #ff5c02;
}
.mv-sec h1 .h1-second{
  margin: 0 0 25px;
  font-size: 40px;
  text-shadow:3px 3px 9px #ffffff, 1px 10px 15px #fff, 2px -3px 19px #fff, -2px -10px 25px #fff;
}
.mv-sec h1 .h1-second span.h1-em{
  font-size: 64px;
  color: #ff5c02;
}
.mv-sec h1 span.h1-circle{
  position: relative;
}
.mv-sec h1 span.h1-circle::before{
  content: '';
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  background-color: #ff5c02;
  border-radius: 50%;
}

.mv-list{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
.mv-item{
  margin: 0 30px 0 0;
}
.mv-item:last-of-type{
  margin: 0;
}









.mv-form{
  position: relative;
  margin: 0 0 0 50px;
  border-radius: 10px;
  border: 2px #b3b3b3 solid;
  background-color: #fff;
}
.mv-form::before{
  content: '';
  position: absolute;
  top: -20px;
  left: -35px;
  width: 155px;
  height: 89px;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/form_fukidashi.png);
}
.mv-form-title{
  text-align: center;
  font-size: 26px;
  border-radius: 9px 9px 0 0;
  color: #fff;
  font-weight: bold;
  margin: 0 0 0;
  padding: 17px 0 20px 100px;
  background-color: #181b6a;
}
.mv-form-inner{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0px 0px 6px;
}
.mv-form-inner iframe{
  width: 418px;
  height: 370px;
}



/* ------------------------------------------------------------ */

.business-box{
  width: 100%;
  padding: 15px 0;
  background-color: #181b6a;
}
.business-box .flex-wrap{
  align-items: center;
}
.business-title{
  color: #181b6a;
  font-weight: bold;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #ffff00;
  line-height: 1.2;
  width: 168px;
  height: 120px;
  font-size: 24px;
  border-radius: 50%;
  margin: 0 17px 0 0;
}
.business-list{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 10px 0 0;
}
.business-item{
  color: #181b6a;
  font-weight: bold;
  text-align: center;
  padding: 7px 0;
  width: calc(25.3% - 15px);
  margin: 0 15px 18px 0;
  background-color: #fff;
}
.business-item:nth-of-type(4),
.business-item:nth-of-type(8){
  margin: 0 0 18px;
}


/* ------------------------------------------------------------ */

.worries-sec{
  background-image: url(../img/worries_bg.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding: 120px 0;
}
.worries-sec h2{
  text-align: center;
  text-shadow:0px 2px 3px #000000;
  font-size: 50px;
  color: #fff;
  font-weight: bold;
  margin: 0 0 60px;
}
.worries-sec h2 span{
  font-weight: 900;
  font-size: 70px;
}
.worries-title span{
  font-size: 70px;
}

.worries-list{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 75px;
}
.worries-item{
  color: #181b6a;
  font-weight: 500;
  text-align: center;
  background-color: #fff;
  border-radius: 45px;
  margin: 0 168px 30px 0;
  padding: 15px 0;
  width: calc(50% - 168px);
  font-size: 20px;
  line-height: 1.2;
}
.worries-item span{
  font-weight: bold;
  color: #ff5c02;
  font-size: 30px;
}
.worries-item:nth-of-type(3),
.worries-item:nth-of-type(4),
.worries-item:nth-of-type(7),
.worries-item:nth-of-type(8){
  margin: 0 0 30px 168px;
}
.worries-sec h3{
  font-weight: bold;
  text-align: center;
  color: #fff;
  font-size: 40px;
  margin: 0 0 18px;
}

/* ------------------------------------------------------------ */


.info-sec{
  padding: 120px 0;
  background-color: #fff;
}
.info-sec h2{
  text-align: center;
}
.info-sec h2.info-title-first{
  margin: 0 0 30px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: baseline;
  color: #181b6a;
  font-weight: bold;
  font-size: 70px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 17px;
  border-bottom: 7px solid #f7b52c;
}
.info-sec h2 img{
  width: 305px;
}
.info-title-sub{
  line-height: 1.5;
  font-size: 24px;
  text-align: center;
  margin: 0 0 80px;
}

/* ------------------------------------------------------------ */

.menu-sec{
  position: relative;
  background-image: url(../img/menu_bg.png);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding: 120px 0 210px;
}
.menu-sec::after{
  content: '';
  position: absolute;
  left: 50%;
  bottom: 100px;
  transform: translateX(-50%);
  width: 121px;
  height: 80px;
  background-image: url(../img/menu_arrow.png);
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.menu-title-second{
  text-align: center;
  color: #181b6a;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 90px;
  padding: 0 0 17px;
  border-bottom: 7px solid #f7b52c;
  font-size: 70px;
  font-weight: bold;
}
.menu-title-second-small{
  font-size: 30px;
  display: inline-block;
  margin: 0 0 15px;
}
.menu-title-second-em{
  color: #ff5c02;
}


/* ------------------------------------------------------------ */


.service-box{
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 110px 116px;
}

.service-box01{
  background-image: url(../img/service_box01.jpg);
}
.service-box02{
  background-image: url(../img/service_box02.jpg);
}
.service-box03{
  background-image: url(../img/service_box03.jpg);
}
.service-box04{
  background-image: url(../img/service_box04.jpg);
}
.service-box01 h2::before{
  background-image: url(../img/service_box01_title.png);
}
.service-box02 h2::before{
  background-image: url(../img/service_box02_title.png);
}
.service-box03 h2::before{
  background-image: url(../img/service_box03_title.png);
}
.service-box04 h2::before{
  background-image: url(../img/service_box04_title.png);
}

.service-box01 .service-contents::before{
  width: 440px;
  height: 413px;
  right: -400px;
  bottom: -10px;
  background-image: url(../img/service_box01_icon.png);
}
.service-box02 .service-contents::before{
  width: 390px;
  height: 425px;
  left: -400px;
  bottom: 10px;
  background-image: url(../img/service_box02_icon.png);
}
.service-box03 .service-contents::before{
  width: 476px;
  height: 298px;
  bottom: 40px;
  right: -410px;
  background-image: url(../img/service_box03_icon.png);
}
.service-box04 .service-contents::before{
  width: 382px;
  height: 316px;
  left: -410px;
  bottom: 55px;
  background-image: url(../img/service_box04_icon.png);
}

.service-box02 .service-contents,
.service-box04 .service-contents{
  margin: 0 0 0 auto;
}


.service-contents{
  box-shadow:3px 3px 7px -3px #000000;
  position: relative;
  width: 660px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  transform: skewX(-12deg);
  background-color: #fff;
  padding: 120px 70px 20px 94px;
}
.service-contents::before{
  content: '';
  position: absolute;
  transform: skewX(12deg);
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.service-contents-inner{
  transform: skewX(12deg);
}
.service-contents h2{
  position: relative;
  font-size: 32px;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0 0 25px;
}
.service-contents h2::before{
  content: '';
  position: absolute;
  left: 0;
  top: -100px;
  width: 220px;
  height: 80px;
  background-position: center top;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
}
.service-contents h2::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 4px;
  background-color: #e65169;
}

.service-box02 .service-contents h2::after{
  background-color: #366cd9;
}
.service-box03 .service-contents h2::after{
  background-color: #24b36c;
}
.service-box04 .service-contents h2::after{
  background-color: #bf4cb4;
}

.service-list{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 15px;
  padding: 10px;
  background-color: #ffe5ea;
}

.service-box02 .service-list{
  background-color: #e5eeff;
}
.service-box03 .service-list{
  background-color: #e5fff2;
}
.service-box04 .service-list{
  background-color: #ffe5fc;
}

.service-item{
  position: relative;
  width: calc(50% - 40px);
  font-weight: bold;
  font-size: 18px;
  padding: 0 0 0 25px;
  margin: 0 40px 0 0;
  white-space: nowrap;
}
.service-item::before{
  content: '';
  position: absolute;
  left: -5px;
  top: -5px;
  width: 30px;
  height: 30px;
  background-image: url(../img/check_icon01.png);
  -webkit-background-size: auto;
  background-size: auto;
  background-position: center center;
  background-repeat: no-repeat;
}
.service-box02 .service-item::before{
  background-image: url(../img/check_icon02.png);
}
.service-box03 .service-item::before{
  background-image: url(../img/check_icon03.png);
}
.service-box04 .service-item::before{
  background-image: url(../img/check_icon04.png);
}

.service-item:nth-of-type(1){
  margin: 0 40px 15px 0;
}
.service-item:nth-of-type(2){
  margin: 0 40px 15px 0;
}


.service-contents p{
  line-height: 1.5;
  font-size: 20px;
  margin: 0 0 15px;
}
.service-btn{
  margin: 0 0 0 auto;
}
.service-btn-inner{
  width: 350px;
  height: 80px;
}
.service-btn:hover a{
  box-shadow: none;
  top: 5px;
  box-shadow:none;
}
.service-btn:hover .service-btn-inner::before{
  top: -7px;
}
.service-btn a{
  position: relative;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  width: 350px;
  height: 60px;
  box-shadow:0px 5px 10px -3px #ccc;
  border-radius: 10px;
  color: #fff;
  background: rgba(255,230,102,1);
  background: -moz-linear-gradient(top, rgba(255,230,102,1) 0%, rgba(255,129,3,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,230,102,1)), color-stop(100%, rgba(255,129,3,1)));
  background: -webkit-linear-gradient(top, rgba(255,230,102,1) 0%, rgba(255,129,3,1) 100%);
  background: -o-linear-gradient(top, rgba(255,230,102,1) 0%, rgba(255,129,3,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,230,102,1) 0%, rgba(255,129,3,1) 100%);
  background: linear-gradient(to bottom, rgba(255,230,102,1) 0%, rgba(255,129,3,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe666', endColorstr='#ff8103', GradientType=0 );
}
.service-btn-inner{
  position: relative;
  margin: 0 0 0 auto;
}
.service-btn-inner::before,
.service-btn-inner::after{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.service-btn-inner::before{
  left: auto;
  top: -18px;
  right: 15px;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 10px solid transparent;
  border-left: 14px solid #fff;
  z-index: 100;
}
.service-btn a::before{
  content: '';
  position: absolute;
  left: 30px;
  top: 50%;
  width: 40px;
  height: 48px;
  transform: translateY(-50%);
  background-image: url(../img/pdf_icon.png);
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}


/* ------------------------------------------------------------ */


.reason-sec{
  background-image: url(../img/reason_bg.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding: 120px 0;
}

.reason-title-wrap{
  position: relative;
  background-color: #fff;
  margin: 0 auto 150px;
  padding: 25px 0;
  transform: skewX(-28deg);
  border: 4px solid #171a69;
  width: 90%;
}
.reason-title-wrap::after{
  content: '';
  position: absolute;
  left: 54%;
  bottom: -54px;
  transform: translateX(-50%) skewX(28deg);
  background-image: url(../img/fukidashi.png);
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 50px;
  height: 54px;
}
.reason-sec h2.reason-title{
  transform: skewX(30deg);
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #181b6a;
  font-size: 50px;
}
.reason-sec h2.reason-title img{
  width: 305px;
  margin: 0 10px 0 0;
}
.reason-title-em{
  color: #ff5c02;
  font-size: 70px;
}
.reason-title-st{
  font-size: 70px;
}



.reason-list{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  margin: 0 0 40px;
}
.reason-item{
  position: relative;
  width: calc(35% - 30px);
  margin: 0 30px 0 0;
  background-color: #fff;
}
.reason-item::before{
  content: '';
  position: absolute;
  left: 15px;
  top: -45px;
  width: 74px;
  height: 75px;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.reason-item:nth-of-type(1)::before{
  background-image: url(../img/reason_num01.png);
}
.reason-item:nth-of-type(2)::before{
  background-image: url(../img/reason_num02.png);
}
.reason-item:nth-of-type(3)::before{
  background-image: url(../img/reason_num03.png);
}
.reason-item:last-of-type{
  margin: 0;
}
.reason-item-title{
  width: 310px;
  position: relative;
  margin: -100px auto 0;
}

.reason-item-text{
  padding: 10px 25px 35px;
}
.reason-item-text p{
  line-height: 1.5;
  font-size: 24px;
}
.reason-item-text p span{
  color: #ff8e00;
}

.reason-more{
  text-align: center;
  width: 211px;
  margin: 0 auto 60px;
}

.reason-more-item{
  width: 820px;
  background-color: #fff;
  transform: skewX(-30deg);
  margin: 0 0 20px;
  padding: 22px 0;
}
.reason-more-item:nth-of-type(2){
   margin: 0 0 20px 90px;
}
.reason-more-item:nth-of-type(3){
   margin: 0 0 0 190px;
}
.reason-more-inner{
  transform: skewX(30deg);
}
.reason-more-item p{
  font-weight: bold;
  color: #181b6a;
  text-align: center;
  line-height: 1.3;
  font-size: 56px;
}
.reason-more-item p span{
  color: #ff5c02;
}

/* ------------------------------------------------------------ */

.case-sec{
  background-image: url(../img/case_bg.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding: 120px 0;
}
.case-title{
  font-size: 70px;
  color: #181b6a;
  font-weight: bold;
  text-align: center;
  border-bottom: 7px solid #f7b52c;
  margin: 0 0  90px;
  padding: 0 0 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.case-box{
  box-shadow:0px 0px 10px -4px #000;
  background-color: #fff;
  margin: 0 0 70px;
  padding: 60px;
}
.case-box:last-of-type{
  margin: 0;
}
.case-box h3{
  font-weight: bold;
  font-size: 36px;
  margin: 0 0 35px;
}
.case-box-system .case-cat{
  background-color: #e65169;
}
.case-box-system h3{
  color: #e65169;
}
.case-box-soft .case-cat{
  background-color: #366cd9;
}
.case-box-soft h3{
  color: #366cd9;
}
.case-box-desk .case-cat{
  background-color: #24b36c;
}
.case-box-desk h3{
  color: #24b36c;
}
.case-box-operate .case-cat{
  background-color: #bf4cb4;
}
.case-box-operate h3{
  color: #bf4cb4;
}
.case-contents{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
.case-cat{
  display: inline-block;
  margin: 0 0 38px;
  padding: 12px 15px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}
.case-customer{
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 30px;
}
.case-contents-inner{
  margin: 0 40px 0 0;
}

.case-detail{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 30px;
  padding: 0 0 15px;
  border-bottom: 1px solid #ccc;
}
.case-detail p{
  word-wrap: break-word;
  word-break: break-all;
  font-size: 24px;
  line-height: 1.8;
}
.case-info{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  font-size: 24px;
}
.case-info dl{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
}
.case-info dl:nth-of-type(1){
  margin: 0 35px 0 0;
}
.case-info dt{
  color: #fff;
  font-weight: bold;
  margin: 0 10px 0 0;
  padding: 8px 18px;
  background-color: #999999;
}
.case-img{
  position: relative;
  min-width: 380px;
}

.case-img-text{
  position: absolute;
  top: -20px;
  right: -20px;
  width: 160px;
  height: 160px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow:0px 0px 10px -4px #000;
  border-radius: 50%;
  background-color: #ff5c02;
}
.case-img-text p{
  line-height: 1.3;
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 24px;
}
.case-img-text p span{
  font-size: 50px;
}

/* ------------------------------------------------------------ */


.flow-sec{
  padding: 120px 0;
}
.flow-title{
  font-size: 70px;
  color: #181b6a;
  font-weight: bold;
  text-align: center;
  border-bottom: 7px solid #f7b52c;
  margin: 0 0  90px;
  padding: 0 0 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.flow-item h3{
  text-align: center;
  color: #fff;
  font-weight: bold;
  border-radius: 4px 4px 0 0;
  font-size: 25px;
  padding: 10px 0 9px;
  background-color: #171a69;
  border-bottom: 1px solid #3c3f81;
}
.flow-contents{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 20px 10px;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flow-contents img{
  width: 63%;
  display: block;
  margin: 0 auto 10px;
}
.flow-contents p{
  position: relative;
  top: -20px;
  text-align: center;
  font-size: 18px;
}
.flow-list{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}
.flow-item{
  position: relative;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 9px;
  border: 4px solid #171a69;
  width: calc(32.7% - 30px);
  /* height: 290px; */
  margin: 0 30px 40px 0;
}
.flow-item::after{
  content: '';
  position: absolute;
  top: 50%;
  right: -28px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-image: url(../img/flow_arrow.png);
  background-repeat: no-repeat;
  -webkit-background-size: auto;
  background-size: auto;
  background-position: center center;
}
.flow-item:nth-of-type(3)::after,
.flow-item:nth-of-type(5)::after{
  display: none;
}
.flow-item:nth-of-type(4)::before{
  content: '';
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-image: url(../img/flow_arrow.png);
  background-repeat: no-repeat;
  -webkit-background-size: auto;
  background-size: auto;
  background-position: center center;
}
.flow-item:nth-of-type(4){
  margin: 0 30px 0 0;
}
.flow-item:last-of-type{
  margin: 0;
}

.flow-note{
  width: 100%;
  padding: 15px 0;
  border-radius: 5px;
  background-color: #f7b52c;
}
.flow-note p{
  position: static;
  color: #fff;
  font-weight: bold;
}

.flow-note p a{
  color: #fff;
  display: inline-block;
  padding: 0 0 2px;
  border-bottom: 2px solid #fff;
}
.flow-note p a:hover{
  border-bottom: 2px solid #f7b52c;
}
/* ------------------------------------------------------------ */

.form-sec{
  background-image: url(../img/reason_bg.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding: 120px 0;
}

.form-title-wrap{
  position: relative;
  background-color: #fff;
  margin: 0 auto 60px;
  padding: 20px 0;
  transform: skewX(-30deg);
  border: 4px solid #171a69;
  width: 95%;
}
.form-title-wrap::after{
  content: '';
  position: absolute;
  left: 54%;
  bottom: -54px;
  transform: translateX(-50%) skewX(30deg);
  background-image: url(../img/fukidashi.png);
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 50px;
  height: 54px;
}
.form-sec h2.form-title{
  transform: skewX(30deg);
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #181b6a;
  font-size: 70px;
}

.form-contact{
  width: 397px;
  margin: 0 auto 60px;
}

.form-contents{
  padding: 45px 90px;
  border-radius: 10px;
  background-color: #fff;
}

.form-contents iframe{
  width: 990px;
  height: 820px;
}



.label-type1 input[type="checkbox"]+span,
.label-type1 input[type="radio"]+span{
  margin: 0 0 0 50px;
  font-size: 18px;
  color: #49525b;
}
.label-type1 input[type="checkbox"]+span::before,
.label-type1 input[type="radio"]+span::before{
  width: 20px;
  height: 20px;
  border: 1px solid #747474;
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.label-type1 input[type="checkbox"]:checked+span::after,
.label-type1 input[type="radio"]:checked+span::after{
  top: 2px;
  left: 3px;
  width: 15px;
  height: 10px;
  border-left: 5px solid #364d9b;
  border-bottom: 5px solid #364d9b;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: none;
}
.label-type1{
  margin: 0 0 25px 0;
  position: relative;
  display: block;
  word-break: break-all;
}
.label-type1:nth-of-type(n + 3){
  margin: 0 0 0 0;
}
.label-type1 input[type="checkbox"]+span,
.label-type1 input[type="radio"]+span{
  margin: 0 19px 0 25px;
  font-size: 18px;
}
.label-type1 input[type="checkbox"]+span::before,
.label-type1 input[type="radio"]+span::before{
  z-index: 0;
  background-color: transparent;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  border: 1px #333333 solid;
  position: absolute;
  /* top: 50%;
  transform: translateY(-50%); */
  top: 0;
  left: 0;
  display: inline-block;
  content: '';
  box-sizing: border-box;
}
.label-type1 input[type="checkbox"]:checked+span::after,
.label-type1 input[type="radio"]:checked+span::after{
  z-index: 1;
  margin: 2px 5px;
  width: 14px;
  height: 10px;
  position: absolute;
  top: 1px;
  /* transform: translateY(-50%); */
  left: -2px;
  display: inline-block;
  content: '';
  box-sizing: border-box;
  /* background: url(../images/checked_icon.png) center center / contain no-repeat; */
}
.input-away{
  position: absolute;
  left: -9999px;
}

.form-contents dl{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: flex-start;
  border-bottom: #f3f3f3 2px solid;
  margin: 0 0 20px;
  padding: 0 0 22px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.form-contents dt{
  font-weight: bold;
  font-size: 20px;
  min-width: 275px;
}
.form-contents dd{
  width: 100%;
}
.form-contents dt span{
  display: inline-block;
  color: #fff;
  font-weight: normal;
  font-size: 16px;
  padding: 5px 3px;
  margin: 0 0 0 5px;
  background-color: #ff8e00;
}
.form-service dd{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form-contents dd input,
.form-contents dd textarea{
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  display: block;
  background-color: #f5f5f5;
  border-radius: 5px;
  border: 1px #b3b3b3 solid;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.form-contents dd textarea{
  min-height: 200px;
}
.form-contents dd input{
  height: 40px;
}
.cv-form input{
  -moz-appearance: none;
  -webkit-appearance: none;
  border: solid #b3b3b3 1px;
  border-radius: 5px;
  height: 30px;
  min-width: 210px;
  background-color: #f5f5f5;
}
.cv-form-submit:hover label{
  top: 5px;
  box-shadow:none;
}
.cv-form-submit label{
  cursor: pointer;
  position: relative;
  box-shadow:0px 5px 10px -3px #ccc;
  margin: 68px auto 0;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 70px;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  border-radius: 10px;
  background: rgba(255,230,102,1);
  background: -moz-linear-gradient(top, rgba(255,230,102,1) 0%, rgba(255,129,3,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,230,102,1)), color-stop(100%, rgba(255,129,3,1)));
  background: -webkit-linear-gradient(top, rgba(255,230,102,1) 0%, rgba(255,129,3,1) 100%);
  background: -o-linear-gradient(top, rgba(255,230,102,1) 0%, rgba(255,129,3,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,230,102,1) 0%, rgba(255,129,3,1) 100%);
  background: linear-gradient(to bottom, rgba(255,230,102,1) 0%, rgba(255,129,3,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe666', endColorstr='#ff8103', GradientType=0 );
}
.cv-form-submit label::before,
.cv-form-submit label::after{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.cv-form-submit label::before{
  left: auto;
  right: 8px;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 10px solid transparent;
  border-left: 14px solid #fff;
}
.cv-form-submit label span{
  font-size: 26px;
  padding: 10px;
  background-color: #ff5c02;
  border-radius: 5px;
  margin: 0 20px 0;
}
.cv-form-submit input{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}

.form-privacy{
  text-align: center;
  font-weight: bold;
    margin: 66px 0 0;
}
.form-privacy a{
  text-decoration: underline;
}
.form-privacy p{
  margin: 0 0 20px;
}
.cv-form-submit{
  width: 350px;
  margin: auto;
}
.form-privacy label{
  width: 270px;
  margin: auto;
}
.form-privacy .label-type1 input[type="checkbox"]+span{
  font-size: 16px;
}
.form-privacy .label-type1 input[type="checkbox"]+span::before{
  width: 16px;
  height: 16px;
  top: 1px;
}
.form-privacy .label-type1 input[type="checkbox"]:checked+span::after{
  z-index: 1;
  margin: 2px 5px;
  width: 12px;
  height: 9px;
  position: absolute;
  top: 1px;
  /* transform: translateY(-50%); */
  left: -2px;
  display: inline-block;
  content: '';
  box-sizing: border-box;
  /* background: url(../images/checked_icon.png) center center / contain no-repeat; */
}

.form-privacy .label-type1 input[type="checkbox"]+span{
  margin: 0 0 0 25px;
}


/* ------------------------------------------------------------ */

.cv-area{
  z-index: 100;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: rgb(50, 51, 51, 0.95);
  transform: translateY(150px);
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}

.cv-area-inner{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: flex-start;
}



.cv-area-submit input{
  pointer-events: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: solid #b3b3b3 1px;
  border-radius: 5px;
  height: 30px;
  min-width: 210px;
  background-color: #f5f5f5;
}
.cv-area-submit:hover label{
  top: 5px;
  box-shadow:none;
}
.cv-area-submit label{
  pointer-events: none;
  cursor: pointer;
  position: relative;
  box-shadow:0px 5px 10px -3px #000;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 0 15px;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  /* justify-content: center; */
  align-items: center;
  width: 350px;
  height: 70px;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  border-radius: 10px;
  background: rgba(255,230,102,1);
  background: -moz-linear-gradient(top, rgba(255,230,102,1) 0%, rgba(255,129,3,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,230,102,1)), color-stop(100%, rgba(255,129,3,1)));
  background: -webkit-linear-gradient(top, rgba(255,230,102,1) 0%, rgba(255,129,3,1) 100%);
  background: -o-linear-gradient(top, rgba(255,230,102,1) 0%, rgba(255,129,3,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,230,102,1) 0%, rgba(255,129,3,1) 100%);
  background: linear-gradient(to bottom, rgba(255,230,102,1) 0%, rgba(255,129,3,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe666', endColorstr='#ff8103', GradientType=0 );
}
.cv-area-submit label::before,
.cv-area-submit label::after{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.cv-area-submit label::before{
  left: auto;
  right: 8px;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 10px solid transparent;
  border-left: 14px solid #fff;
}
.cv-area-submit label span{
  font-size: 26px;
  padding: 10px;
  background-color: #ff5c02;
  border-radius: 5px;
  margin: 0 20px 0;
}

.cv-area-op{
  margin: -48px 60px 0 0 ;
}
.cv-area-tel{
  margin: 15px 60px 0 0;
}
.cv-area-submit{
  margin: 15px 0 0;
}
.cv-area-submit input{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}

footer{
    background-color: #77756c;
    min-width: 1204px;
}
.footer-nav{
    float: left;
}
.footer-nav li{
  position: relative;
    float: left;
    padding-left: 1.2em;
    background-image: url(../images/icn_footer.png);
    background-repeat: no-repeat;
    background-position: left center;
    line-height: 50px;
    margin-right: 20px;
}
.footer-nav li a{
    color: #fff;
    text-decoration: none;
}
.footer-nav li a:hover{
    text-decoration: underline;
}
.footer-copy{
    float: right;
    color: #fff;
    line-height: 50px;
}
footer .footer-nav li:before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7px;
}
footer .footer-nav li:after {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #77756c;
  border-right: 2px solid #77756c;
  position: absolute;
  left: 2px;
  top: 47%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -3px;
}
.form-service dd.form-switch-sp{
  display: none;
}
.cv-area-sp{
  display: none;
}

@media (max-width: 768px) {

  .pc-hide{
    display: block;
  }
  .sp-hide{
    display: none;
  }

  .cv-area{
    display: none;
  }

  .container{
    width: 89.33%;
  }
  .flex-wrap{
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  section{
    overflow: hidden;
  }




  header{
    padding: 8px 0 0;
    height: 52.5px;
  }
  .header-logo{
    width: 110px;
  }
  .header-contact{
    display: none;
  }
  .header-text p{
    font-weight: bold;
    font-size: 10px;
  }
  .header-text span{
    font-size: 13px;
  }


  /*        フッター        */
  footer{
    height: auto;
      min-width: 100%;
  }
  .footer-nav{
      float: none;
      width: 90%;
      margin: 0 auto;
      padding-top: 15px;
  }
  .footer-nav li{
      float: left;
      line-height: 1.5;
      margin-right: 0;
  }
  .footer-nav li:last-of-type{
      float: right;
  }
  .footer-copy{
      float: none;
      padding: 20px 0 15px;
      text-align: center;
      line-height: 1.5;
  }
  .footer-nav{
		width: 100%;

	}
	.footer-nav li:last-of-type{
		float: none;
	}
	.footer-nav li{
		text-align: center;
		float: none;
		margin: 0 0 15px;
	}
	.footer-nav li a{
		font-size: 14px;
	}


  .mv-sec{
    padding: 15px 0 0;
    height: auto;
  }
  .mv-sec .container{
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .mv-sec h1{
    margin: 0 0 10px;
  }
  .mv-text p{
    font-size: 13px;
  }
  .mv-text-inner{
    /* margin: 0 0 10px; */
  }
  .mv-sec{
    background-position: top center;
    -webkit-background-size: cover;
    background-size: cover;
    background-image: url(../img/mv_bg_sp.jpg);
  }
  .mv-sec h1 .h1-first{
    font-size: 25px;
    margin: 0 0 10px;
    z-index: 11;
    position: relative;
  }
  .mv-sec h1 .h1-first span.h1-em{
    font-size: 35px;
  }
  .mv-sec h1 span.h1-circle::before{
    width: 5px;
    height: 5px;
    top: -7px;
  }

  .mv-sec h1 .h1-second{
    font-size: 20px;
    margin: 0 0 20px;
    z-index: 10;
  }
  .mv-sec h1 .h1-second span.h1-em{
    font-size: 31.5px;
  }

  .mv-item{
    margin: 0 15px 0 0;
  }


  .mv-form{
    width: 100%;
    margin: 45px 0 20px;
  }
  .mv-form::before{
    left: 10px;
    width: 110px;
    top: -40px;
  }
  .mv-form-title{
    padding: 10px 0 10px 100px;
    font-size: 18px;
  }
  .mv-form dl{
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: flex-start;
    align-items: baseline;
    border-bottom: none;
  }
  .mv-form-inner{
    padding: 0 6px 22px;
  }
  .mv-form dt{
    font-weight: bold;
    min-width: auto;
    margin: 0 0 10px;
    font-size: 18px;
  }
  .mv-form dd{
    width: 100%;
  }
  .mv-form input{
    width: 100%;
    height: 40px;
  }
  .mv-form-submit label span{
    margin: 0 10px 0 0;
  }
  .mv-form-submit label{
    margin: 10px 0 0;
    font-size: 24px;
  }
  .mv-form-submit label span{
    font-size: 21px;
  }
  .mv-form-inner iframe{
    width: 100%;
    height: 460px;
  }

/* ------------------------------------------------------------ */
  .business-box{
    padding: 20px 0;
  }
  .business-title{
    width: 100%;
    height: auto;
    font-size: 20px;
    border-radius: 20px;
    margin: 0 0 8px;
    padding: 5px 0;
  }


  .business-item{
    padding: 6px 0;
    width: calc(50% - 10px);
    font-size: 17px;
    margin: 0 10px 10px 0;
  }

  .business-item:nth-of-type(2n){
    margin: 0 0 10px;
  }
  .business-item:nth-of-type(7){
    margin: 0 10px 0 0;
  }
  .business-item:nth-of-type(8){
    margin: 0;
  }


/* ------------------------------------------------------------ */
  .worries-sec{
    padding: 60px 0;
  }
  .worries-sec h2{
    margin: 0 0 45px;
    line-height: 1.3;
    font-size: 37.5px;
  }
  .worries-sec h2 span{
    font-size: 52.5px;
  }
  .worries-list{
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 0 45px;
  }
  .worries-item{
    padding: 8px 0;
    width: calc(100% - 65px);
    margin: 0 0 20px;
    font-size: 15px;
  }
  .worries-item span{
    font-size: 20px;
  }
  .worries-item:nth-of-type(3),
  .worries-item:nth-of-type(4),
  .worries-item:nth-of-type(7){
    margin: 0 0 20px;
  }
  .worries-item:nth-of-type(2n){
    margin: 0 0 20px auto;
  }
  .worries-item:last-of-type{
    margin: 0 0 0 auto;
  }
  .worries-sec h3{
    margin: 0 0 10px;
    font-size: 20px;
  }
/* ------------------------------------------------------------ */
  .info-sec{
    padding: 60px 0;
  }
  .info-sec h2.info-title-first{
    font-size: 40px;
    margin: 0 0 10px;
    padding: 0 0 15px;
    border-bottom: 3px solid #f7b52c;
  }

  .info-title-sub{
    font-size: 17px;
    text-align: left;
    margin: 0 0 40px;
  }


  /* ------------------------------------------------------------ */

  .menu-sec{
    padding: 60px 0 80px;
  }
  .menu-sec::after{
    width: 50px;
    bottom: 0;
  }
  .menu-title-second-small{
    font-size: 20px;
    margin: 0;
  }
  .menu-title-second{
    line-height: 1.1;
    font-size: 40px;
    margin: 0 0 45px;
    padding: 0 0 5px;
    border-bottom: 3px solid #f7b52c;
  }


/* ------------------------------------------------------------ */

  .service-box{
    padding: 30px 0;
  }
  .service-contents h2{
    font-size: 24px;
    text-align: center;
    margin: 6px 0 15px 6px;
  }
  .service-contents{
    max-width: 89.33%;
    width: 100%;
    transform: skewX(-6deg);
    padding: 90px 15px 15px;
  }
  .service-contents h2::before{
    width: 165px;
    top: -84px;
    left: 53%;
    transform: translateX(-50%);
  }
  .service-contents-inner{
    width: 100%;
    transform: skewX(6deg);
  }
  .service-box01 .service-contents::before{
    right: 0;
    display: none;
  }
  .service-box02 .service-contents::before{
    left: 0;
    display: none;
  }
  .service-box03 .service-contents::before{
    right: 0;
    display: none;
  }
  .service-box04 .service-contents::before{
    left: 0;
    display: none;
  }
  .service-box01 .service-contents,
  .service-box02 .service-contents,
  .service-box03 .service-contents,
  .service-box04 .service-contents{
    margin: auto;
  }
  .service-contents p{
    font-size: 16px;
    margin: 0 0 20px;
  }

  .service-contents h2::after{
    width: 20px;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
  }

  .service-btn{
    width: 100%;
  }
  .service-btn-inner{
    width: 100%;
    height: auto;
  }
  .service-btn a{
    width: 88%;
    margin: 0 17px 0 auto;
    height: 40px;
    font-size: 20px;
  }
  .service-btn-inner::before, .service-btn-inner::after{
    top: 10px;
    bottom: auto;
  }
  .service-btn-inner::before{
    border: 6px solid transparent;
    border-left: 10px solid #fff;
    top: 15px;
    right: 22px;
  }
  .service-btn a::before{
    width: 24px;
    bottom: auto;
    top: 19px;
    left: 13px;
  }

  .service-list{
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 87px;
    width: 95%;
    margin: 0 auto 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .service-item::before{
    -webkit-background-size: contain;
    background-size: contain;
    width: 15px;
    top: -8px;
  }
  .service-item{
    margin: 0 0 7px;
    font-size: 14px;
    padding: 0 0 0 15px;
  }
  .service-item:nth-of-type(1),
  .service-item:nth-of-type(2){
    margin: 0 0 7px;
  }

  /* ------------------------------------------------------------ */
  .reason-sec{
    padding: 60px 0;
  }

  .reason-sec h2.reason-title{
    display: block;
    line-height: 1.2;
    font-size: 25px;
    text-align: center;
  }
  .reason-item-title{
    width: 155px;
    top: -20px;
    left: 10px;
    margin: -50px auto 0 0;
  }
  .reason-title-em,
  .reason-title-st{
    font-size: 35px;
  }
  .info-sec h2 img{
    width: 50%;
  }
  .reason-sec h2.reason-title img{
    width: 180px;
    margin: 0 0 5px;
  }

  .reason-title-wrap{
    margin: 0 auto 60px;
    padding: 10px 0;
    width: 100%;
    max-width: 89.33%;
    transform: skewX(-17deg);
  }
  .reason-sec h2.reason-title{
    transform: skewX(17deg);
  }
  .reason-title-wrap::after{
    content: '';
    position: absolute;
    left: 58%;
    bottom: -40px;
    transform: translateX(-50%) skewX(30deg);
    background-image: url(../img/fukidashi.png);
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 25px;
    height: 54px;
  }
  .reason-list{
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 0 30px;
  }
  .reason-item{
    width: 100%;
    margin: 0 0 60px;
  }

  .reason-item::before{
    width: 53px;
    top: -38px;
  }
  .reason-more{
    margin: 0 auto 30px;
    width: 105px;
  }

  .reason-more-item{
    max-width: 89.33%;
    width: 100%;
    margin: 0 auto 13px;
    padding: 10px 0;
    /* transform: skewX(0deg); */
  }
  .reason-item-text{
    padding: 0 10px 15px;
  }
  .reason-item-text p{
    font-size: 18px;
  }
  .reason-more-inner{
    /* transform: skewX(0deg); */
  }

  .reason-more-item p{
    font-size: 20px;
  }
  .reason-more-item:nth-of-type(2){
    margin: 0 auto 20px;
  }
  .reason-more-item:nth-of-type(3){
    margin: 0 auto 0;
  }

  /* ------------------------------------------------------------ */
  .flow-title{
    margin: 0 0 45px;
    line-height: 1.2;
    font-size: 40px;
    padding: 0 0 5px;
    border-bottom: 3px solid #f7b52c;
  }
  .flow-sec{
    padding: 60px 0;
  }
  .flow-list{
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flow-item{
    /* display: block; */
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 0 0 30px;
    /* height: 80px; */
  }
  .flow-item img{
    float: left;
    margin: 0 0px 0 0;
    width: 135px;
  }
  .flow-item:nth-of-type(1) img{
    width: 135px;
  }
  .flow-item h3{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 7px 0 7px 10px;
    width: 100%;
    font-size: 18px;
    /* min-width: 122px; */
    border-bottom: none;
    height: 100%;
    margin: 0 0 0 0;
    text-align: left;
    font-size: 20px;
    border-radius: 4px 4px 0 0;
  }
  .flow-item::after,
  .flow-item:nth-of-type(4)::before{
    left: 50%;
    top: auto;
    bottom: -27px;
    transform: translate(-50%,0) rotate(90deg);
  }
  .flow-item:nth-of-type(4)::after{
    display: block;
  }
  .flow-item:nth-of-type(3)::after{
    display: block;
  }
  .flow-item:nth-of-type(4){
    margin: 0 0 30px;
  }
  .flow-contents{
    width: 100%;
    /* display: block; */
    /* float: right; */
    padding: 0 13px 0 0;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
  }
  .flow-contents p{
    text-align: left;
    position: static;
    margin-top: 0;
    margin: 0 0 10px;
    line-height: 1.4;
    font-size: 15px;
  }
  .flow-note{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 7px 3px 4px;
    min-width: 180px;
  }
  .flow-note p{
    text-align: center;
    margin: 0;
    font-size: 15px;
  }
  .flow-note p a{
    padding: 0;
    border-bottom: 1px solid #fff;
  }

  /* ------------------------------------------------------------ */
  .case-sec{
    padding: 60px 0;
  }
  .case-box{
    margin: 0 0 45px;
    padding: 20px;
  }
  .case-box h3{
    line-height: 1.2;
    font-size: 25px;
    margin: 0 0 15px;
  }
  .case-cat{
    margin: 0 0 20px;
    padding: 10px;
    font-size: 18px;
  }
  .case-title{
    margin: 0 0 45px;
    line-height: 1.2;
    font-size: 40px;
    padding: 0 0 5px;
    border-bottom: 3px solid #f7b52c;
  }
  .case-customer{
    font-size: 12px;
    margin: 0 0 15px;
  }
  .case-detail{
    margin: 0 0 20px;
    padding: 0 0 15px;
  }
  .case-detail p{
    font-size: 18px;
  }
  .case-img{
    padding: 0 25px 0 0;
    min-width: 100%;
  }
  .case-contents{
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .case-contents-inner{
    margin: 0;
  }
  .case-info{
    margin: 0 0 26px;
  }
  .case-info dl:nth-of-type(1){
    margin: 0 15px 0 0;
  }
  .case-info dt{
    padding: 5px 10px;
    font-size: 12px;
  }
  .case-info dd{
    font-size: 12px;
  }
  .case-img-text{
    top: -10px;
    right: 0;
    width: 120px;
    height: 120px;
  }
  .case-img-text p{
    font-size: 18px;
  }
  .case-img-text p span{
    font-size: 37.5px;
  }


/* ------------------------------------------------------------ */

  .form-contents iframe{
    width: 100%;
    height: 900px;
  }
  .form-sec{
    padding: 60px 0;
  }

  .form-title-wrap {
    margin: 0 auto 70px;
    padding: 10px 0;
    width: 100%;
    max-width: 89.33%;
    transform: skewX(-20deg);
  }
  .form-sec h2.form-title {
      display: block;
      line-height: 1.2;
      font-size: 35px;
      text-align: center;
      transform: skewX(20deg);
  }


  .form-title-wrap::after{
    content: '';
    position: absolute;
    left: 58%;
    bottom: -40px;
    transform: translateX(-50%) skewX(30deg);
    background-image: url(../img/fukidashi.png);
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 25px;
    height: 54px;
  }

  .form-service dd.form-switch-pc{
    display: none;
    padding: 20px 0 0;
  }
  .form-service dd.form-switch-sp{
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
  }
  .form-switch-sp select{
    display: block;
    font-size: 18px;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #f5f5f5;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 0 10px;
    height: 40px;
    width: 100%;
  }
  .form-switch-sp{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
  }
  .form-switch-sp::after,
  .form-switch-sp::before{
    position: absolute;
    top: 5px;
    bottom: 0;
    right: -100px;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  .form-switch-sp::before {
    left: auto;
    right: 15px;
    box-sizing: border-box;
    width: 6px;
    height: 6px;
    border: 6px solid transparent;
    border-top: 10px solid #000;
}


  .cv-form-submit label{
    width: 100%;
  }

  .form-contact{
    width: 100%;
    margin: 0 auto 45px;
  }


  .form-contents{
    padding: 30px 10px;
  }

  .form-contents dl{
    align-items: baseline;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: none;
    margin: 0 0 10px;
    padding: 0 0 8px;
  }
  .form-contents dt{
    font-size: 18px;
    margin: 0 0 10px;
  }
  .form-contents dt span{
    font-size: 14px;
  }
  .cv-form-submit{
    width: 100%;
  }
  .form-privacy{
    display: none;
  }
  .cv-form-submit label{
    margin: 15px auto 0;
  }

  .form-contents dd textarea{
    min-height: auto;
  }

  footer .footer-nav li:before{
    left: 50px;
  }
  footer .footer-nav li:after{
    left: 52px;
  }

  .cv-area-sp{
    display: block;
    transform: translateY(150px);
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    width: 75px;
    position: fixed;
    left: 20px;
    bottom: 20px;
  }
}
