/*----- header -----*/
header {
  border-bottom: solid 1px #e60012;
  padding: 10px 0;
  width: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
header .l-inner {
  width: 990px;
  margin: 0 auto;
}
header h1 {
  margin-right: 214px;
}
header dl {
  margin-right: 40px;
}
header dl dt {
  font-size: 30px;
  background: url(../../g/img/tel_icon.png) no-repeat left 10px center;
  padding-left: 40px;
  margin-bottom: 2px;
}
header dl dd {
  line-height: 18px;
}
header ul li:first-child img{
  width: 384px;
  height: 74px;
}
header ul li + li {
  margin-left: 15px;
}


/*----- fv -----*/
#fv {
  background: url(../../g/img/fv_image.jpg) no-repeat top right 120px;
  max-width: 1800px;
  margin: 90px auto 0;
  position: relative;
  overflow: hidden;
}
#fv .l-inner {
  width: 1190px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
#fv ul.point {
  width: 490px;
  margin: -60px 0 50px 120px;
}
#fv ul.l-info {
  width: 890px;
  margin: 0 auto;
}
#fv .fv-bg {
  position: absolute;
}
#fv .left-img {
  top: -60px;
  left: 0;
}
#fv .right-img {
  bottom: 40px;
  right: 70px;
}
#fv .bottom-text {
  margin: 0 auto;
}
@media screen and (max-width: 1800px) {
  #fv {
    background: url(../../g/img/fv_image.jpg) no-repeat top right;
  }
  #fv .l-inner {
    width: 1200px;
  }
  #fv .right-img {
    bottom: 40px;
    right: 0;
  }
}

/*----- scene -----*/
.scene_slider {
  margin: 0 0 69px;
}
.scene_slider li {
  padding: 0 10px;
}
.scene_slider li img {
  width: 100%;
}

/*----- case -----*/
#case {
  margin: 0 0 66px;
}
#case h2 {
  margin: 0 0 36px;
  text-align: center;
}
#case .case_catch {
  margin: 0 0 117px;
  text-align: center;
}
#case .case_problem {
  position: relative;
  margin: 0 0 96px;
  padding: 27px 0 0;
  background-color: #c9c7bf;
}
#case .case_problem h3 {
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
}
#case .case_problem_catch {
  text-align: center;
}
#case .case_problem:after{
  content: url(../img/case_problem_arrow.png);
  display: block;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
#case > h3 {
  margin: 0 0 43px;
  text-align: center;
}
#case .case_main_catch {
  margin: 0 0 29px;
  text-align: center;
}
#case .case_main_catch img {
  max-width:  100vw;
}
#case .case_emblem_catch {
  text-align: center;
}
#case li {
  margin: 0 39px;
}

/*----- achievement -----*/
#achievement {
  background: #f8f8f8;
  padding: 170px 0 60px;
}
#achievement h2 {
  text-align: center;
  margin-bottom: 60px;
}
#achievement .l-inner {
  /*デザインは960pxですが、タブの余白（浮動小数点）がブラウザ毎に異なるので1px広くしてます。*/
  width: 961px;
  margin: 0 auto;
}
#achievement .tab-btn {
  width: 100%;
  font-size: 0;
  cursor: pointer;
}
#achievement .tab-btn li {
  display: flex;
  justify-content: center;
  align-items: center;
}
#achievement .top-tab li {
  background: url(../../g/img/achievement_button01_clause.png) no-repeat top center;
  width: 238px;
  height: 100px;
}
#achievement .top-tab li.active {
  background: url(../../g/img/achievement_button01_open.png) no-repeat top center;
}
#achievement .top-tab li:nth-of-type(4n){
  margin-right: 0;
}
#achievement .tab-btn li p {
  color: #fff;
  font-size: 21px;
  text-align: center;
  line-height: 1.2;
}
#achievement .tab-btn li.active p {
  color: #e60012;
}
#achievement .top-tab li.tab01,
#achievement .top-tab li.tab02,
#achievement .top-tab li.tab03,
#achievement .top-tab li.tab04 {
  margin-bottom: calc(8px / 3);
}
#achievement .top-tab li p {
  margin-top: -15px;
}
#achievement .top-tab .tab01 p {
  font-size: 27px;
}
#achievement .top-tab .tab02 p,
#achievement .top-tab .tab03 p {
  font-size: 25px;
}
#achievement .tab-btn li p span {
  font-size: 19px;
  display: block;
}
#achievement .tab-box {
  background: #ffeef1;
  border: solid #e60012;
  border-width: 0 2px 2px;
  padding: 10px 35px 35px;
  display: none;
  position: relative;
}
#achievement .tab-box:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background: #e60012;
  left: 0;
  top: -1px;
  z-index: 1;
}

#achievement .tab-box01 {
  display: block;
}
#achievement .tab-box h3 {
  text-align: center;
  font-size: 28px;
  margin: 38px 0 30px;
}
#achievement .tab-box h3:before,
#achievement .tab-box h3:after {
  font-size: 36px;
}
#achievement .tab-box h3:before {
  content: "＼";
  margin-right: 15px;
}
#achievement .tab-box h3:after {
  content: "／";
  margin-left: 15px;
}
#achievement .tab-box h3.bottom-title {
  margin-top: 10px;
}
#achievement .tab-box .l-top-box {
  background: #fff;
  width: 280px;
  height: 430px;
  border-radius: 15px;
  padding: 20px;
}
#achievement .tab-box04 .l-top-box {
  width: 430px;
  height: 460px;
  padding: 20px 30px 0;
  margin-bottom: 27px;
}
#achievement .tab-box07 .l-top-box + .l-top-box,
#achievement .tab-box08 .l-top-box + .l-top-box  {
  margin-left: 23px;
}
#achievement .tab-box .l-top-box  .mini-title {
  margin-bottom: 22px;
}
#achievement .tab-box .l-top-box p {
  font-size: 16px;
  line-height: 22px;
  padding: 0 12px;
}
#achievement .tab-box04 .l-top-box p {
  padding: 0;
  margin-bottom: 10px;
}
#achievement .tab-box04 .l-top-box p span {
  color: #e71a29;
}
#achievement .tab-box04 .l-bottom-box {
  background: #fff;
  border-radius: 20px;
  padding: 35px 35px 1px;
}
#achievement .tab-box04 .l-bottom-box .m-box {
  margin-bottom: 38px;
}
#achievement .tab-box04 .l-bottom-box .m-box + .m-box {
  margin-bottom: 25px;
}
#achievement .tab-box04 .l-bottom-box dl {
  width: 465px;
}
#achievement .tab-box04 .l-bottom-box dl dt {
  color: #479c2d;
  font-size: 20px;
  margin-bottom: 24px;
}
#achievement .tab-box04 .l-bottom-box dl dd {
  font-size: 16px;
  line-height: 22px;
}
#achievement .tab-box .l-info {
  margin: 58px 0 47px;
}
#achievement .tab-box .l-info .info-sub {
  font-size: 20px;
  text-align: center;
  margin-bottom: 15px;
}
#achievement .tab-box .l-info .info-title {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 45px;
  line-height: 36px;
}
#achievement .tab-box .l-info .info-sub {
  color: #e93a44;
}
#achievement .tab-box01 .info-title,
#achievement .tab-box02 .info-title,
#achievement .tab-box03 .info-title,
#achievement .tab-box04 .info-title,
#achievement .tab-box06 .info-title
 {
  color: #e60012;
}
#achievement .tab-box08 .info-title {
  color: #f58500;
}
#achievement .tab-box05 .info-title {
  color: #479c2d;
}
#achievement .tab-box07 > ul {
  font-size: 22px;
  text-align: center;
}
#achievement .tab-box07 > ul p {
  margin-top: 14px;
}
#achievement .tab-box .l-info > div {
  width: 760px;
  margin: 0 auto;
}
#achievement .tab-box .close-btn {
  text-align: center;
  cursor: pointer;
  margin-top: 30px;
}
#achievement .bl_box {
  background-color: #fff;
  border-radius: 25px;
  padding: 50px 40px 40px;
}
#achievement .bl_box_txt {
  font-size: 32px;
  font-weight: bold;
}
.el_label {
  font-size: 22px;
  color: #fff;
  background-color: #e60012;
  padding: 0 5px;
  border-radius: 5px;
  font-weight: normal;
}
.el_label.__mr10 {
  margin-right: 10px;
}
.bl_box_txt.__mr25 {
  margin-right: 25px;
}
.bl_box_case_txt {
  background-color: #ffeef1;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #e60012;
  padding: 30px 110px 25px 40px ;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 110px;
}
.bl_box_case_txt::before {
  content: url(../../g/img/achievement_case_title_backgroundImage.png);
  position: absolute;
  width: 50px;
  height: 52px;
  background-repeat: no-repeat;
  left: 40px;
  top: 33px;
}
.bl_box_case_txt.__mt30{
  margin-top: 30px;
}
.bl_case_content {
  width: 390px;
  padding: 10px 0 15px;
}
.bl_case_content.__color_grey {
  background-color: #e2e2e2;
}
.bl_case_content.__color_grey.__border {
  border: 2px solid #c1c1c1;
  border-radius: 12px;
}
.bl_case_content.__color_red {
  background-color: #ffcbd4;
}
.bl_case_content.__color_red.__border {
  border: 2px solid #e60012;
  border-radius: 12px;
}
.bl_case_customer {
  position: relative;
}
.bl_case_customer::after {
  content: url(../../g/img/achievement_case_icon_arrow.png);
  position: absolute;
  top: 35px;
  right: -15px;
}
.text_right {
  text-align: right;
}
.__mb20 {
  margin-bottom: 20px;
}
.__mt40 {
  margin-top: 40px;
}
.bl_case_check {
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height:1.31;
  background-color: #fff;
  width: 360px;
  margin-left: auto;
  padding-left: 30px;
  position: relative;
  height: 70px;
  display: flex;
  align-items: center;
  
}
.bl_case_check.__mb10 {
  margin-bottom: 10px;
}
.bl_case_check::before {
  content: url(../../g/img/achievement_case_icon_check_black.png);
  width: 20px;
  height: 20px;
  position: absolute;
  top: 28px;
  left: -10px;
}
.__top65.bl_case_check::before {
  top: 65px;
}
.bl_case_content.__color_red .bl_case_check::before {
  content: url(../../g/img/achievement_case_icon_check_red.png);
}
.bl_case_check strong {
  font-weight: bold;
  display: contents;
}
.bl_slider_img {
  position: relative;
}
.bl_slider_img::before {
  content: url(../../g/img/achievement_case_solution.png);
  position: absolute;
  top: 0;
  left: 90px;
}
.__mt30 {
  margin-top: 30px;
}
.bl_voice_ttl {
  border-radius: 10px 10px 0 0;
  background-color: #e60012;
  font-size: 20px;
  color: #fff;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bl_voice_txtbox {
  background-color: #ffeef1;
  border-radius: 0 0 10px 10px;
  padding: 40px 40px 30px 20px;
}
.bl_voice_sub {
  font-size: 14px;
  color: #e60012;
  display: block;
  width: 100px;
}
.bl_voice_sub.__mt10 {
  margin-top: 10px;
}
.bl_voice_txt {
  font-size: 16px;
  line-height: 1.38;
}
.bl_voice_txt.__ml30 {
  margin-left: 30px;
}
.hp_height375 {
  height: 375px !important;
}
.hp_height145 {
  height: 145px !important;
}
.hp_height550 {
  height: 550px !important;
}
/*----- js_slider -----*/
.js_slider .slick-slide {
  padding: 30px 45px 25px;
  margin: 30px 10px 0;
}
.js_slider .slick-arrow {
  position: absolute;
  top: 185px;
  z-index: 98;
  cursor: pointer;
}
.js_slider .slick-arrow.prev-arrow {
  left: 50px;
}
.js_slider .slick-arrow.next-arrow {
  right: 50px;
  transform:rotate(180deg);
}
.js_slider .slick-dots {
  width: 60px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.js_slider .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d9d9d9;
  cursor: pointer;
}
.js_slider .slick-dots li button {
  display: none;
}
.js_slider .slick-dots li.slick-active {
  background: #e60012;
}
.js_slider .slick-slide img {
  display: block;
  width: 520px;
  height: 320px;
  margin: 0 auto;
}
/*----- mobileorder -----*/
#mobileorder {
  text-align: center;
  background: url(../../g/img/mobileorder_background.jpg) no-repeat bottom /cover;
  padding: 100px;
}
.bl_mobileorder.img {
  text-align: center;
}
/*----- info -----*/
.info {
  background: url(../../g/img/info_background.png),linear-gradient(to bottom, #fff5cf, #fff8dc);
  background-position: top center;
  background-repeat: no-repeat;
  padding: 60px 0 45px;
}
.info h2 {
  text-align: center;
  width: 640px;
  margin: 0 auto 50px;
  font-size: 28px;
}
.info strong {
  display: block;
  border-bottom: dotted 3px #f7b636;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.info strong span {
  color: #e60012;
  font-size: 32px;
}
.info ul {
  width: 974px;
  margin: 0 auto;
}
.info li img {
  width: 474px;
  height: 84px;
}

/*----- strongpoint -----*/
#strongpoint {
  padding: 100px 0;
}
#strongpoint h2 {
  text-align: center;
  margin-bottom: 60px;
}
#strongpoint .l-box {
  width: 1095px;
  margin: 0 auto 75px;
  position: relative;
}
#strongpoint .l-box dl {
  width: 580px;
}
#strongpoint .l-box dl dt {
  margin-bottom: 30px;
}
#strongpoint .l-box dl dd {
  font-size: 16px;
  line-height: 24px;
}
#strongpoint .l-box:nth-child(odd) figure {
  margin-right: 45px;
}
#strongpoint .l-box:nth-child(even) dl {
  margin-left: 108px;
}
#strongpoint .l-box .bg-img {
  position: absolute;
  z-index: 3;
}
#strongpoint .l-box .right-img {
  bottom: -118px;
  right: -95px;
}
#strongpoint .l-box .left-img {
  top: -95px;
  left: -120px;
}
.bl_wrapper {
  width: 905px;
  margin: 0 auto;
}
.bl_strongpoint_support_subttl {
  font-size: 26px;
  line-height: 1.57;
}
.bl_strongpoint_support_subttl.__mt50 {
  margin-top: 50px;
}
.__mt100 {
  margin-top: 100px;
}
.bl_strongpoint_support_subtxt {
  line-height: 1.5;
  font-size: 16px;
}
.bl_strongpoint_support_subtxt.__mt40 {
  margin-top: 40px;
}

/*----- flow -----*/
#flow {
  background-color: #ffeef1;
  padding: 110px 0 25px;
}
#flow h2 {
  text-align: center;
  margin-bottom: 90px;
}
#flow ul {
  width: 995px;
  margin: 0 auto;
}
#flow ul li {
  width: 330px;
  height: 430px;
  margin-bottom: 72px;
  background: url(../../g/img/flow_step01.png) no-repeat top center;
  background-size: 100% auto;
  padding: 245px 24px 0;
}
#flow ul li.step02 {
  background-image: url(../../g/img/flow_step02.png);
}
#flow ul li.step03 {
  background-image: url(../../g/img/flow_step03.png);
}
#flow ul li.step04 {
  background-image: url(../../g/img/flow_step04.png);
}
#flow ul li.step05 {
  background-image: url(../../g/img/flow_step05.png);
}
#flow ul li p {
  font-size: 16px;
  line-height: 26px;
}

/*----- footer -----*/
footer h2 {
  margin-right: 80px;
}
footer .l-inner {
  width: 940px;
  margin: 0 auto;
  padding: 35px 0 40px;
}
footer small {
  background: #e60012;
  color: #fff;
  text-align: center;
  font-size: 16px;
  display: block;
  padding: 10px 0;
}
footer table {
  font-size: 16px;
}
footer tr th {
  border-right: solid 1px #000;
  padding: 8px 20px 8px 0;
}
footer tr td {
  padding-left: 20px;
  line-height: 22px;
}
