@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700);
@import url(https://fonts.googleapis.com/css?family=Noto+Serif:400,700);

/*リセット他*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

header,.mv_dtl_top,article{
  box-sizing: border-box;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}
a, a:focus,a:active{ outline: none; }
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

a:hover {
  opacity: 0.8;
}

a {
  text-decoration: none;
}

@font-face {
  font-family: 'icomoon';
  src: url("iconfonts/icomoon.eot?bnx8j1");
  src: url("iconfonts/icomoon.eot?bnx8j1#iefix") format("embedded-opentype"), url("iconfonts/icomoon.ttf?bnx8j1") format("truetype"), url("iconfonts/icomoon.woff?bnx8j1") format("woff"), url("iconfonts/icomoon.svg?bnx8j1#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

/***********************************************************************
base style
**********************************************************************/
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  overflow-y: hidden;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
  overflow-x: hidden;
}

html,
body {
  height: 100%;
}

body {
  color: #222;
  font-family: 'Noto Sans', "メイリオ", Meiryo, 'hiragino kaku gothic pro', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.75;
  letter-spacing: .05em;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
}
@media screen and (max-width: 1260px) {
  html {
    overflow-x: scroll;
  }
}

@media screen and (min-width: 769px) {
    body {
    min-width: 1260px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .content_lp {
    overflow: hidden;
  }
}

@media screen and (max-width: 768px) {
  body {
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
  }
  html{
    overflow-x: hidden;
  }
}

@media screen and (max-width: 374px) {
  body {
    
    font-size: 13px;
    font-size: 1.3rem;
  }
}


.content_lp {
  margin-bottom: 80px;
}

.inner {
  width: 1200px;
  margin: 0 auto;
}


.inner_wide {
  max-width: 1550px;
  margin: 0 auto;
}
.inner_s{
  width:1000px;
  margin: 0 auto;
}

/*----------------トップスライダーPC-------------------*/

.sliderArea {
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}

.sliderArea {
  position: relative;
}

.top_line {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 137, 213, 0.8);
  color: #fff;
  height: 100px;
  display: flex;
  align-items: center;
  z-index: 2;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 2px;
  padding-left: 50px;
  box-sizing: border-box;
}

.top_line span {
  background: #fff;
  border-radius: 50px;
  color: #007fc5;
  font-size: 18px;
  padding: 5px 15px;
  margin-left: 20px;
}

.slick-prev,
.slick-next {
  top: 70%;
}

.slick-prev {
  left: 10%;
  width: 60px;
  height: 90px;
  z-index: 2;
}

.slick-prev:before {
  content: "";
  border-top: 4px solid #fff;
  border-left: 4px solid #fff;
  transform: rotate(-45deg);
  width: 40px;
  height: 40px;
  display: inline-block;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.2));
  position: relative;
}

.slick-next {
  right: 10%;
  width: 60px;
  height: 90px;
}

.slick-next:before {
  content: "";
  border-top: 4px solid #fff;
  border-left: 4px solid #fff;
  transform: rotate(135deg);
  width: 40px;
  height: 40px;
  display: inline-block;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.2));
  position: relative;
}


#slider.thumb-item {
  max-width: 1920px;
}

#slider.thumb-item img {
  width: 100%;
  height: auto;
}

p.txt {
  margin: 20px 0;
}

.mg80_pc {
  margin: 80px 0;
}

ul.thumb-item {
  margin-bottom: 10px;
}

ul.thumb-item-nav li {
  margin-right: 10px;
}

ul.thumb-item-nav li:nth-child(4) {
  margin-right: 0;
}

ul.thumb-item-nav li img {
  width: 100%;
}

#thumbnail-list {
  display: flex;
  justify-content: space-between;
}

.thumbnail-item {
  flex: 0 1 25%;
  margin-right: 4px;
  box-sizing: border-box;
  position: relative;
}

.thumbnail-item a{
  display: block;
  line-height: 0;
}

.thumbnail-item a:hover {
  opacity: 1;
}

.thumbnail-item:last-child {
  margin-right: 0;
}

.thumbnail-item img {
  width: 100%;
  height: auto;
}


.thumbnail-item:hover {
  cursor: pointer;
}

.thumbnail-item:after {
  content: '';
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: .3s opacity linear;
}

  
.thumbnail-item.thumbnail-current:after {
  display: none;
}

@media screen and (max-width:768px){
  .thumbnail-item.thumbnail-current:after {
    display: block;
    opacity: 0;
}
}

/*------4つの提案TOPと中央部-------*/

article.bg_01 {
  background: url(../images/top_bg.png) no-repeat center;
  height: 3214px;
  display: block;
  padding-top: 1px;
}

article.bg_01 .inner {
  position: relative;
}

.topic {
  background: url(../images/title_bg.png) no-repeat;
  width: 613px;
  height: 83px;
  font-size: 34px;
  color: #007fc5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 78px auto;
  word-break: keep-all;
}

.topic_txt {
  text-align: center;
  margin-top: -65px;
}

.top_box {
  opacity: 0;
  transition: all 0.5s;
}

.top_box.active {
  opacity: 1;
}

.top_box {
  position: absolute;
  top: 120px;
  left: calc((100% - 1200px) / 2);
  background: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  width: 350px;
  /*  height: 235px;*/
  text-align: center;
  padding: 22px 40px;
  box-sizing: border-box;
  -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  color: #333;
}


@media screen and (min-width:1550px) {
  .top_box {
    left: calc((100% - 1550px) / 2 + 10px);
  }
}

.top_box .teian,
.cap_box a .teian {
  /*  background: #673E48;*/
  padding: 5px 30px;
  border-radius: 30px;
  width: 140px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
}

.cap_box a .teian {
  width: 200px;
}

.top_box .ttl,
.cap_box a .ttl {
  font-size: 30px;
  font-weight: bold;
  margin: 14px 0;
}


.top_box,
.cap_box {
  font-weight: bold;
  line-height: 1.4;
}

.top_box p {
  text-align: center;
}

.cap_box p {
  text-align: center;
  line-height: 1.4;
}

.cap_box {
  width: 572px;
  height: 509px;
}

.cap_01_box {
  background: url(../images/cap_01_bg.png) no-repeat;
  position: absolute;
  top: 216px;
  right: 0;
}

.cap_01_box a {
  text-align: center;
  padding: 175px 70px 100px 140px;
  display: block;
  background: url(../images/cap_01_icon.png) no-repeat 55% 60px;
  background-size: 90px;
}

.cap_01_box a .teian,
.cap_01_top_box .teian {
  background: #673E48;
}

.cap_box a {
  color: #333;
  text-decoration: none;
}

.cap_01_box a .teian {
  background: #673E48;
}


.cap_02_box {
  background: url(../images/cap_02_bg.png) no-repeat;
  position: absolute;
  top: 932px;
  left: 0;
}

.cap_02_box a {
  text-align: center;
  padding: 175px 150px 100px 80px;
  display: block;
  background: url(../images/cap_02_icon.png) no-repeat 45% 50px;
  background-size: 80px;
}

.cap_02_box a .teian,
.cap_02_top_box .teian {
  background: #007FC5;
}

.cap_03_box {
  background: url(../images/cap_03_bg.png) no-repeat;
  position: absolute;
  top: 1500px;
  right: 0;
}

.cap_03_box a {
  text-align: center;
  padding: 175px 80px 100px 150px;
  display: block;
  background: url(../images/cap_03_icon.png) no-repeat 55% 50px;
  background-size: 78px;
}

.cap_03_box a .teian,
.cap_03_top_box .teian {
  background: #FF8EA1;
}

.cap_04_box {
  background: url(../images/cap_04_bg.png) no-repeat;
  position: absolute;
  top: 2000px;
  left: 0;
}

.cap_04_box a {
  text-align: center;
  padding: 175px 150px 100px 80px;
  display: block;
  background: url(../images/cap_04_icon.png) no-repeat 45% 50px;
  background-size: 40px;
}

.cap_04_box a .teian,
.cap_04_top_box .teian {
  background: #F33A00;
}

.btn_dtl {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #007fc5;
  margin-top: 30px;
}

.btn_dtl:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 9px 15.6px;
  border-color: transparent transparent transparent #007FC5;
  padding-right: 10px;
}

.cap_01_box p {
  width: 100%;
}

.btn_contact {
  width: 490px;
  height: 100px;
}

.btn_gl {
  width: 700px;
  height: 100px;
  margin: 0 auto;
  padding-bottom: 100px;
}

.contact {
  position: absolute;
  top: 2826px;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.contact p {
  font-size: 20px;
  margin-bottom: 30px;
}

.btn_contact a,
.btn_gl a,.btn_contact b {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(0, 137, 213);
  background: linear-gradient(90deg, rgba(10, 139, 241, 1) 0%, rgba(94, 182, 215, 1) 43%, rgba(12, 226, 223, 1) 85%, rgba(12, 226, 155, 1) 100%);
  -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  border-radius: 100px;
  padding: 30px 0;
  font-size: 22px;
  text-decoration: none;
  font-weight: bold;
  background-size: 700px;
  background-position: left;
  word-break: keep-all;
}
.btn_contact b {
  cursor: pointer;
}

.btn_gl a {
  background-size: 1000px;
}

.btn_contact a:hover,
.btn_gl a:hover,.btn_contact b:hover {
  background-position: right center;
  transition: .5s;
  opacity: 1 !important;
}

.btn_contact a:before,
.btn_gl a:before,.btn_contact b:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 9px 15.6px;
  border-color: transparent transparent transparent #fff;
  padding-right: 5px;
}

/*マルチベアーとは*/

.multi {
  background: url(../images/multi_bg.png) no-repeat right;
  /*  padding:150px 0;*/
  height: 660px;
  margin-top: 0;
  position: relative;
  top: -44px;
}

.ttl_outline {
  display: inline-block;
  color: #ffffff;
  /* 文字の色 */
  font-size: 36pt;
  /* 文字のサイズ */
  letter-spacing: 2px;
  /* 文字間 */
  text-shadow:
    1px 1px 0px #00a0ea,
    -1px 1px 0px #00a0ea,
    1px -1px 0px #00a0ea,
    -1px -1px 0px #00a0ea,
    1px 0px 0px #00a0ea,
    0px 1px 0px #00a0ea,
    -1px 0px 0px #00a0ea,
    0px -1px 0px #00a0ea;
  /* 文字の影 */
}

.ttl_nyv {
  color: #003894;
  font-size: 28px;
  font-weight: bold;
}

.mb30 {
  margin-bottom: 30px;
}

.mb50 {
  margin-bottom: 50px;
}

.al_c {
  text-align: center;
}
.al_l {
  text-align: left;
}
.bold {
  font-weight: bold;
}
.wrap_mdl {
  position: absolute;
  top: 190px;
  width: 630px;
}

/*--------------動画予定------------*/

.cl_bg_lblue_g {
  padding-top: 70px;
  background: linear-gradient(#EAF5FB, #EAF5FB 66%, #fff 66%, #fff 100%)
}

.mv_ttl {
  color: #007FC5;
  font-weight: bold;
  font-size: 40px;
  display: inline-block;
  padding: 0 50px;
  position: relative;
  z-index: 1;
}

.mv_ttl:after {
  content: "";
  background-size: auto auto;
  background-image: repeating-linear-gradient(90deg, transparent, transparent 18px, rgba(255, 255, 255, 1) 18px, rgba(255, 255, 255, 1) 21px);
  position: absolute;
  top: 34px;
  display: inline-block;
  width: 600px;
  height: 30px;
  left: 50%;
  transform: translateX(-50%) skewX(-45deg);
  z-index: -1;
}

.movie_box {
  padding: 70px 0;
}

.movie_box img {
  -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}

/*---------------マルチベアーの特長---------------*/

.cl_bg_gly {
  background: #F9F9F9;
}

.multi_b {
  width: 100%;
  padding: 80px 0 30px;

}

.multi_b li {
  display: flex;
  justify-content: space-around;
  border-radius: 20px;
  -moz-box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 70px;
  padding: 30px 10px 20px;
}

.multi_b li img {
  width: 390px;
  height: auto;
  padding-top: 5px;
}

.pnt {
  color: #007fc5;
  position: relative;
  width: 120px;
}

.pnt span {
  position: absolute;
  top: 1px;
  left: 70px;
  font-size: 28px;
  font-weight: bold;
}

.pnt:before {
  content: "Point";
  font-weight: bold;
  font-size: 18px;
}

.pnt:after {
  content: "";
  border-bottom: 2px solid #007fc5;
  width: 60px;
  display: inline-block;
  position: absolute;
  top: 26px;
  left: 0;
}

.multi_b_txt {
  width: 50%;
  margin: 50px 30px;
}

.big_ttl {
  font-size: 34px;
  font-weight: bold;
  text-align: center;
}

.mid_ttl {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 30px;
}

.pdt100 {
  padding-top: 100px;
}

/*-------------------LP用フッター----------------------*/

.btn_4th {
  display: flex;
  justify-content: space-between;
  margin: 60px 0;
  width: 100%;
}

.btn_4th li {
  width: 295px;
  height: 70px;
}

.btn_4th li a {
  text-decoration: none;
  color: #222;
  font-weight: bold;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 15px 0 15px 28px;
  border: 1px solid #ddd;
  border-radius: 2px;
  box-sizing: border-box;
}

.btn_4th li a img {
  padding-right: 20px;
}

a.pdf:after {
  content: "";
  background: url(../images/pdf.png) no-repeat;
  display: inline-block;
  width: 17px;
  height: 22px;
  position: absolute;
  right: 17px;
}

.btn_2th {
  width: 800px;
  margin: 0 auto;
}

.btn_2th li {
  margin-bottom: 20px;
}

.btn_2th li a {
  padding: 20px;
  display: block;
  color: #fff;
  background: #007fc5;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  position: relative;
  text-align: center;
}

.btn_2th li a:before {
  content: "";
  background: #fff;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 30px;
  top: 50%;
  border-radius: 2px;
  transform: translateY(-50%);
}

.btn_2th li a:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.5px 0 2.5px 4.3px;
  border-color: transparent transparent transparent #0080c5;
  position: absolute;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
}



/*--------------スマホ用非表示------------*/

.sp,
.sp_br,
.thumb-item img.sp,
.thumb-item-nav img.sp {
  display: none;
}



@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }

  .pc {
    display: none;
  }

  .sp_br {
    display: inline-block;
    padding-top: 30px;
  }

  .sp_txt {
    display: block;
    margin-top: 30px;
  }

  .thumb-item-nav img.sp,
  .thumb-item img.sp {
    display: block;
  }

  .inner,.inner_s {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 3% !important;
    padding-right: 3% !important;
    overflow: hidden;
  }


  /*--------------TOPスライダーSP---------------*/

  .top_line {
    background: rgba(0, 137, 213, 0.6);
    font-size: 20px;
    height: 50px;
    justify-content: center;
    padding-left: 0;
  }

  .sliderArea .pc {
    display: none;
  }

  .thumb-item img {
    width: 100%;
  }

  .thumb-item-nav {
    width: 100%;
  }

  div.slick-track {
    margin: 0;
  }

  ul.thumb-item {
    height: auto;
    margin-bottom: 4px;
  }

  ul.thumb-item-nav {
    padding-top: 97px;
  }

  .mg80_pc {
    margin: 30px 0;

  }

  ul.thumb-item-nav li {
    width: 100%;
    box-sizing: border-box;
    margin-right: 0;
  }

  ul.thumb-item-nav li:not(:nth-child(4)) {
    margin-right: 1px;
  }


  ul.thumb-item-nav li img {
    width: 100%;
  }

  .thumbnail-item:after {
    height: 100%;
  }

  /* ------------4つの提案TOPと中央-------------*/
  .top_box {
    width: 94%;
    left: 0;
    height: 130px;
    padding: 7px;
    top: 60px;
    bottom: 18%;
    background-color: rgba(255, 255, 255, 0.9);
    margin-left: 3%;
  }

  .top_box p {
    text-align: center;
  }

  .top_box .teian {
    font-size: 11px;
    padding: 4px 0;
  }

  .top_box .teian,
  .cap_box a .teian {
    width: 111px;
  }

  article.bg_01 {
    background: none;
    height: auto;
  }

  .topic {
    width: 100%;
    height: auto;
    background-size: contain;
    background-position: center;
    font-size: 20px;
    padding: 2% 0;
    margin: 40px 0 25px;
  }

  .topic_txt {
    margin-top: -10px;
  }

  .cap_box {
    width: 310px;
    height: 345px;
  }

  .top_box .ttl,
  .cap_box a .ttl {
    font-size: 20px;
    margin-bottom: 5px;
  }

  .cap_box a .teian {
    width: 130px;
    padding: 3px 0;
    font-size: 12px;
    display: block;
  }

  .cap_01_box a,
  .cap_02_box a,
  .cap_03_box a,
  .cap_04_box a {
    text-align: center;
    padding: 116px 63px 0;
  }

  .cap_01_box a {
    background-size: 60px;
    background-position: center 40px;
  }

  .cap_02_box a {
    background-size: 50px;
    background-position: center 35px;
  }

  .cap_03_box a {
    background-size: 60px;
    background-position: center 30px;
  }

  .cap_04_box a {
    background-size: 30px;
    background-position: center 30px;
  }

  .btn_dtl {
    margin-top: 10px;
    font-size: 12px;
  }

  .btn_dtl:before {
    border-width: 5px 0 5px 8.7px;
  }

  .cap_wrap {
    background-color: #EAF5FB;
    padding: 1px 0 30px;
  }

  .case img {
    width: 100%;
  }

  .case {
    position: relative;
    top: 190px;
    padding-top: 190px;
    width: 106%;
    margin-left: -3%;
    margin-top: -150px;
  }

  .cap_01_box {
    background: url(../images/cap_01_bg_sp.png) no-repeat;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .cap_02_box {
    background: url(../images/cap_02_bg_sp.png) no-repeat;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .cap_03_box {
    background: url(../images/cap_03_bg_sp.png) no-repeat;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .cap_04_box {
    background: url(../images/cap_04_bg_sp.png) no-repeat;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .contact {
    position: static;
    transform: none;
    width: 100%;
    margin-top: 200px;
  }

  .contact p {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .contact .btn_contact a,.contact .btn_contact b {
    width: 95%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    padding: 22px 0;
    background: rgb(10, 139, 241);
    background: linear-gradient(90deg, rgba(10, 139, 241, 1) 0%, rgba(94, 182, 215, 1) 60%, rgba(12, 226, 223, 1) 100%);
  }

  .btn_contact a:before,
  .btn_gl a:before,.btn_contact b:before {
    padding-right: 20px;
  }

  /*----------------マルチベアー-----------------*/
  .multi {
    background: url(../images/multi_bg_sp.png) no-repeat top right;
    background-size: 50%;
    height: 490px;
    margin-top: 0;
    position: relative;
    top: 0;
  }

  .wrap_mdl {
    position: unset;
    width: 100%;
  }

  .ttl_outline {
    width: 100%;
    font-size: 33px;
    line-height: 1.4;
    padding: 20px 0 0;
  }

  .wrap_mdl p {
    width: 100%;
  }

  .wrap_mdl .ttl_nyv {
    font-size: 20px;
    margin: 80px 0 20px;
  }

  .cl_bg_lblue_g {
    padding-top: 50px;
  }

  .mv_ttl {
    font-size: 22px;
  }

  .mv_ttl:after {
    top: 18px;
  }

  .movie_box {
    padding: 35px 0;
  }

  .movie_box img {
    width: 100%;
  }

  .big_ttl {
    font-size: 20px;
  }

  .pdt100 {
    padding-top: 50px;
  }

  .multi_b {
    padding: 50px 0 0;
  }

  .multi_b li {
    display: block;
    text-align: center;
  }

  .multi_b li img {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 40px;
  }

  .multi_b_txt {
    width: 100%;
    margin: 0;
    text-align: left;
  }

  .mid_ttl {
    text-align: center;
    margin-bottom: 20px;
  }

  .pnt {
    text-align: left;
  }

  .pnt span {
    top: 25px;
    left: 0;
  }

  .pnt:before {
    font-size: 16px;
  }

  .mid_ttl {
    font-size: 18px;
    margin-top: 20px;
  }

  .mid_ttl.mb50 {
    margin-bottom: 20px;
  }

  .mid_ttl.mb50 + p {
    text-align: left;
    padding: 0 20px;
  }

  .btn_gl {
    width: 100%;
  }

  .btn_contact a,
  .btn_gl a,.btn_contact b {
    font-size: 16px;
    background: rgb(10, 139, 241);
    background: linear-gradient(90deg, rgba(10, 139, 241, 1) 0%, rgba(94, 182, 215, 1) 60%, rgba(12, 226, 223, 1) 100%);
  }

  /*--------------------LP用フッター----------------*/
  .btn_4th {
    display: block;
    width: 100%;

  }

  .btn_4th li,
  .btn_2th {
    width: 100%;
    margin-bottom: 2.3%;
  }

  .btn_contact a,
  .btn_gl a,.btn_contact b {
    padding: 14px 0;
  }

  .btn_gl {
    padding-bottom: 50px;
  }

  .btn_2th li a {
    text-align: left;
    font-size: 13px;
  }

  .btn_2th li a:before {
    right: 16px;
  }

  .btn_2th li a:after {
    right: 20px;
  }

  /*-------------スライダー矢印SP----------------*/
  .slick-prev,
  .slick-next {
    top: 50%;
  }

  .slick-prev {
    left: 3%;
    width: 30px;
    height: 30px;
    z-index: 2;
  }

  .slick-prev:before {
    content: "";
    width: 30px;
    height: 30px;

  }

  .slick-next {
    right: 3%;
    width: 30px;
    height: 30px;
  }

  .slick-next:before {
    content: "";
    width: 30px;
    height: 30px;
  }
}

/*-----------------下層----------------------*/


.mv_dtl {
  position: relative;
}

.top_line_dtl {
  height: 80px;
  background: #673E48;
  padding-left: 0;
  color: #fff;
}

.top_line_dtl.dtl02 {
  background: #007FC5;
}

.top_line_dtl.dtl03 {
  background: #FF8EA1;
}

.top_line_dtl.dtl04 {
  background: rgba(243,58,0,0.8);
}


.notes {
  position: absolute;
  bottom: 10px;
}

.top_line_dtl .inner {
  display: flex;
  align-items: center;
  height: 80px;
}

.top_line_dtl span.jirei {
  background: #fff;
  border-radius: 30px;
  width: 150px;
  color: #673E48;
  text-align: center;
  font-weight: bold;
  margin-right: 20px;
}

.top_line_dtl.dtl02 span.jirei {
  color: #007FC5;
}

.top_line_dtl.dtl03 span.jirei {
  color: #FF8EA1;
}

.top_line_dtl.dtl04 span.jirei {
  color: #F33A00;
}

.top_line_dtl p {
  font-size: 28px;
  font-weight: bold;
}

.top_line_dtl p span {
  font-size: 18px;
  margin-left: 40px;
}

@media screen and (max-width:768px) {

  .top_line_dtl .inner {
    flex-direction: column;
    justify-content: center;
    height: 90px;
  }

  .top_line_dtl span.jirei {
    padding: 2px 20px;
    width: auto;
    margin: 0 0 5px 0;
  }

  .top_line_dtl p {
    font-size: 18px;
    margin: 0;
    width: auto;
  }

  .top_line_dtl p span {
    font-size: 14px;
    margin-left: 0;
  }

  .top_line_dtl p {
    text-align: center;
    line-height: 1;
  }
}

.mv_dtl_top {
  height: 938px;
}

.mv_dtl_01 .mv_dtl_top {
  background: url(../images/detail_mv_01_bg.png) no-repeat center;
}

.mv_dtl_02 .mv_dtl_top {
  background: url(../images/detail_mv_02_bg.png) no-repeat center;
}

.mv_dtl_03 .mv_dtl_top {
  background: url(../images/detail_mv_03_bg.png) no-repeat center;
}

.mv_dtl_04 .mv_dtl_top {
  background: url(../images/detail_mv_04_bg.png) no-repeat center;
}

.mv_dtl_top img {
  width: 100%;
}

.bar_abc {
    position: absolute;
    top: 101px;
    width: 450px;
    overflow: hidden;
    margin-top: 50px;
}

.bar_abc li a {
  display: flex;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 100px;
  padding: 3%;
  margin-bottom: 4.5%;
  align-items: center;
  margin-right: 10px;
  cursor: pointer;
}

.bar_abc li a:hover {
  opacity: 1;
  box-shadow: 1px 5px 6px 0px rgba(0, 0, 0, 0.15);
/*  transition: all 0.2s ease-out;*/
  transform: translate(0, 5%);
  background: #fff;
}

.modal_ttl {
/*  word-break: keep-all;*/
}

.bar_abc li a span,
.modal_ttl span {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  background: #007fc5;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal_ttl span {
  margin-right: 0.5em;
}

.bar_abc li a span b,
.modal_ttl span b {
  transform: translateY(1px);
}

.bar_abc li a p {
  padding-left: 8px;
  color: #333;
  font-weight: bold;
  line-height: 1.4;
}

.bar_abc li a span.tilt,
.modal_ttl span.tilt {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  background: #BFBFBF;
  background-image: linear-gradient(to right, #BFBFBF 50%, #BFBFBF 0);
  border-radius: 50px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(45deg);
}

.bar_abc li a span.tilt b,
.modal_ttl span.tilt b {
  transform: rotate(-45deg) translateY(1px);
}

.bar_abc li a span.dtl01_b,
.bar_abc li a span.dtl01_g,
.modal_ttl span.dtl01_b,
.modal_ttl span.dtl01_g,
.modal_ttl span.dtl01_d1 {
  background: #E3C400;
}

.bar_abc li a span.dtl01_c,
.bar_abc li a span.dtl01_f,
.modal_ttl span.dtl01_c,
.modal_ttl span.dtl01_f,
.modal_ttl span.dtl01_d2 {
  background: #BFBFBF;
}

.bar_abc li a span.tilt.dtl01_a,
.bar_abc li a span.tilt.dtl01_d,
.modal_ttl span.tilt.dtl01_a {
  background-image: linear-gradient(to right, #E3C400 50%, #BFBFBF 0);
}

.bar_abc li a span.tilt.dtl01_h,
.modal_ttl span.tilt.dtl01_h {
  background-image: linear-gradient(to right, #BFBFBF 50%, #007FC5 0);
}

.bar_abc li a:hover {
  -moz-box-shadow: 5px 2px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 5px 2px 5px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 5px 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 2px 5px rgba(0, 0, 0, 0.2);
}

/*下層02*/

.bar_abc li a span.tilt.dtl02_a,
.bar_abc li a span.tilt.dtl02_b,
.bar_abc li a span.tilt.dtl02_c,
.modal_ttl span.tilt.dtl02_a,
.modal_ttl span.tilt.dtl02_b,
.modal_ttl span.tilt.dtl02_c {
  background-image: linear-gradient(to right, #41A169 50%, #BFBFBF 0);
}

.bar_abc li a span.dtl02_d,
.bar_abc li a span.dtl02_e,
.modal_ttl span.dtl02_d,
.modal_ttl span.dtl02_e,
.modal_ttl span.dtl02_c2 {
  background: #BFBFBF;
}

.bar_abc li a span.dtl02_f,
.bar_abc li a span.dtl02_g,
.modal_ttl span.dtl02_f,
.modal_ttl span.dtl02_g,
.modal_ttl span.dtl02_c1 {
  background: #41A169;
}

.bar_abc li a span.tilt.dtl02_h {
  background-image: linear-gradient(to right, #BFBFBF 50%, #41A169 0);
}

/*下層03*/
.bar_abc li a span.dtl03_g,
.bar_abc li a span.dtl03_h,
.modal_ttl .dtl03_c1,
.modal_ttl .dtl03_g,
.modal_ttl .dtl03_h {
  background: #FFA251;
}

.bar_abc li a span.dtl03_d,
.bar_abc li a span.dtl03_e,
.bar_abc li a span.dtl03_f,
.modal_ttl .dtl03_c2,
.modal_ttl .dtl03_e,
.modal_ttl .dtl03_f {
  background: #BFBFBF;
}

.bar_abc li a span.tilt.dtl03_a,
.modal_ttl span.tilt.dtl03_a,
.bar_abc li a span.tilt.dtl03_b,
.modal_ttl span.tilt.dtl03_b,
.bar_abc li a span.tilt.dtl03_c,
.modal_ttl span.tilt.dtl03_c {
  background-image: linear-gradient(to right, #FFA251 50%, #BFBFBF 0);
}


/*下層04*/
.bar_abc li a span.tilt.dtl04_a,
.modal_ttl span.tilt.dtl04_a,
.bar_abc li a span.tilt.dtl04_b,
.bar_abc li a span.tilt.dtl04_d,
.modal_ttl span.tilt.dtl04_b {
  background-image: linear-gradient(to right, #F33A00 50%, #BFBFBF 0);
}

.bar_abc li a span.dtl04_c,
.modal_ttl span.tilt.dtl04_c,
.modal_ttl span.dtl04_d2,
.modal_ttl span.dtl04_c {
  background: #BFBFBF;
}

.bar_abc li a span.dtl04_e,
.modal_ttl span.dtl04_d1,
.modal_ttl span.dtl04_e {
  background: #F33A00;
}

.dtl_04.attention {
  background: rgba(243,58,0,0.58);
  border-radius: 10px;
  padding: 30px 20px;
  color: #fff;
  position: absolute;
  bottom: 130px;
  width: 400px;
  line-height: 1.4;
}

.notes.dtl04 {
  position: absolute;
  bottom: 300px;
}

@media screen and (max-width: 768px) {

  .bar_abc li a span,
  .bar_abc li a span.tilt {
    width: 32px;
    height: 32px;
    font-size: 18px;
  }
}

.btn_abc a img {
  width: auto;
}

.bread {
  padding: 12px 0;
  font-size: 14px;
  background: #F9F9F9;
  display: block;
}

.bread span:after {
  content: ">";
  padding: 0 20px;
}

.bread span:last-child:after {
  display: none;
}

.bread span a {
  color: #333;
  text-decoration: none;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .bread.pc {
    display: none;
  }
}

.headline {
  display: flex;
  justify-content: space-between;
  margin: 50px 0;
  align-items: center;
}

.headline p {
  width: 20%;

}

.headline p img {
  width: 100%;
}

.headline dl {
  width: 75%;
}

.headline dt {
  font-size: 30px;
  margin-bottom: 30px;
  font-weight: bold;
  color: #673E48;
  line-height: 1.4;
}

.headline.dtl02 dt {
  color: #007FC5;
}

.headline.dtl03 dt {
  color: #FFA251;
}

.headline.dtl04 dt {
  color: #F33A00;
}

.headline dd {
  line-height: 1.4;
}

.bg_01_bg {
  background: #EAF5FB;
  padding: 78px 0;
}

.topic_dtl {
  background: url(../images/title_bg02.png) no-repeat;
  width: 500px;
  height: 68px;
  font-size: 30px;
  color: #007fc5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin: 0 auto;
}

.pickup_text {
  color: #007fc5;
  text-align: center;
  margin: 50px 0;
  font-weight: bold;
}

.op_box {
  position: relative;
}

.op_box_even {
  position: relative;
  margin-top: 20%;
}

.op_box_even .op_img {
  float: right;
  margin-top: -100px;
}

.op_box_even .exp {
  width: 49%;
  background: rgba(255, 255, 255, 0.8);
  padding: 50px 30px;
  border-radius: 20px;
  box-sizing: border-box;
  float: left;
  position: absolute;
}

.op_box .exp {
  position: absolute;
  right: 0;
  top: 30%;
  width: 49%;
  background: rgba(255, 255, 255, 0.8);
  padding: 50px 30px;
  border-radius: 20px;
  box-sizing: border-box;
}

.exp.ex_01:after {
  content: "";
  background: url(../images/img_people01.png) no-repeat;
  display: inline-block;
  width: 70px;
  height: 162px;
  position: absolute;
  top: -150px;
  right: 17%;
}

.dtl02 .exp.ex_01:after {
  background: url(../images/pickup_basket_01.png) no-repeat;
  background-size: 186px;
  width: 188px;
  height: 148px;
  right: 5%;
}

.dtl03 .exp.ex_01:after {
  background: url(../images/pickup_servingcar_02.png) no-repeat;
  background-size: 127px;
  width: 132px;
  height: 170px;
  right: 5%;
}

.dtl04 .exp.ex_01:after {
  background: url(../images/pickup_amr_01.png) no-repeat;
  background-size: 63px;
}

.ex_02:after {
  content: "";
  background: url(../images/pickup_servingcar_01.png) no-repeat;
  display: inline-block;
  width: 117px;
  height: 169px;
  position: absolute;
  top: -170px;
  left: 0;
  background-size: 103px;
}

.ex_02.dtl01:after {
  content: "";
  background: url(../images/img_people02.png) no-repeat;
  display: inline-block;
  width: 196px;
  height: 154px;
  position: absolute;
  top: -163px;
  left: 0;
  background-size: 185px;
}

.dtl02 .ex_02:after {
  background: url(../images/pickup_basket_02.png) no-repeat;
  background-size: 118px;
  height: 182px;
}

.dtl04 .ex_02:after {
  background: url(../images/pickup_amr_02.png) no-repeat;
  background-size: 130px;
  width: 130px;
}

.ex_03:before {
  content: "";
  background: url(../images/img_stuff01.png) no-repeat;
  display: inline-block;
  width: 158px;
  height: 128px;
  position: absolute;
  top: -230px;
  right: 0;
}

.dtl02 .ex_03:before {
  background: url(../images/pickup_basket_03.png) no-repeat;
  background-size: 139px;
  height: 165px;
  top: -158px;
}

.dtl04 .ex_03:before {
  background: url(../images/pickup_amr_03.png) no-repeat;
  background-size: 139px;
  top: -160px;
}

.dtl03 .ex_03:before {
  background: url(../images/pickup_servingcar_03.png) no-repeat;
  background-size: 134px;
  top: -172px;
  height: 182px;
}

.ex_03_img:after {
  content: "";
  background: url(../images/img_people03.png) no-repeat;
  display: inline-block;
  width: 59px;
  height: 142px;
  position: absolute;
  top: 19px;
  left: 64%;
}

.dtl02 .ex_03_img:after,
.dtl03 .ex_03_img:after,
.dtl04 .ex_03_img:after {
  display: none;
}

.op_box.op_ex_03 {
  margin-top: 50%;
}

.op_box.op_ex_03.dtl01{
  margin-top: 59%;
}

.exp h3 {
  color: #007FC5;
  font-size: 30px;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.exp .fn {
  color: #007FC5;
}

.exp .op_gly {
  color: #BFBFBF;
}

.exp .sml {
  font-size: 16px;
  padding-left: 0.5em;
}

.exp .sml.zero {
  padding-left: 0;
}

.exp h4 {
  color: #fff;
  background: #007FC5;
  border-radius: 30px;
  padding: 3px 20px;
  margin: 10px 0 20px;
  display: inline-block;
  font-weight: bold;
}

.exp h5 {
  font-weight: bold;
}

.exp p {
  font-size: 14px;
}

.dtl_box {
  padding: 70px 0;
}

.dtl_box h2 {
  font-size: 26px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 50px;
}

.box {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  border-radius: 20px;
  padding: 50px 40px;
  justify-content: space-between;
}

.box_one {
  background: #fff;
  border-radius: 20px;
  padding: 50px 40px;
}

.box div.box_l,
.box div.box_r {
  width: 48%;
}
.box div.box_r.ex_dtl01{
  margin-bottom: 50px;
}
.ex_dtl02 div.box_l.ex_dtl,
.ex_dtl02 div.box_r.ex_dtl {
  width: 47%;
}

.box div p.box_ttl,
.box_one .box_ttl,
.box_ttl.w100 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 20px;
}

.box div p.box_ttl:before,
.box_one .box_ttl:before,
.box_ttl.w100:before {
  content: "";
  background: #007FC5;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 10px;
}

.box_one .box_one_img {
  text-align: center;
}

.box div img {
  width: auto;
}

.box .box_l.dtl01 img {
  width: 90%;
}

.box_ttl {
  width: 93%;
}

.box_l.ex_dtl dl {
  display: flex;
  flex-wrap: wrap;
}

.box_l.ex_dtl dl dt,
.box_l.ex_dtl dl dd {
  width: 50%;
}

.box_r.ex_dtl {
  margin-bottom: 50px;
}

.ex_ttl {
  font-weight: bold;
  font-size: 20px;
  width: 100%;
}

.ex_dtl02 {
  display: flex;
  flex-wrap: wrap;
}

.notice {
  margin: 20px 0;
  font-size: 13px;
}

.qa {
  display: flex;
  padding: 80px 0;
  align-items: center;
  justify-content: space-between;
}

.qa_ttl {
  width: 25%;
  text-align: center;
}

.qa_ttl .ttl_outline {
  font-size: 100px;
}

.qa .q_box {
  width: 70%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.qa .q_box li {
  width: 47%;
  padding: 25px 20px;
  border-radius: 20px;
  box-sizing: border-box;
  margin-bottom: 40px;
  -moz-box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.1);
  position: relative;
}

.qa .q_box li:before {
  content: "Q";
  background: #007FC5;
  width: 100px;
  color: #fff;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  position: absolute;
  left: -20px;
}

.q_box dt {
  padding-left: 80px;
  font-weight: bold;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #ccc;
}

.q_box dd {
  font-size: 14px;
  padding-bottom: 30px;
}

.contact_area {
  margin: 70px auto 50px;
}

.contact_area .btn_contact {
  margin: 0 auto;
}

.contact_area p {
  text-align: center;
  margin-bottom: 20px;
}

.catalog_wrap{
  background: #ececec;
}

.catalog {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 70px 0;
}

.catalog_txt {
  text-align: center;
  margin-bottom: 20px;
}

/*----------------------下層スマホここから-----------------------*/
@media screen and (max-width: 768px) {
  .mv_dtl {
    position: static;
  }

  .mv_dtl .mv_dtl_top {
    background: none;
    height: auto;
  }

  .bar_abc {
    position: static;
    display: flex;
    flex-wrap: wrap;
    width: 106.5%;
    margin: 0 0 0 -3.5%;
  }

  .bar_abc li {
    width: 50%;
  }

  .bar_abc li a {
    display: block;
    position: relative;
    padding-bottom: 10px;
    background: #F9F9F9;
    border-radius: 0;
    margin: 0 0 1% 1%;
    height: 100px;
    text-align: center;
  }

  .bar_abc li a span {
    margin: 0 auto 10px;
    width: 32px;
    height: 32px;
    margin-top: 2px;
  }

  .bar_abc li a:after {
    content: "+";
    display: inline-block;
    color: #007FC5;
    position: absolute;
    right: 3px;
    bottom: 0;
    font-weight: bold;
    font-size: 20px;
  }

  .top_line_dtl.dtl01.pc,
  .top_line_dtl.dtl02.pc,
  .top_line_dtl.dtl03.pc,
  .top_line_dtl.dtl04.pc {
    display: none;
  }

  .notes_sp {
    position: relative;
  }

  .notes_sp .dtl_mv {
    margin-bottom: -32px;
  }

  .top_line_dtl {
    position: absolute;
    top: 0;
    width: 100%;
    display: inline-block;
    height: 90px;
  }

  .notes {
    bottom: 24px;
    width: 100%;
    text-align: center;
  }

  .mv_dtl_01 .notes img {
    width: 95%;
  }

  .mv_dtl_02 .notes img,
  .mv_dtl_03 .notes img,
  .mv_dtl_04 .notes img {
    height: 30px;
    width: auto;
  }


  .headline {
    display: block;
  }

  .headline p,
  .headline dl {
    width: 100%;
    text-align: center;
  }

  .headline p img {
    width: 50%;
  }

  .headline dl dt {
    font-size: 17px;
  }

  .headline dl dd {
    text-align: left;
    line-height: 1.8;
  }

  .bg_01_bg {
    padding: 1px 0 50px;
  }

  .topic_dtl {
    width: 100%;
    height: auto;
    background-size: contain;
    background-position: center;
    font-size: 20px;
    padding: 2% 0;
    margin: 40px 0 25px;
  }

  .pickup_text {
    text-align: left;
  }

  .op_box,
  .op_img,
  .op_box .exp,
  .op_box_even .exp {
    position: static;
  }

  .op_img {
    width: 100%;
  }

  .op_img img {
    width: 100%;
    border-radius: 10px 10px 0 0;
  }

  .op_box .exp,
  .op_box_even .exp {
    width: 100%;
    border-radius: 0;
    padding: 20px 10px;
    margin-bottom: 70px;
    margin-top: -9px;
  }

  .op_box_even {
    margin-top: 171px;
  }

  .op_box .exp h4 {
    font-size: 13px;
    padding: 5px 10px;
  }

  .ex_02:after {
    background-size: contain;
    width: 61px;
    height: 95px;
  }

  .exp.ex_01 {
    position: relative;
  }

  .exp.ex_01:after {
    background-size: contain;
    width: 10%;
    height: 100px;
    bottom: -69px;
    top: auto;
    right: 20px;
    position: absolute;
  }

  .dtl02 .exp.ex_01:after {
    background-size: 120px;
    width: 125px;
    height: 119px;
    right: 0;
  }

  .dtl03 .exp.ex_01:after {
    background-size: 74px;
    width: 81px;
    height: 104px;
    right: 0;
  }

  .dtl04 .exp.ex_01:after {
    background-size: 30px;
    top: 85%;
  }

  .ex_02:after {
    top: auto;
  }

  .dtl01.ex_02:after {
    background-size: 119px;
    height: 136px;
    top: auto;
    bottom: -110px;
  }

  .dtl02 .ex_02:after {
    background-size: 66px;
    height: 93px;
    width: 70px;
    ;
  }

  .dtl04 .ex_02:after {
    background-size: 84px;
    height: 100px;
  }

  .op_ex_03 {
    position: relative;
  }

  .ex_03:before {
    background-size: contain;
    width: 28%;
    height: 100px;
    top: auto;
    bottom: -26%;
  }

  .dtl02 .ex_03:before {
    top: auto;
    background-size: 90px;
    width: 100px;
    height: 104px;
    bottom: -20%;
  }

  .dtl03 .ex_03:before {
    right: 0;
    width: 82px;
    background-size: 75px;
    top: auto;
    height: 107px;
    bottom: -24%;
  }

  .dtl04 .ex_03:before {
    background-size: 97px;
    top: auto;
    width: 100px;
  }

  .ex_03_img:after {
    display: none;
  }

  .ex_03:after {
    content: "";
    background: url(../images/img_people03.png) no-repeat;
    display: inline-block;
    position: absolute;
    background-size: contain;
    width: 10%;
    height: 100px;
    top: auto;
    bottom: -27.5%;
  }

  .dtl02 .ex_03:after,
  .dtl03 .ex_03:after,
  .dtl04 .ex_03:after {
    display: none;
  }

  .op_box .exp,
  .op_box_even .exp {
    border-radius: 0 0 5px 5px;
    padding-bottom: 50px;
  }

  .dtl_box h2 {
    font-size: 20px;
  }

  .box,
  .box_one {
    display: block;
    padding: 40px 10px;
  }

  .box div.box_l,
  .box div.box_r {
    width: 100%;
  }

  .ex_dtl02 div.box_l.ex_dtl,
  .ex_dtl02 div.box_r.ex_dtl {
    width: 100%;
  }

  .box div p.box_ttl,
  .box_one .box_ttl,
  .box_ttl.w100 {
    font-size: 16px;
    text-indent: -1.5em;
    margin-left: 1.5em;
    line-height: 1.4;
  }

  .box div p.box_ttl:before,
  .box_one .box_ttl:before,
  .box_ttl.w100:before {
    width: 12px;
    height: 12px;
  }

  .ex_ttl {
    font-size: 18px;
  }

  .box_one .box_one_img img {
    width: 100%;
  }

  .box .box_l.dtl01 img {
    width: 100%;
  }

  .contact_area .btn_contact a,.contact_area .btn_contact b {
    width: 95%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    padding: 22px 0;
    background: rgb(10, 139, 241);
    background: linear-gradient(90deg, rgba(10, 139, 241, 1) 0%, rgba(94, 182, 215, 1) 60%, rgba(12, 226, 223, 1) 100%);
  }

  .box_l.ex_dtl {
    display: block;
  }

  .qa {
    display: block;
    padding: 20px 3%;
  }

  .qa_ttl {
    width: 100%;
  }

  .qa_ttl p {
    text-align: left;
  }

  .qa_ttl p.ttl_outline {
    text-align: center;
    font-size: 50px;
    margin-bottom: 20px;
  }

  .qa .q_box {
    width: 100%;
    display: block;
    margin-top: 10px;
  }

  .qa .q_box li {
    width: 90%;
    display: block;
    margin-left: 28px;
  }

  .qa .q_box li:before {
    width: 70px;
    font-size: 20px;
  }

  .q_box dd {
    padding-bottom: 0;
  }

  .q_box dt {
    padding-left: 50px;
  }

  .catalog {
    display: block;
    padding: 60px 0 1px;
  }

  .catalog p,
  .catalog p img {
    width: 100%;
  }

  .dtl_box {
    padding: 60px 0 1px;
  }

  article.bg_01 .inner {
    position: static;
  }
}
/*----------------------下層スマホここまで-----------------------*/


/*----------------------追記-----------------------*/

/*表*/

.dtl_list {
  width: 80%;
  margin: 0 auto;
}

.dtl_list h3 {
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  margin: 40px 0;
}

.dtl_list table {
  border-collapse: separate;
  border: 1px solid #ccc;
  border-radius: 20px;
  background: #fff;
  margin: 0 auto;
}

.dtl_list table th {
  border-right: 1px solid #ccc;
  padding: 20px 40px;
  width: 174px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}

.dtl_list table td {
  padding: 20px;
  font-size: 14px;
}

.dtl_list table tr:not(:last-child) th,
.dtl_list table tr:not(:last-child) td {
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width:768px) {
  .dtl_list {
    width: 100%;
  }

  .dtl_list table tr th,
  .dtl_list table tr td {
    display: block;
    width: 100%;
    padding: 5px 0;
  }

  .dtl_list table tr th {
    border-right: none;
    border-bottom: none;
  }

  .dtl_list table tr:last-child th {
    border-bottom: 1px solid #ccc;
  }

  .dtl_list table tr td {
    padding: 20px 10px;
    border-bottom: none;
    box-sizing: border-box;
  }
}

/*モーダル*/
.modal_area {
  position: absolute;
  z-index: 1000;
}

.modal {
  display: none;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
}

.modal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.modal__content {
  background: #fff;
  left: 50%;
  padding: 70px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  border-radius: 10px;
  min-width: 800px;
  max-height: 70%;
}


.modal__content.scroll_ver {
  padding: 50px;
}

.modal__content.long_ver .modal_ttl {
  margin-top: 0;
}

.modal__content .long {
  height: 60vh;
  overflow: hidden;
  overflow-y: scroll;
}

@media screen and (max-width:768px) {

  .modal__content .long_sp_only,
  .modal__content .scroll_sp_only {
    height: 55vh;
    overflow: hidden;
    overflow-y: scroll;
  }

  .modal__content {
    height: 80vh;
    /*    overflow-y: scroll;*/
  }
}

.modal__content.long_ver .modal_box,
.modal__content.scroll_ver .modal_box {
  padding-right: 10px;
}

.modal_ttl {
  display: flex;
  width:100%;
  font-size: 30px;
  font-weight: bold;
}

.modal_ttl span.tilt {
  margin-right: 20px;
  width: 45px;
  height: 45px;
}

.js-modal-close.close-btn {
  border: 2px solid #007FC5;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  display: block;
  position: absolute;
  top: 30px;
  right: 30px;
}

.js-modal-close.close-btn:before {
  content: "";
  width: 31px;
  height: 2px;
  background: #007FC5;
  position: absolute;
  top: 24px;
  right: 9px;
  transform: rotate(45deg);
}

.js-modal-close.close-btn:after {
  content: "";
  width: 31px;
  height: 2px;
  background: #007FC5;
  position: absolute;
  top: 24px;
  right: 9px;
  transform: rotate(-45deg);
}

.modal_box {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
}

.modal_box .modal_box_img {
  width: 48%;
}

.modal_box .modal_box_img img {
  width: 100%;
}

.modal_box .modal_box_img.tall {
  text-align: center;
}

.modal_box .modal_box_img.tall img {
  width: 36%;
}

.modal_box_txt {
  width: 48%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.modal_box_txt dl dt {
  font-weight: bold;
}

.modal_box_txt .sousa dd {
  margin-bottom: 20px;
}

.modal_box_txt .sousa .caution {
  font-size: 12px;
}

.op_btn span {
  background: #E3C400;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  border-radius: 30px;
  padding: 4px 25px;
  margin-right: 10px;
}

.op_btn span.option,
.op_btn.dtl02 span.option,
.op_btn.dtl03 span.option,
.op_btn.dtl04 span.option,
.op_btn.dtl04 span.option {
  background: #b8b8b8;
}

.op_btn span.option_other {
  background: #007FC5;
}

.op_btn.dtl02 span {
  background: #41A169;
}

.op_btn.dtl03 span {
  background: #FFA251;
}

.op_btn.dtl04 span {
  background: #F33A00;
}

.modal_btn_area {
  margin-top: 50px;
}

.modal_btn_area .btn_contact {
  width: 400px;
  margin: 0 auto;
}

.modal_btn_area .btn_contact a,.modal_btn_area .btn_contact b {
  padding: 20px 0;
  font-size: 20px;
}

.modal_btn_area .btn_contact a:before,.modal_btn_area .btn_contact b:before {
  padding-right: 15px;
  border-width: 7px 0 7px 12.1px;
}

.modal_ttl .dtl01_d2,
.modal_ttl .dtl02_c2,
.modal_ttl .dtl03_c2,
.modal_ttl .dtl04_d2 {
  margin-left: 30px;
}

/*1200px以下のモーダルははスマホ仕様にする*/
@media screen and (max-width:1200px) {

  .modal__content {
    background: #fff;
    padding: 30px;
    position: absolute;
    min-width: 630px;
    max-height: 90%;
  }

  @media screen and (max-width:768px) {
    .modal__content {
      background: #fff;
      left: 3%;
      padding: 30px 10px 10px;
      position: absolute;
      transform: none;
      top: 5%;
      min-width: 94%;
      max-height: 90%;
    }

    .op_btn span {
      font-size: 95%;
      padding: 3px 19px;
    }

    .sp_center {
      text-align: center;
    }
  }

  .modal_ttl {
    flex-direction: column;
    font-size: 18px;
    align-items: center;
  }

  .modal_ttl .dtl01_d2,
  .modal_ttl .dtl02_c2,
  .modal_ttl .dtl03_c2,
  .modal_ttl .dtl04_d2 {
    margin-left: 0;
  }

  .modal_box {
    display: block;
    margin-top: 10px;
  }

  .modal_box .modal_box_img {
    width: 100%;
  }

  .modal_box_txt {
    width: 100%;
    align-items: center;
  }

  .js-modal-close.close-btn {
    border: none;
  }

  .js-modal-close.close-btn {
    top: 10px;
    right: 10px;
  }

  .js-modal-close.close-btn:before,
  .js-modal-close.close-btn:after {
    background: #d1d1d1;
    height: 3px;
    width: 25px;
  }

  .op_btn {
    margin-top: 20px;
  }

  .modal_btn_area {
    margin-top: 25px;
  }

  .modal_btn_area .btn_contact {
    width: 94%;
    margin-bottom: 30px;
  }

  .modal_btn_area .btn_contact a,.modal_btn_area .btn_contact b {
    padding: 12px 0;
    font-size: 15px;
  }

  .modal_ttl {
    text-align: center;
  }

  .modal_ttl > span {
    margin-bottom: 10px;
  }

  .modal_ttl span.tilt {
    margin-right: 0;
  }

  .modal_ttl span {
    margin-right: 0;
  }
}

/*使用例ほか*/
.box_l span {
  display: block;
  margin-bottom: 20px;
}

.box_l {
  margin-bottom: 40px;
}


.box_l.dtl03,
.box_l.dtl04 img {
  width: auto;
}

.box div.box_r .box_r_dtl {
  padding-left: 40px;
}

.box div.box_r.dtl03 .box_r_dtl,
.box div.box_r.dtl04 .box_r_dtl {
  padding-left: 0;
}

.box div.box_r.dtl01 img {
  width: 40%;
}

.box div.box_r.dtl03 img {
  width: auto;
  padding-top: 52px;
}

.box_r_dtl ul {
  margin-top: 20px;
}

.box_r_dtl ul li:before {
  content: "・";
}

@media screen and (max-width:768px) {
  .box div img {
    width: 100%;
  }

  .box_l {
    width: 100%;
  }

  .box div.box_r .box_r_dtl {
    padding-left: 0;
  }

  .box div.box_r .box_r_dtl_img {
    text-align: center;
  }

  .box div.box_r img {
    width: 50%;
  }

  .box_l.dtl03 img,
  .box div.box_r.dtl03 img,
  .box_l.dtl04 img,
  .box div.box_r.dtl04 img {
    width: 100%;
    padding-top: 0;
  }

  .calc_area p span {
    padding: 2px;
  }

  .box_r.ex_dtl01 {
    margin-bottom: 40px;
  }
}

/*AMRスマホ説明*/
@media screen and (max-width:768px) {
  .dtl04_txt {
    margin-top: 30px;
    padding: 25px 0;
    background: rgba(243,58,0,0.33);
  }
}

/*ios横スクロール防止*/
@media screen and (max-width:768px) {
  .sp_contact_hd,
  .multi_bear,
  .cl_bg_gly .inner,
  .bg_01_bg .inner {
    overflow: hidden;
  }
}
@media screen and (max-width:320px) {
  .logo a {
    width: 50px;
    height: 45px;
  }

  .logo img {
    margin-top: -10px;
  }

  .sp_nav_tel.sp {
    width: calc(100% - 140px);
  }

  .btn_2th li a {
    padding: 20px 40px 20px 20px;
  }
}

/*荷ずりsafari改行防止*/
_::-webkit-full-page-media, _:future, :root .modal_ttl,.bar_abc li a p {
    word-break: keep-all;
}
@media screen and (max-width:768px){
  _::-webkit-full-page-media, _:future, :root .modal_ttl,.bar_abc li a p {
    word-break: normal;
  }
}
.amr_box{
  display: flex;
}
.amr_box .amr_arrow{
  display: flex;
  align-items: center;
    margin-left: -79px;
    margin-right: 50px;
}
.amr_box .amr_img{
  width:70%;
}
.amr_box .amr_img img{
  width:100%;
}

@media screen and (max-width:768px){
  .amr_box{
    display: block;
  }
  .amr_box .amr_arrow {
    display: block;
    margin:0;
    transform: rotate(90deg);
  }
  .amr_box .amr_arrow img{
    position: relative;
    width: 22%;
    left: 29%;
  }
  .amr_box .amr_img{
    width:90%;
    margin:0 auto;
  }

  .bunner_area {
    margin: 50px auto 50px;
  }
  
  .bunner_area .p {
    text-align: center;
    margin-bottom: 20px;
  }

  
}

/*----------------kumarift_210726-------------------*/
.banner_machine_room {
  text-align: center;
  margin: 80px 0px 50px 0px;
  }

img.banner_machine_room_pcHidden {
  width:100%;
  max-width: 100%;
  height: auto;
  }

.banner_machine_room_spHidden { 
  display:none;
  }
 
@media screen and (min-width:768px) { 
    .banner_machine_room_pcHidden { display:none;}
    .banner_machine_room_spHidden { display:inline;}
}

p.banner_machine_room {
  margin: 20px 0px 20px 0px;
}
/*----------------kumarift_210726-------------------*/