@charset "UTF-8";

html {
  scroll-behavior: smooth;
}

#lp {
  /* overflow: hidden; */
}

#lp :target {
  scroll-margin-top: 95px;
}

#lp .lp-inner {
  max-width: 1280px;
  margin: 0 auto;

}

#lp .pc-only {
  display: inline-block;
}

#lp .sp-only {
  display: none;
}

@media screen and (max-width: 768px) {
  #lp .kv h1 {
    width: 100%;
  }

  #lp .pc-only {
    display: none;
  }

  #lp .sp-only {
    display: inline-block;
  }

}

#lp .c-content-box {
  padding: 100px 0;
}

#lp .l-flex {
  display: flex;
  flex-wrap: wrap;
}

#lp .bg-blue {
  background: #202e80;
}

#lp .point01_img {
  width: 72.4%;
  margin: 55px auto 0;
}

#lp .point02.point-img-box {
  max-width: 730px;
  margin: 75px auto 0;
}

#lp .point01-btm_img {
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  #lp .c-content-box {
    padding: 50px 0;
  }
  #lp .point02.point-img-box {
    width: 100%;
  }
}

#lp .point02.point-img-box .point-img {
  width: calc((100% - 10px) / 3);
  margin-right: 5px;
}

#lp .point02.point-img-box .point-img:nth-child(3n) {
  margin-right: 0;
}

#lp .point03 .point-img {
  margin: 97px auto 0;
  width: 70%;
}

#lp .point03 .l-sec-lead-2 {
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  #lp .point03 .point-img {
    width: 100%;
  }
  #lp .point03 .l-sec-lead-2 {
    margin-bottom: 40px;
  }
}

#lp .point04 .point-img-box {
  justify-content: space-between;
  max-width: 645px;
  width: 100%;
  margin: 65px auto 0;
}

#lp .point04 .point-img-box .point-img {
  width: calc(50% - 25px);
}

#lp .point04 .point-img-box .point-img span {
  color: #fff;
  display: inline-block;
  width: 90%;
  text-align: right;
}

@media screen and (max-width: 768px) {
  #lp .point04 .c-content-box {
    padding-bottom: 0;
  }

  #lp .point04 .point-img-box .point-img {
    width: calc(50% - 6px);
  }
}

#lp .point04 .point-img-box .point-img:first-child {
  position: relative;
}

#lp .point04 .point-img-box .point-img:first-child::after {
  position: absolute;
  content: "▶";
  top: 42%;
  right: -25px;
  color: #fff;
  transform: translate(50%, -50%);
  line-height: 1;
}

@media screen and (max-width: 768px) {
  #lp .point04 .point-img-box .point-img:first-child::after {
    top: 43%;
    font-size: 12px;
    right: -6px;
  }
}

#lp .mt80 {
  margin-top: 80px;
}

#lp .cf_txt {
  margin-top: 50px;
}

#lp .point_btm {
  padding-bottom: 90px;
}


#lp .c-content-box--protective {
  background: url(../image/other01_bg.webp);
}


#lp .other02 {
  margin: 135px auto;
  justify-content: space-between;
}

#lp .other02 .c-with-img-box__img {
  max-width: 460px;
  width: 50%;
}

#lp .other02 .l-sec-lead-1+.c-with-img-box__img {
  max-width: 298px;
  margin: 0 auto;
}

#lp .other02 .c-with-img-box__cont {
  width: 50%;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  #lp .cf_txt {
    margin-bottom: 0;
  }

  #lp .other02 {
    margin: 50px auto;
  }

  #lp .other02 .c-with-img-box__img {
    margin-right: 0;
  }
}
#lp .l-sec .l-sec-sub-ttl {
  font-family: Oswald;
}
#lp .l-sec--other .c-content-box .blue_txt .l-sec-sub-ttl,
#lp .l-sec--other .c-content-box .blue_txt .l-sec-lead-1,
#lp .l-sec--other .c-content-box .blue_txt .l-sec-lead-2 {
  color: #192e77;
}

#lp .example-box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 27px;
  margin: 100px auto 0;
  max-width: 960px;
}

#lp .example_bnr {
  margin: 0 0 140px;
}

#lp .voice-box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 75px;
  margin: 25px 0 100px;
}

#lp .voice-box li {
  border-right: 2px solid #192E77;
  border-bottom: 2px solid #192E77;
  margin-top: 75px;
  padding-right: 14px;
  text-align: left;
  font-size: 20px;
}


#lp .voice-name {
  margin-bottom: 24px;
  font-weight: 600;
  color: #192E77;
}
#lp .voice-name-method {
  margin-bottom: 24px;
  font-size: 16px;
  color: #192E77;
}

#lp .voice-txt {
  line-height: 1.85;
  font-family: "Zen Kaku Gothic New","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo;
  display: block;
  font-weight: 400;
}

#lp .list-box {
  margin: 0 0;
}

#lp .users_voice {
  margin-bottom: 70px;
}

#lp .users_voice .l-sec-sub-ttl2 {
  color: #192e77;
}

@media screen and (max-width: 768px) {
  #lp .voice-box {
    grid-template-columns: 1fr;
  }

  #lp .l-sec--example2.users_voice .l-sec-sub-ttl2 {
    font-size: 3.72vw;
  }

  #lp .l-sec--equipment {
    padding-top: 70px;
  }

}

.l-sec--example .c-content-box .l-sec-sub-ttl,
.l-sec--example .c-content-box .l-sec-sub-ttl2,
.l-sec--example .c-content-box .l-sec-lead-1,
.l-sec--example .c-content-box .l-sec-lead-2 {
  color: #192e77;
}

#faq {
  margin-top: 174px;
}

#faq .faq-box {
  margin-bottom: 50px;
}

#faq .faq-box:last-of-type {
  border-bottom: none;
}

#faq .faq-box .number {
  color: #fff;
  font-size: 37px;
  display: inline-block;
  margin-left: 20px;
}

#faq .faq-box .number span {
  position: relative;
  z-index: 1;
  display: flex;
  padding: 10px 15px;
}

#faq .faq-box .number span::before {
  position: absolute;
  z-index: -1;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #192E77;
  transform: skewX(-15deg);
  top: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  #faq .faq-box .txt {
    width: 52%;
  }
}

#faq .faq-box .question {
  position: relative;
}

#faq .faq-box .question::after {
  position: absolute;
  width: 22px;
  height: 22px;
  /* 閉じている時 */
  content: "＋";
  font-size: 26px;
  color: #192E77;
  bottom: 50%;
  right: 20px;
}

#faq .faq-box .question.active::after {
  content: "×";
}

#faq .faq-box .question .txt {
  font-size: 18px;
  color: #192E77;
  display: flex;
  align-items: center;
  cursor: pointer;
}

#faq .faq-box .answer {
  display: none;
  margin-top: 32px;
}

#faq .faq-box .answer .number {
  color: #192E77;
}

#faq .faq-box .answer .number span::before {
  background: #fff;
  border: 2px solid #192E77;
}

#faq .faq-box .answer .txt {
  font-size: 16px;
  color: #192E77;
}

#lp .mv-bg {
  position: relative;
  z-index: 1;
}

#lp .mv-bg::before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 100%;
  max-width: 709px;
  height: 89.5vh;
  background-image: linear-gradient(0deg, #0D173C, #192E77);
  clip-path: polygon(23% 0, 100% 0, 100% 100%, 0% 100%);
  z-index: -1;
  /* transform: translate(100%, 0px); */
}

#lp .mv-inner {
  margin-right: 12.3%;
}

#lp .kv__catch-wrap {
  position: relative;
  z-index: 2;
}

#lp .kv__catch {
  padding-top: 77px;
  padding-bottom: 50px;
  text-align: right;
  font-size: 48px;
  line-height: 66px;
  margin-bottom: 0;
}

#lp .kv__txt {
  text-align: right;
  font-size: 20px;
  margin-bottom: 55px;
  color: #fff;
  line-height: 34px;
}

#lp .kv__point {
  max-width: 479px;
  margin-left: auto;
  transform: translate(10%, 0px);
}

#lp .kv__txt2 {
  max-width: 670px;
  width: 70%;
  box-sizing: border-box;
  margin: 33px 0;
  display: flex;
  justify-content: center;
  text-align: right;
  font-size: 23px;
  color: #fff;
  position: absolute;
  z-index: 2;
  right: 0;
  overflow: hidden;
  background: #192E77;
  clip-path: polygon(2% 0%, 100% 0%, 100% 100%, 0% 100%);
}



/* menu */
#lp .nav {
  padding: 27px 40px;
  position: sticky;
  top: 0;
  z-index: 5;
  background: #fff;
  display: flex;
}

#lp .nav-logo {
  max-width: 183.56px;
  width: 30%;
}

#lp .menu {
  display: flex;
  margin-left: auto;
}

#lp .menu .menu_item {
  display: flex;
  align-items: center;
  margin-right: 20px;
}

#lp .menu .menu_item a {
  font-family: 'Futura LT Pro', 'Medium Condensed Oblique';
  font-size: 14px;
  font-style: oblique;
  color: #192E77;
}

#lp .menu .menu_item a span {
  display: none;
}

#lp .menu .menu_item.contact-ank {
  margin-right: 0;
}

/* #lp .menu .menu_item:first-child {
  margin-left: auto;
} */
#lp .menu .menu_item.contact-ank {
  position: relative;
}

#lp .menu .menu_item.contact-ank a {
  display: block;
  padding: 12px 70px;

}


#lp .menu .menu_item.contact-ank::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid #192E77;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: skewX(-15deg);
  transition: all 0.3s;
  z-index: -1;
}

#lp .menu .menu_item.contact-ank a:hover {
  color: #fff;
}

#lp .menu .menu_item.contact-ank:hover::before {
  background: #192E77;
}

#lp .menu .menu_item.tel,
#lp .menu .menu_item.line {
  display: none;
}

/* /menu */

/* l-sec--equipment */
#lp .l-sec--equipment .l-sec-sub-ttl {
  display: none;
}

#lp .layer_img {
  margin: 0 auto;
  max-width: 960px;
}

#lp .explanation-box {
  color: #fff;
  font-family: "Zen Kaku Gothic New","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo;
}

#lp .explanation-ttl {
  margin-top: 40px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
  text-align: left;
  color: #fff;
}

#lp .explanation-txt {
  text-align: left;
  color: #fff;
}

#lp .l-sec--equipment {
  margin-bottom: 195px;
}

#lp .l-sec--equipment .l-flex {
  justify-content: space-between;
}

#lp .l-sec--equipment .c-with-img-box__cont {
  width: 50%;
  padding-top: 100px;
  padding-left: 0;

  box-sizing: border-box;
}

#lp .l-sec--equipment .c-with-img-box__img {
  margin-top: 35px;
  width: 45%;
}

#lp .l-sec--equipment .l-sec-lead-1 {
  text-align: left;
}

#lp .l-sec--equipment .l-sec-lead-2 {
  text-align: left;
}

/* /l-sec--equipment */


/* l-sec--example2 */
#lp .l-sec--example2 .blue_txt {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

#lp .l-sec--example2 .l-sec-sub-ttl2 {
  font-size: 20px;
  margin-bottom: 20px;
  font-family: 'Oswald',"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo;
  letter-spacing: 0.02em;
}

#lp .l-sec--example2 .l-sec-sub-ttl2.-squea::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 5px;
  background: #192e77;
  vertical-align: middle;
}

#lp .l-sec--example2 .l-sec-lead-2 {
  text-align: left;
}

#lp .l-sec--example2 .l-sec-lead-2 span {
  font-size: 12px;
}

#lp .l-sec--example2 .example-box {
  margin: 32px 0 110px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

#lp .l-sec--example2 .example-box:last-child {
  margin-bottom: 0;
}

/* /l-sec--example2 */


/* l-sec--overseas */
#lp .l-sec.l-sec--overseas {
  padding-bottom: 90px;
}

#lp .l-sec--overseas .wrap {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

#lp .l-sec--overseas .l-sec-sub-ttl {
  display: none;
}

#lp .l-sec--overseas .c-with-img-box {
  justify-content: space-between;
}

#lp .l-sec--overseas .c-with-img-box__cont {
  width: 50%;
  padding-top: 100px;
  padding-left: 12.5%;

  box-sizing: border-box;
}

#lp .l-sec--overseas .c-with-img-box__img {
  margin-top: 35px;
  width: 41.6%;
}

#lp .l-sec--overseas .l-sec-lead-1 {
  text-align: left;
}

#lp .l-sec--overseas .l-sec-lead-2 {
  text-align: left;
  margin-bottom: 0;
}

#lp .l-sec--overseas .overseas-box:last-child .l-sec-lead-2 {
  margin-bottom: 30px;
}

#lp .l-sec--overseas .overseas-box {
  margin-top: 97px;
}

#lp .l-sec--overseas .overseas-box:first-of-type {
  border: 3px solid #192E77;
}

#lp .l-sec--overseas .overseas-box:first-of-type .c-with-img-box__cont {
  margin: 0 0 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 53%;
}

#lp .l-sec--overseas .overseas-box .c-with-img-box__cont {
  padding-top: 0;
  padding-left: 0;
}

#lp .l-sec--overseas .overseas-box .c-with-img-box__img {
  margin-top: 0;
}

#lp .l-sec--overseas .overseas-box .c-btn {
  margin: 45px 0 auto;
}

#lp .l-sec--overseas .l-sec-lead-3 {
  text-align: left;
  font-size: 32px;
  color: #192E77;
  margin-bottom: 45px;
  line-height: 50px;
  font-weight: 600;
}

#lp .l-sec--overseas .link-btn {
  position: relative;
  max-width: 221px;
}

#lp .l-sec--overseas .link-btn::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid #192E77;
  background: #192E77;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: skewX(-15deg);
  transition: all 0.3s;
  z-index: -1;
}

#lp .l-sec--overseas .link-btn a {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 8px 0;
  color: #fff;
  z-index: 1;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#lp .l-sec--overseas .link-btn:hover::before {
  background: #fff;
}

#lp .l-sec--overseas .link-btn a:hover {
  color: #192E77;
}

/* /l-sec--overseas */


/* l-sec--rubberdip */
#lp .l-sec--rubberdip {
  padding: 100px 0;
  background: #50002d;
  background: -moz-linear-gradient(#E4007F 0%, #50002d 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#E4007F), to(#50002d));
  background: -webkit-linear-gradient(#E4007F 0%, #50002d 100%);
  background: -o-linear-gradient(#E4007F 0%, #50002d 100%);
  background: linear-gradient(#E4007F 0%, #50002d 100%);
}

#lp .l-sec--rubberdip h2 {
  margin: 0 auto;
  max-width: 960px;
}

#lp .l-sec--rubberdip .c-with-img-box {
  margin: 80px 0 0;
  justify-content: space-between;
}

#lp .l-sec--rubberdip .c-with-img-box__cont {
  padding-left: 12.5%;
  width: 38%;
  margin-bottom: 16px;
}

#lp .l-sec--rubberdip .c-with-img-box__cont h3,
#lp .l-sec--rubberdip .c-with-img-box__cont p {
  color: #fff;
  max-width: 520px;
}

#lp .l-sec--rubberdip .c-with-img-box__cont p {
  font-size: 15px;
}

#lp .l-sec--rubberdip .c-with-img-box__img {
  width: 49%;
}

#lp .l-sec--rubberdip .c-btn a {
  color: #fff;
  border: 1px solid #fff;
}

#lp .l-sec--rubberdip .wrap {
  padding-left: 12.5%;
  padding-right: 21%;
}

#lp .l-sec--rubberdip .l-sec-lead-2 {
  margin-bottom: 0;
}

#lp .l-sec--rubberdip .l-sec-lead-3 {
  margin-bottom: 30px;
  font-size: 26px;
  text-align: center;
  position: relative;
  color: #fff;
}

#lp .l-sec--rubberdip .l-sec-lead-3::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #0B0B0B;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: skewX(-15deg);
  transition: all 0.3s;
  z-index: 0;
}

#lp .l-sec--rubberdip .l-sec-lead-3 span {
  position: relative;
  z-index: 2;
}

#lp .l-sec--rubberdip .dip-bottom__img {
  max-width: 517px;
  margin-left: auto;
}

#lp .l-sec--rubberdip .dip-bottom__img img {
  margin-left: 3.3%;
}

#lp .l-sec--rubberdip .c-btn {
  margin-top: 82px;
}

#lp .l-sec--rubberdip .c-btn a::after {
  width: 1em;
  height: 1em;
  background: url(../image/icon_link.svg) center/contain no-repeat;
}

/* /l-sec--rubberdip */


/* l-sec--contact */
#lp .l-sec--contact {
  background: url(../image/contact_bg.webp);
  background-size: cover;
}

#lp .contact-lead {
  font-size: 24px;
  line-height: 46px;
  color: #fff;
  text-align: center;
}

#lp .contact-inner {
  margin: 30px 10% 90px;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
}

#lp .contact-form {
  padding: 74px 0 30px;
}

#lp .contact-form dl {
  display: flex;
  align-items: flex-start;
  margin-bottom: 27px;
}

#lp .contact-form dt {
  width: 230px;
  display: flex;
  align-items: center;
}

#lp .contact-form dt .hisu {
  margin-right: 8%;
  padding: 5px 10px;
  display: inline-block;
  background: #CB2217;
  color: #fff;
  margin-left: 15px;
}

#lp .contact-form dd input,
#lp .contact-form dd textarea {
  width: 364px;
  line-height: 2;
  border-radius: 5px;
  border: #ccc;
  border: 1px solid #ccc;
}

#lp .contact-form dd input {
  line-height: 2.5;
}

#lp .contact-form .c-btn--submit {
  position: relative;
}

#lp .contact-form .c-btn--submit::after {
  position: absolute;
  top: 40%;
  right: 20%;
  content: "";
  width: 40px;
  height: 8px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: skew(45deg);
}

#lp .contact-form .c-btn--submit input {
  background: #CB2217;
  border: 1px solid #CB2217;
  height: 63px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  padding: 0 80px 0 40px;
  color: #fff;
  letter-spacing: 2em;
  text-align: center;
}

/* /l-sec--contact */



/* l-sec--address */
#lp .l-sec--address {
  padding-bottom: 67px;
}

#lp .address-wrap {
  /* padding: 55px 0; */
}

#lp .address-cont {
  width: 49%;
  padding: 55px 0;
}
#lp .address-cont:first-child {
  border-right: 1px solid #fff;
}

#lp .address-cont * {
  color: #fff;
  text-align: center;
}

#lp .tel-box .address-cont__txt {
  font-size: 24px;
  line-height: 46px;
  margin-bottom: 50px;
}

#lp .tel-box .address-cont__img img {
  max-width: 36px;
  max-height: 48px;
  margin-right: 9px;
  transform: translateY(-13%);
}

#lp .tel-box .address-cont__img a {
  font-size: 50px;
  line-height: 58px;
  font-style: italic;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  letter-spacing: 0.04em;
}

#lp .line-box .address-cont__txt {
  font-size: 24px;
  line-height: 46px;
  margin-bottom: 32px;
}

#lp .line-box .address-cont__img {
  justify-content: center;
}

#lp .line-box .address-cont__img-qr {
  max-width: 102px;
  margin-right: 6.72%;
}

#lp .line-box .address-cont__img-friend {
  max-width: 198px;
  align-items: center;
}


#lp .management {
  margin-top: 60px;
  justify-content: space-evenly;
}

#lp .management-data__ttl {
  width: 100%;
  margin-bottom: 37px;
}

#lp .management-data__add {
  width: 100%;
  font-family: "Zen Kaku Gothic New","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo;
  font-weight: 500;
}

#lp .management-data__add p:first-child {
  font-weight: bold;
  margin-bottom: 10px;
}

/* /l-sec--address */

#lp .lp-video {
  margin-top: 50px;
}

#lp .lp-video video {
  width: 100%;
  height: 100%;
}


/* ------------------------
       モーダル
------------------------ */
/*全て共通：hideエリアをはじめは非表示*/
.hide-area {
  display: none;
}

/*全て共通：モーダルのボタンの色を変更したい場合*/
.modaal-close:after,
.modaal-close:before {
  background: #ccc;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
  background: #666;
}

/*確認を促すモーダル：タイトルの色を変更したい場合*/
#modaal-title {
  font-size: 1.2rem;
  text-align: center;
  margin: 0 0 20px 0;
}

/* ------------------------
       モーダル ///
------------------------ */

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


  #lp .c-btn {
    max-width: 100%;
  }

  #lp .nav {
    padding: 20px 20px;
  }

  #lp .menu {
    display: none;
    /* 仮組み中 */
  }

  .l-sec .l-container {
    width: calc(100% - (4.65% * 2));
  }

  .l-sec .l-sec-ttl-wrap {
    margin-bottom: 50px;
    align-items: center;
    padding: 0 4.6%;
  }

  .l-sec .l-sec-ttl-wrap .l-sec-ttl {
    margin-bottom: 0;
    font-size: 7.9vw;
    /* display: flex; */

    display: initial;
    align-items: center;
  }

  .l-sec .l-sec-ttl-wrap--r .l-sec-ttl {
    flex-direction: row;
  }

  .l-sec .l-sec-ttl-wrap .l-sec-ttl__sub {
    font-size: 3.25vw;
    padding-right: 0;
    padding-left: 5.11%;

    vertical-align: middle;

  }

  .l-sec .l-sec-lead-1 {
    font-size: 5.58vw;
  }

  .l-sec .l-sec-lead-2 {
    font-size: 3.7vw;
  }

  .l-sec .l-sec-sub-ttl {
    font-size: 10.46vw;
  }

  .l-sec .l-sec-sub-ttl__sub {
    font-size: 3.72vw;
  }

  #lp .point01_img,
  #lp .point02.point-img-box {
    width: 100%;
  }

  #lp #cont03 .l-sec-ttl {
    font-size: 6.0vw;
  }

  #lp #cont03 .l-sec-ttl__sub {
    font-size: 3.0vw;
  }


  #lp .other02 {
    margin: 70px auto;
  }

  #lp .other02 .c-with-img-box__img {
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  #lp .other02 .c-with-img-box__cont {
    width: 100%;
  }

  #lp .other02 .l-sec-lead-1+.c-with-img-box__img {
    max-width: 100%;
    width: 100%;
    margin: -10% auto 0;
  }

  #lp .l-sec--other .c-content-box .blue_txt .l-sec-sub-ttl,
  #lp .l-sec--other .c-content-box .blue_txt .l-sec-lead-1,
  #lp .l-sec--other .c-content-box .blue_txt .l-sec-lead-2 {
    color: #192e77;
  }

  #lp .example-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 27px;
    margin: 50px auto;
    max-width: 960px;
  }

  #lp .example_bnr {
    margin: 0 0 140px;
  }

  #lp .voice-box {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 75px;
    margin: 25px 0 100px;
  }

  #lp .voice-box li {
    border-right: 2px solid #192E77;
    border-bottom: 2px solid #192E77;
    margin-top: 75px;
    padding-right: 23px;
    padding-bottom: 23px;
    text-align: left;
    font-size: 16px;
  }

  #lp .voice-box li:first-child {
    margin-top: 0;
  }

  #lp .voice-name {
    margin-bottom: 20px;
  }

  #lp .list-box {
    overflow-x: scroll;
  }

  #lp .list-img {
   width: 200%;
   max-width: 730px;
  }


  .l-sec--example .c-content-box .l-sec-sub-ttl,
  .l-sec--example .c-content-box .l-sec-sub-ttl2,
  .l-sec--example .c-content-box .l-sec-lead-1,
  .l-sec--example .c-content-box .l-sec-lead-2 {
    color: #192e77;
  }

  #faq {
    margin-top: 96px;
  }

  #faq .faq-box:last-of-type {
    border-bottom: none;
  }

  #faq .faq-box .number {
    color: #fff;
    font-size: 37px;
    display: inline-block;
    margin-left: 20px;
  }

  #faq .faq-box .number span {
    position: relative;
    z-index: 1;
    display: flex;
    padding: 10px 15px;
  }

  #faq .faq-box .number span::before {
    position: absolute;
    z-index: -1;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #192E77;
    transform: skewX(-15deg);
    top: 0;
    left: 0;
  }

  #faq .faq-box .txt {
    width: 82%;
  }

  #faq .faq-box .question {
    position: relative;
  }

  #faq .faq-box .question::after {
    position: absolute;
    width: 22px;
    height: 22px;
    /* 閉じている時 */
    content: "＋";
    font-size: 26px;
    bottom: 50%;
    right: 20px;
  }

  #faq .faq-box .question.active::after {
    content: "×";
  }

  #faq .faq-box .question .txt {
    font-size: 18px;
    color: #192E77;
    display: flex;
    align-items: center;
    cursor: pointer;
  }

  #faq .faq-box .answer {
    display: none;
    margin-top: 32px;
  }

  #faq .faq-box .answer .number {
    color: #192E77;
  }

  #faq .faq-box .answer .number span::before {
    background: #fff;
    border: 2px solid #192E77;
  }

  #faq .faq-box .answer .txt {
    font-size: 16px;
    color: #192E77;
  }

  #lp .mv-bg {
    position: relative;
    z-index: 1;
  }

  #lp .mv-bg::before {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 100%;
    max-width: 709px;
    height: 123%;
    max-height: 720px;
    background-image: linear-gradient(0deg, #0D173C, #192E77);
    clip-path: polygon(23% 0, 100% 0, 100% 100%, 0% 100%);
    z-index: -1;
    /* transform: translate(100%, 0px); */
  }

  #lp .mv-inner {
    margin-right: 4.65%;
    margin-top: -146px;
  }

  #lp .kv__catch-wrap {
    position: relative;
    z-index: 2;
  }

  #lp .kv__catch {
    padding-top: 44px;
    font-size: 6.04vw;
    line-height: 1.4em;
  }

  #lp .kv__txt {
    font-size: 3.72vw;
    line-height: 1.6em;
  }

  #lp .kv__point {
    width: 80%;
    margin-left: auto;
    transform: translate(0px, 0px);
  }

  #lp .kv__txt2 {
    width: 90%;
  }



  /* menu */
  #lp .nav {
    padding: 20px 4.6%;
    position: sticky;
    top: 0;
    z-index: 5;
    background: #fff;
    display: flex;
    flex-direction: column;
    /* 仮組み中 */
    /* display: none; */
  }



  #lp .nav-logo {
    max-width: 183.56px;
    width: 30%;
  }

  #lp .menu {
    display: none;
    margin-left: auto;
    flex-direction: column;
    height: 90vh;
    width: 100%;

  }

  #lp .nav.active {
    height: 100vh;
  }

  #lp .active .menu {
    display: flex;
  }


  #lp .menu .menu_item {
    height: 100%;
    width: 100%;
    display: inline-block;
    margin-right: 0;
    margin-bottom: 6%;
  }

  #lp .menu .menu_item:first-child {
    margin-top: 15%;
  }

  #lp .menu .menu_item.contact-ank {
    margin-bottom: 15%;
  }

  #lp .menu .menu_item a {
    font-size: 7.90vw;
    display: block;
  }

  #lp .menu .menu_item a span {
    display: inherit;
    font-size: 3.25vw;
  }

  #lp .menu .menu_item.contact-ank {
    margin-right: 0;
  }

  #lp .menu .menu_item.contact-ank a {
    padding: 12px 0;

  }


  #lp .menu .menu_item.contact-ank::before {
    display: none;
  }

  #lp .menu .menu_item.contact-ank a:hover {
    color: #192E77;
  }

  #lp .menu .menu_item.contact-ank:hover::before {
    background: #192E77;
  }

  #lp .menu .menu_item.tel,
  #lp .menu .menu_item.line {
    display: block;
  }

  #lp .menu .menu_item_logo {
    width: 10%;
  }

  #lp .menu .tel.menu_item a {
    display: flex;
  }

  /* ハンバーガーメニュー */
  /*==================================================
    　5-2-1 3本線が×に
    ===================================*/
  /*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
  .hamburger {
    position: fixed;
    right: 5%;
    top: 10px;
  }

  .openbtn1 {
    position: relative;
    /*ボタン内側の基点となるためrelativeを指定*/
    background: #fff;
    cursor: pointer;
    width: 50px;
    height: 50px;
    right: 5%;
  }

  /*ボタン内側*/
  .openbtn1 span {
    display: inline-block;
    transition: all .4s;
    /*アニメーションの設定*/
    position: absolute;
    left: 14px;
    height: 2px;
    border-radius: 2px;
    background: #ccc;
    width: 45%;
  }

  .openbtn1 span:nth-of-type(1) {
    top: 15px;
  }

  .openbtn1 span:nth-of-type(2) {
    top: 23px;
  }

  .openbtn1 span:nth-of-type(3) {
    top: 31px;
  }

  /*activeクラスが付与されると線が回転して×に*/

  .openbtn1.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
  }

  .openbtn1.active span:nth-of-type(2) {
    opacity: 0;
    /*真ん中の線は透過*/
  }

  .openbtn1.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
  }

  /* //ハンバーガーメニュー */





  /* /menu */

  /* l-sec--equipment */
  #lp .layer_img {
    margin: 0 auto;
    max-width: 761px;
  }

  #lp .explanation-box {
    color: #fff;
  }

  #lp .explanation-ttl {
    margin-top: 40px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
    text-align: left;
    color: #fff;
  }

  #lp .explanation-txt {
    text-align: left;
    color: #fff;
    font-size: 14px;
  }



  #lp .l-sec--equipment .l-sec-sub-ttl {
    display: block;
  }



  #lp .l-sec--equipment .l-flex {
    justify-content: space-between;
  }

  #lp .l-sec--equipment .c-with-img-box__cont {
    width: 100%;
    padding-top: 50px;
    padding-left: 0;

    box-sizing: border-box;
  }

  #lp .l-sec--equipment .c-with-img-box__img {
    margin-top: 35px;
    width: 100%;
  }

  #lp .l-sec--equipment .l-sec-lead-1 {
    text-align: center;
  }

  #lp .l-sec--equipment .l-sec-lead-2 {
    text-align: center;
  }

  /* /l-sec--equipment */


  /* l-sec--example2 */
  #lp .l-sec--example2 .blue_txt {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
  }

  #lp .l-sec--example2 .l-sec-sub-ttl2 {
    font-size: 6.97vw;
    margin-bottom: 13.5px;
  }

  #lp .l-sec--example2 .l-sec-lead-2 {
    text-align: left;
  }

  #lp .l-sec--example2 .l-sec-lead-2 span {
    font-size: 12px;
  }

  #lp .l-sec--example2 .example-box {
    margin: 32px 0 80px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  #lp .l-sec--example2 .example-box:last-child {
    margin-bottom: 0;
  }

  /* /l-sec--example2 */


  /* l-sec--overseas */
  #lp .l-sec.l-sec--overseas {
    padding-bottom: 90px;
  }

  #lp .l-sec--overseas .l-sec-sub-ttl {
    display: block;
  }


  #lp .l-sec--overseas .wrap {
    padding: 0 4.51%;
  }

  #lp .l-sec--overseas .c-with-img-box {
    justify-content: space-between;
  }

  #lp .l-sec--overseas .c-with-img-box__cont {
    width: 100%;
    padding-top: 33px;
    padding-left: 0;

    box-sizing: border-box;
  }

  #lp .l-sec--overseas .c-with-img-box__img {
    margin-top: 0;
    width: 100%;
  }

  #lp .l-sec--overseas .l-sec-lead-1 {
    text-align: center;
    font-size: 5.0vw;
  }

  #lp .l-sec--overseas .l-sec-lead-2 {
    text-align: center;
    margin-bottom: 0;
    padding: 0 5% 20px;
    white-space: normal;
    font-size: 3.4vw;
  }
  #lp .l-sec--overseas .overseas-box .l-sec-lead-2 {
    font-size: 3.0vw;
  }


  #lp .l-sec--overseas .overseas-box:last-child .l-sec-lead-2 {
    margin-bottom: 30px;
  }

  #lp .l-sec--overseas .overseas-box {
    margin-top: 80px;
  }

  #lp .l-sec--overseas .overseas-box .l-sec-lead-2 {
    text-align: left;
  }

  #lp .l-sec--overseas .overseas-box:first-of-type {
    margin-top: 66px;
  }

  #lp .l-sec--overseas .overseas-box:first-of-type .c-with-img-box__cont {
    margin: 0 0 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  #lp .l-sec--overseas .overseas-box:first-of-type .c-with-img-box__cont .l-sec-lead-3 {
    margin-left: 0;
    margin: 40px auto;
    white-space: normal;
    line-height: 1.67;
  }

  #lp .l-sec--overseas .overseas-box .c-with-img-box__cont {
    padding-top: 0;
    padding-left: 0;
  }

  #lp .l-sec--overseas .overseas-box .c-with-img-box__img {
    margin-top: 0;
  }

  #lp .l-sec--overseas .c-with-img-box__img.overseas01_img {
    padding: 0 4.51%;
  }

  #lp .l-sec--overseas .overseas-box .c-btn {
    margin: 45px 0 auto;
  }

  #lp .l-sec--overseas .l-sec-lead-3 {
    text-align: left;
    font-size: 5.58vw;
    color: #192E77;
    margin-bottom: 45px;
    line-height: 50px;
    margin: 20px 0;
  }

  #lp .l-sec--overseas .link-btn {
    position: relative;
    max-width: 221px;
  }

  #lp .l-sec--overseas .link-btn::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border: 2px solid #192E77;
    background: #192E77;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: skewX(-15deg);
    transition: all 0.3s;
    z-index: -1;
  }

  #lp .l-sec--overseas .link-btn:hover::before {
    background: #fff;
  }

  #lp .l-sec--overseas .link-btn a:hover {
    color: #192E77;
  }

  #lp .l-sec--overseas .estimate .l-sec-lead-3 {
    text-align: center;
    line-height: 1.67;
  }

  #lp .l-sec--overseas .estimate .c-with-img-box__cont,
  #lp .l-sec--overseas .estimate .c-with-img-box__img {
    width: 50%;
  }

  #lp .l-sec--overseas .estimate .link-btn.sp {
    margin: 0 auto;
  }

  /* /l-sec--overseas */


  /* l-sec--rubberdip */
  #lp .l-sec--rubberdip {
    padding: 50px 0;
    background: #50002d;
    background: -moz-linear-gradient(#E4007F 0%, #50002d 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#E4007F), to(#50002d));
    background: -webkit-linear-gradient(#E4007F 0%, #50002d 100%);
    background: -o-linear-gradient(#E4007F 0%, #50002d 100%);
    background: linear-gradient(#E4007F 0%, #50002d 100%);
  }

  #lp .l-sec--rubberdip h2 {
    margin: 0 auto;
    max-width: 960px;
    padding: 0 4.51%;
  }

  #lp .l-sec--rubberdip .c-with-img-box {
    margin: 50px 0 0;
    justify-content: space-between;
  }

  #lp .l-sec--rubberdip .c-with-img-box__cont {
    padding-left: 0;
    width: 100%;
    margin-bottom: 16px;
    padding: 0 4.51%;
  }

  #lp .l-sec--rubberdip .c-with-img-box__cont h3 {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #lp .l-sec--rubberdip .c-with-img-box__cont h3,
  #lp .l-sec--rubberdip .c-with-img-box__cont p {
    color: #fff;
    max-width: 100%;
    width: 100%;
    font-size: 4.41vw;
  }

  #lp .l-sec--rubberdip .c-with-img-box__cont p {
    font-size: 3.40vw;
  }

  #lp .l-sec--rubberdip .c-with-img-box__img {
    width: 87%;
    margin-bottom: 20px;
    margin-left: auto;
  }

  #lp .l-sec--rubberdip .dip-bottom__img img {
    margin-left: 0.3%;
  }

  #lp .l-sec--rubberdip .c-btn a {
    color: #fff;
    border: 1px solid #fff;
  }

  #lp .l-sec--rubberdip .wrap {
    padding-left: 12.5%;
    padding-right: 21%;
  }

  #lp .l-sec--rubberdip .l-sec-lead-2 {
    margin-bottom: 0;
  }

  #lp .l-sec--rubberdip .l-sec-lead-3 {
    margin-bottom: 30px;
    font-size: 26px;
    text-align: center;
    position: relative;
    color: #fff;
  }

  #lp .l-sec--rubberdip .l-sec-lead-3::before {
    content: "";
    display: block;
    width: 90%;
    height: 100%;
    background: #0B0B0B;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 5%;
    right: 0;
    bottom: 0;
    transform: skewX(-15deg);
    transition: all 0.3s;
    z-index: 0;
  }

  #lp .l-sec--rubberdip .l-sec-lead-3 span {
    position: relative;
    z-index: 2;
  }

  #lp .l-sec--rubberdip .dip-bottom__img {
    max-width: 517px;
    margin-left: auto;
  }

  #lp .l-sec--rubberdip .c-btn {
    margin: 50px auto 0;
  }

  #lp .l-sec--rubberdip .c-btn a::after {
    width: 1em;
    height: 1em;
    background: url(../image/icon_link.svg) center/contain no-repeat;
  }

  /* /l-sec--rubberdip */


  /* l-sec--contact */
  #lp .contact-lead {
    font-size: 4.18vw;
  }

  #lp .contact-inner {
    width: calc(100% - 40px);
    margin: 30px auto 0;
  }

  #lp .contact-form {
    padding: 54px 20px 23px;
    width: 100%;
  }

  #lp .contact-form dl {
    display: block;
  }

  #lp .contact-form dt {
    width: 100%;
    justify-content: flex-start;
    margin-bottom: 10px;
  }

  #lp .contact-form dt .hisu {
    margin-left: 20px;
    margin-right: 0;
  }

  #lp .contact-form dd input,
  #lp .contact-form dd textarea {
    width: 100%;
    box-sizing: border-box;
  }

  #lp .contact-form .c-btn--submit input ,
  #lp .c-btn a {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20% 0 8%;
  }
  /* /l-sec--contact */



  /* l-sec--address */
  #lp .l-sec--address {
    padding-bottom: 0;
  }

  #lp .address-wrap {
    /* padding: 55px 0; */
  }

  #lp .address-cont {
    width: 100%;
  }
  #lp .address-cont:first-child {
    border-right: none;
    padding-bottom: 0;
  }
  
  #lp .address-cont * {
    color: #fff;
    text-align: center;
  }

  #lp .tel-box .address-cont__txt {
    font-size: 18px;
    line-height: 46px;
    margin-bottom: 10px;
  }

  #lp .tel-box .address-cont__img {
    margin-bottom: 50px;
  }

  #lp .tel-box .address-cont__img img {
    max-width: 36px;
    max-height: 48px;
    margin-right: 9px;
    transform: translateY(-13%);
  }

  #lp .tel-box .address-cont__img a {
    font-size: 44px;
    line-height: 58px;
    font-style: oblique;
  }
  #lp .line-box {
    padding-top: 0;
  }
  #lp .line-box .address-cont__txt {
    font-size: 18px;
    line-height: 46px;
    margin-bottom: 18px;
    padding-top: 50px;
    border-top: 1px solid #fff;
  }

  #lp .line-box .address-cont__img {
    justify-content: center;
  }

  #lp .line-box .address-cont__img-qr {
    max-width: 102px;
    margin-right: 6.72%;
  }

  #lp .line-box .address-cont__img-friend {
    max-width: 198px;
    align-items: center;
  }


  #lp .management {
    margin-top: 60px;
    justify-content: center;
  }

  #lp .management-data__ttl {
    width: 100%;
    margin-bottom: 37px;
    justify-content: center;
  }

  #lp .management-data__add {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
    font-size: 14px;
  }

  #lp .management-data__add p:first-child {
    font-size: 16px;
  }

  #lp .management-map {
    width: 100%;
  }

  #lp .management-map iframe {
    width: 100%;
  }
  /* /l-sec--address */

}

.c-btn a::after {
  background: url(../image/icon_down.svg) center/contain no-repeat;
}

/* スクロールの幅の設定 */
.list-box::-webkit-scrollbar {
  width: 10px;
  height: 10px;
 }
  
 /* スクロールの背景の設定 */
 .list-box::-webkit-scrollbar-track {
  border-radius: 5px;
  background: rgba(110, 108, 108, 0.2);
 }
  
 /* ドラックできるスクロール部の設定 */
 .list-box::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #ccc;
 }

 /* 動画 */
 .movie {
      margin-top: 97px;
      margin-bottom: 90px;
 }
 .movie-inner {
   width: 100%;
   margin: 0 auto;
 }
 .movie-inner iframe {
   width: 100%;
 }
 
 /* 230919追加 */
 .l-sec--concept {
  padding-bottom: 80px;
 }

 .l-sec--concept .plus-img {
  margin-top: -85px;
 }
 .bg-wht {
  background: #FFF !important;
 }

 #lp .l-sec--about .c-with-img-box__cont {
  width: 50%;
  padding-top: 100px;
  padding-left: 12.5%;

  box-sizing: border-box;
}

#lp .l-sec--about .c-with-img-box__img {
  margin-left: 5%;
  width: 45%;
}

#lp .l-sec--about .l-sec-lead-1 {
  text-align: center;
}

#lp .l-sec--about .l-sec-lead-2 {
  text-align: center;
}


#lp .l-sec--about .c-with-img-box__cont .l-sec-lead-1 {
  text-align: left;
}

#lp .l-sec--about .c-with-img-box__cont .l-sec-lead-2 {
  text-align: left;
}


 @media screen and (max-width: 768px) {
  .l-sec--concept {
    padding-bottom: 40px;
   }
  
    .l-sec--concept .plus-img ,
    .l-sec--about .plus-img {
      margin-top: -25px;
    }
    #lp .l-sec--about .l-flex {
      justify-content: space-between;
    }
  
    #lp .l-sec--about .c-with-img-box__cont {
      width: calc(100% - (4.65% * 2));
      margin: 0 auto;
      padding-top: 50px;
      padding-left: 0;
  
      box-sizing: border-box;
    }
    #lp .l-sec--about .c-with-img-box__cont .l-sec-lead-1 {
      text-align: center;
    }
    
    #lp .l-sec--about .c-with-img-box__cont .l-sec-lead-2 {
      text-align: center;
    }
    
    #lp .l-sec--about .l-sec-lead-1,
    #lp .l-sec--about .l-sec-lead-2 {
      text-align: center;
    }
    #lp .l-sec--about .c-with-img-box__img {
      margin-top: 35px;
      margin-left: 0;
      width: 100%;
    }


    #lp .l-sec--equipment {
      margin-bottom: 80px;
    }
 }
