@charset "UTF-8";
html {
  max-width: 100%;
  -webkit-text-size-adjust: 100%; /* safari たまにテキストサイズが大きくなってしまうのを解消 */
  overflow-x: hidden; /*横スクロール禁止*/
  overflow-y: auto;
}

body {
  font-feature-settings: "pkna";
  overflow-wrap: break-word;
  line-break: strict;
  word-break: normal;
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin: 0;
  font-size: 15px;
  color: #272727;
}

div, section {
  box-sizing: border-box;
}

ul {
  padding-inline-start: 0;
}
ul li {
  list-style: none;
}

h1, h2 {
  font-size: 20px;
  line-height: 1.6;
  font-weight: bold;
}

h2 {
  text-align: center;
}

h3 {
  font-size: 18px;
  font-weight: bold;
}

.active {
  display: block;
}

a {
  transition: 0.4s;
}

.wide {
  max-width: 970px;
  width: 100%;
  margin: auto;
}

.sp_hide {
  display: none;
}
.sp_hide.pc_navWrap {
  display: none;
}

.lh16 {
  line-height: 1.6;
}

.robo {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  letter-spacing: 0em;
}

.bold {
  font-weight: bold;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.fixed.titWrapBG {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.has-modal-open {
  position: relative;
}
.has-modal-open main, .has-modal-open footer {
  display: none;
}
.has-modal-open .hd_com,
.has-modal-open .contactBN.sm {
  display: none;
}
.has-modal-open .titWrapBG {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  overflow: auto;
  z-index: 9999;
  background: linear-gradient(#fff 0%, #ffe3ee 32.02%, #deffe8 76.78%, #bfffd6 100%);
  overflow-y: auto;
  overscroll-behavior-y: contain;
}
.has-modal-open .titWrapBG.fixed {
  background: linear-gradient(#fff 0%, #ffe3ee 32.02%, #deffe8 76.78%, #bfffd6 100%);
}
.has-modal-open .titWrapBG .titWrap {
  width: 100%;
}
.has-modal-open .titWrapBG .navWrap {
  margin-top: 40px;
  display: block;
  width: 100vw;
}
.has-modal-open .titWrapBG .logo {
  margin: 14px 0 0 14px;
}
.has-modal-open .titWrapBG .logo img {
  width: 200px;
}
.has-modal-open .sp_btn {
  position: relative;
}
.has-modal-open .sp_btn .line {
  position: absolute;
  transform: translate(-50%, -50%) rotate(45deg); /* 45度回転 */
  transform-origin: center center; /* 親要素を中心に回転 */
  top: 20px;
}
.has-modal-open .sp_btn .line.gr {
  transform: rotate(25deg);
}
.has-modal-open .sp_btn .line.pk {
  transform: rotate(-25deg);
}

.pc_navWrap .subUl {
  display: none;
  background-color: #fff;
  padding: 15px 25px 15px 30px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  margin-top: 31px;
}
.pc_navWrap .subUl li {
  position: relative;
  white-space: nowrap;
}
.pc_navWrap .subUl li a:before {
  content: url(../img/arrow_btn02.svg);
  position: relative;
  left: -12px;
}
.pc_navWrap .subUl li a:hover:before {
  content: url(../img/arrow_btn02_h.svg);
}
.pc_navWrap .subUl li p {
  overflow: hidden;
}
.pc_navWrap .subUl li + li {
  margin-top: 7px;
}
.pc_navWrap .open {
  position: relative;
}

.menu_R {
  display: flex;
  align-items: center;
}

.hd_logo {
  margin-bottom: 7px;
  display: inline-flex;
}
.hd_logo a {
  line-height: 1;
}

.hd_tel img {
  margin-right: 5px;
}

.hd_com {
  height: 76px;
  text-align: center;
  padding: 15px;
  line-height: initial;
  background-color: #F4F4F4;
}

.navWrap {
  display: none;
  margin-top: 30px;
  padding: 0 35px 55px;
  /*
  .open{
    .subUl{
      display: block;
    }
  }
  */
}
.navWrap ul li + li {
  margin-top: 30px;
}
.navWrap ul li ul.subUl {
  margin-top: 25px;
  padding-left: 15px;
}
.navWrap ul li ul.subUl li + li {
  margin-top: 25px;
}
.navWrap nav {
  margin-bottom: 90px;
}
.navWrap .hasSub::after {
  content: url(../img/arrow_btn.svg);
  display: inline-block;
  width: 10px;
  margin-left: 5px;
  line-height: 5px;
  transition: 0.3s ease;
  transform-origin: center center;
}
.navWrap .open .hasSub::after {
  transform: rotate(180deg);
}
.navWrap .subUl {
  display: none;
  /*&.open{
    display: block;
  }
  */
}
.navWrap .hd_sp_com {
  text-align: center;
  margin-top: 20px;
}
.navWrap .hd_sp_tel {
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
}
.navWrap .hd_sp_tel img {
  vertical-align: text-bottom;
  margin-right: 5px;
}
.navWrap .hd_sp_tel .robo {
  font-weight: bold;
  font-size: 15px;
}
.navWrap .hd_sp_home {
  text-align: center;
  margin-top: 45px;
}
.navWrap .hd_sp_home p {
  display: inline-block;
}
.navWrap .hd_sp_close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.navWrap .hd_sp_close p {
  display: inline-block;
  margin-left: 15px;
}
.navWrap .hd_sp_closeWrap {
  margin-top: 30px;
  text-align: center;
}

.titWrapBG {
  background: linear-gradient(90deg, #fff 0%, #ffe3ee 32.02%, #deffe8 76.78%, #bfffd6 100%);
  z-index: 999;
  position: relative;
}
.titWrapBG .titWrap {
  padding: 10px;
  display: flex;
  justify-content: space-between;
  height: 68px;
}
.titWrapBG .logo {
  display: flex;
  margin-right: 15px;
}
.titWrapBG .logo a {
  display: flex;
  align-items: center;
  position: relative;
  top: 1px;
}
.titWrapBG .logo img {
  width: 155px;
  vertical-align: middle;
}
.titWrapBG .conWrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sp_btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #fff;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sp_btn .gr {
  background-color: #029F3B;
}
.sp_btn .pk {
  background-color: #EF2B87;
}
.sp_btn .line {
  width: 22px;
  height: 2px;
  display: block;
  margin: 3px auto;
}

.contactBN {
  transition: 0.4s;
  width: 225px;
  height: 55px;
  background: linear-gradient(270deg, #d820ae 0%, #ef2b87 100%);
  filter: drop-shadow(0px 0px 3px #fff);
  border-radius: 30px;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contactBN.sm {
  width: 109px;
  height: 36px;
  font-size: 13px;
  margin-right: 10px;
}
.contactBN.wh {
  background: #fff;
  color: #EF2B87;
  border: 1px solid #EF2B87;
  box-shadow: 0px 0px 3px #fff;
}

.gr {
  color: #029F3B;
}

.pk {
  color: #EF2B87;
}

.desc {
  padding: 45px 0 0 0;
  position: relative;
  max-width: 970px;
  width: 100%;
  margin: auto;
}
.desc .wide {
  max-width: 692px;
}
.desc .main_imgWrap {
  display: flex;
  justify-content: center;
}

.h1_1 {
  margin-bottom: 20px;
  display: block;
  padding: 0 40px;
}

.contactBNwrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contactBNwrap + .contactBNwrap {
  margin-top: 20px;
}
.contactBNwrap#applyBTN {
  margin-bottom: 100px;
  width: 90%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
.contactBNwrap#applyBTN a {
  width: 100%;
  font-size: 18px;
}
.contactBNwrap#applyBTN a .contactBN {
  width: 100%;
}

.main_img {
  position: absolute;
  max-width: 100%;
  display: flex;
  justify-content: center;
}
.main_img img {
  max-width: 100%;
  padding-top: 50px;
  width: calc(100% - 50px);
  padding-bottom: 20px;
}

.h1_2 {
  display: block;
  font-size: 15px;
  font-weight: normal;
  padding: 0 40px;
  margin-bottom: 50px;
}

.worriesWrap {
  background: url(../img/main_back.png) center;
  background-size: cover;
  background-repeat: no-repeat;
}

.worries_q {
  font-weight: bold;
  font-size: 20px;
  padding: 15px;
  background-color: #fff;
  text-align: center;
  border-radius: 35px;
  position: relative;
  max-width: 905px;
  margin: 0 auto;
}
.worries_q:before {
  content: "";
  border: 15px solid transparent;
  border-top: 20px solid #fff;
  margin-left: -12.5px;
  top: 100%;
  left: 50%;
  position: absolute;
}

.worries {
  padding: 0 15px;
}

.worriesUL {
  margin: 0 auto;
  padding: 25px 0 60px 0;
  max-width: 1090px;
}
.worriesUL li {
  background-color: #fff;
  border-radius: 10px;
  font-weight: bold;
  font-style: 15px;
  padding: 20px;
}
.worriesUL li:nth-child(odd) {
  color: #EF2B87;
}
.worriesUL li:nth-child(even) {
  color: #029F3B;
}
.worriesUL li + li {
  margin-top: 10px;
}

.solution {
  padding: 0 15px;
  margin-top: 50px;
}

.sol_tit {
  text-align: center;
}

.bp_logo {
  margin: 20px 0;
}

.sol_con {
  margin: 60px 0 50px 0;
}
.sol_con img {
  max-width: 100%;
}
.sol_con .sol_tit {
  font-size: 18px;
  line-height: 32.4px;
}
.sol_con h3 {
  font-size: 18px;
  background: linear-gradient(transparent 40%, #FFF2F8 60%);
  display: inline;
}
.sol_con .sol_conIn {
  margin: 20px 0 0 0;
}
.sol_con .sol_conIn_desc {
  margin-top: 20px;
}

.pro_cont {
  background: linear-gradient(#fff 0%, #ffe3ee 32.02%, #deffe8 76.78%, #bfffd6 86%, #fff 86%);
  position: relative;
}

.pro_bgWrap {
  width: 100%;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.pro_bgWrap.sp_hide {
  display: none;
}
.pro_bgWrap img {
  max-width: 110%;
  min-width: 110%;
  width: 110%;
}

.pro_cont_itemWrap {
  padding: 60px 15px 0;
}
.pro_cont_itemWrap h2 {
  margin-bottom: 50px;
}

.pro_cont_item {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 0px 6px rgba(2, 159, 59, 0.2);
  padding: 27px 22px 27px;
}
.pro_cont_item + .pro_cont_item {
  margin-top: 20px;
}
.pro_cont_item ol {
  counter-reset: number; /*数字をリセット*/
  list-style-type: none !important; /*数字を一旦消す*/
}
.pro_cont_item ol li {
  position: relative;
  padding: 0.5em 0.5em 0.5em 30px;
}
.pro_cont_item ol li:before {
  display: inline-block;
  vertical-align: middle;
  /*以下白丸つくる*/
  content: "";
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*数字のデザイン変える*/
  display: inline-block;
  background: #F4F4F4;
  color: #029F3B;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  border-radius: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  top: 50%;
  transform: translateY(-50%);
}
.pro_cont_item ol.re4 {
  counter-reset: number 4;
}
.pro_cont_item ol.re8 {
  counter-reset: number 8;
}
.pro_cont_item table tr th {
  font-weight: normal;
}
.pro_cont_item table tr th:before {
  margin-right: 0.5em;
  vertical-align: middle;
  /*以下白丸つくる*/
  content: "1";
  /*数字のデザイン変える*/
  display: inline-block;
  background: #F4F4F4;
  color: #029F3B;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  display: inline-block;
}
.pro_cont_item table tr:nth-child(2) th:before {
  content: "2";
}
.pro_cont_item table tr:nth-child(3) th:before {
  content: "3";
}
.pro_cont_item table tr th, .pro_cont_item table tr td {
  display: block;
  width: 100%;
}
.pro_cont_item table tr td {
  padding-left: 27px;
  padding-bottom: 15px;
  padding-top: 5px;
}
.pro_cont_item ul {
  margin-bottom: 1rem;
}
.pro_cont_item ul li + li {
  margin-top: 0.5rem;
}

.pro_item_cont {
  margin-top: 30px;
  display: none;
}

.pro_item_list {
  margin-bottom: 15px;
}

.pro_cont_itemTit {
  display: flex;
  justify-content: space-between;
}
.pro_cont_itemTit h3 {
  width: calc(100% - 55px);
}
.pro_cont_itemTit :hover {
  cursor: pointer;
}

.pro_cont_itemBTN {
  display: inline-block;
  margin-left: 13px;
}
.pro_cont_itemBTN img {
  width: 28px;
  transform: rotate(-180deg);
  transition: 0.3s ease;
}
.pro_cont_itemBTN.rotate img {
  transform: rotate(0deg);
}

.pro_h2Wrap .pk {
  padding: 0 15px;
}

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

.contactBoxWrap {
  padding: 20px 38px 0;
  width: 100%;
}

.contactBoxWrapIn {
  margin: auto;
  max-width: 904px;
  width: 100%;
}

.contactBoxIn {
  background: linear-gradient(90deg, #ff86bf 0%, #f5a2c6 32.02%, #35c661 76.78%, #029f3b 100%);
  border-radius: 16px;
  padding: 6px 16px 16px 6px;
}

.contactBoxItem {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px 0 48px;
}

.contactBox {
  padding: 0 45px 48px;
}

.option {
  position: relative;
}

.op_imgWrap {
  width: 100%;
}
.op_imgWrap img {
  max-width: 100%;
  width: 100%;
}

.optionIn {
  padding: 0 15px;
}
.optionIn .proviso {
  margin-top: 20px;
}

.op_box {
  border: 1px solid #029f3b;
  border-radius: 16px;
  padding: 40px 47px;
}
.op_box.box_pk {
  border-color: #EF2B87;
}

.op_boxWrap {
  margin-top: 25px;
}

.opTit {
  margin-bottom: 40px;
}

.op_item {
  margin-top: 35px;
}
.op_item h2 {
  color: #029F3B;
  font-size: 18px;
  text-align: left;
  margin-bottom: 25px;
}
.box_pk .op_item h2 {
  color: #EF2B87;
}
.op_item ul li {
  margin-bottom: 20px;
}
.op_item ul li:nth-child(3) {
  margin-bottom: 10px;
}
.op_item ul.sub li {
  padding: 0;
  position: relative;
  border-left: solid 6px #C3E0CF; /*左側の線*/
  margin-bottom: 0; /*下のバーとの余白*/
  padding: 0 0.5em 0 15px;
}
.op_item:last-child ul li:last-child {
  margin-bottom: 0;
}

.priceWrap {
  background: linear-gradient(#fff 0%, #ffe3ee 32.02%, #deffe8 76.78%, #bfffd6 100%);
  padding: 0 15px 80px;
  margin-top: 70px;
}
.priceWrap .priTit {
  margin-bottom: 45px;
}

.pri_box {
  background-color: #fff;
  border-radius: 16px;
  padding: 35px 20px 47px;
  width: 100%;
  margin: auto;
}
.pri_box.kihon_box {
  max-width: 568px;
}
.pri_box h3 {
  text-align: center;
}
.pri_box .pro_desc {
  margin-top: 20px;
}
.pri_box .pro_desc .pri_proviso {
  margin-top: 15px;
}
.pri_box .palette_priImg img {
  display: block;
  margin: auto;
}
.pri_box.pri_pk {
  border: 4px solid #fcc3dd;
}

.pri_base {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}
.pri_base .robo {
  font-size: 22px;
}

.palette_priWrap {
  max-width: 752px;
  width: 100%;
  margin: auto;
}
.palette_priWrap .contactBNwrap {
  margin-top: 30px;
}

.pale_pri_bg {
  background-image: url(../img/palette_pri_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 55px;
  width: 297px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}

.nextWrap {
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 9;
}
.nextWrap .next {
  margin: auto;
  left: 0;
  right: 0;
}

.pri_boxWrap {
  position: relative;
  margin-bottom: 20px;
}

.senchakuBox {
  max-width: 904px;
  width: 100%;
  margin: auto;
}
.senchakuBox .contactBox {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 30px;
}

.senchaku_imgWrap {
  text-align: center;
}

.sen_text {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}

.graText {
  margin-top: 30px;
}

.base_speci {
  padding: 50px 35px;
}
.base_speci table {
  margin: 30px auto 25px;
  width: 100%;
  max-width: 702px;
}
.base_speci table td {
  background-color: #EDF8F2;
  padding: 15px 15px 15px 20px;
  font-weight: normal;
  display: flex;
}
.base_speci table td div + div {
  border-left: #029F3B solid 2px;
}
.base_speci table td div {
  padding: 0 17px;
}
.base_speci table tr:nth-child(even) td {
  background-color: #F4F4F4;
}
.base_speci table tr + tr td {
  border-top: #fff solid 2px;
}
.base_speci ul li + li {
  margin-top: 15px;
}

.f_contact {
  background: linear-gradient(90deg, #ef2b87 0%, #f5a2c6 32.02%, #35c661 76.78%, #029f3b 100%);
  text-align: center;
  padding: 65px;
}
.f_contact .kochira_text {
  font-weight: bold;
  font-size: 18px;
  text-align: left;
  color: #fff;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
  display: inline-block;
  margin-bottom: 30px;
}
.f_contact .f_tel_text {
  color: #fff;
  font-size: 20px;
  padding-left: 10px;
}
.f_contact .f_tel_text .robo {
  font-size: 26px;
  line-height: 1;
}
.f_contact .f_tel_text span {
  display: block;
}
.f_contact .telWrap {
  display: flex;
  justify-content: center;
}
.f_contact .f_logoWrap {
  margin-bottom: 20px;
}

.back_top {
  background-color: #EF2B87;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer .com_logo {
  text-align: center;
  margin-bottom: 30px;
}
footer .com_logo a:hover {
  opacity: 1;
}
footer .footerWrap {
  padding: 45px 38px 70px;
}
footer .add_text {
  font-size: 14px;
}
footer .add01 + .add01 {
  margin-top: 25px;
}
footer .add {
  margin-bottom: 35px;
}
footer .f_navWrap {
  display: flex;
  justify-content: center;
}
footer .f_navWrap nav {
  display: inline-flex;
  flex-direction: column;
}
footer .f_navWrap li {
  display: inline-block;
  padding: 10px 0;
}
footer .f_navWrap ul {
  display: inline-flex;
  flex-direction: column;
}
footer .isoImg {
  text-align: center;
}
footer .copy_text {
  padding: 0 15px;
  margin-top: 30px;
  margin-bottom: 35px;
  font-size: 12px;
}
footer .copy_text .pk {
  text-decoration: underline;
}
footer .copy_text p + p {
  margin-top: 15px;
}

.con_form {
  width: 100%;
}
.con_form iframe {
  width: 100%;
  max-width: 100%;
}
.con_form h2 {
  margin-bottom: 15px;
}

.pc_navWrap {
  display: flex;
}
.pc_navWrap nav ul {
  display: flex;
}
.pc_navWrap nav .subUl {
  flex-direction: column;
}

.con_formWrap {
  background-color: #edf8f2;
  padding-top: 50px;
  padding-bottom: 65px;
}

.pale_priWrap {
  display: flex;
  justify-content: center;
  align-items: baseline;
  flex-direction: column;
}
.pale_priWrap h3 {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  h1, h2, .worries_q {
    font-size: 30px;
  }
  a:hover {
    opacity: 0.7;
  }
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
  .sp_hide {
    display: block;
  }
  .sp_hide.pc_navWrap {
    display: block;
    margin-right: 20px;
    height: 30px;
    position: relative;
  }
  .sp_hide.pc_navWrap nav .open .hasSubList .hasSub {
    color: #EF2B87;
    text-decoration: underline;
  }
  .sp_hide.pc_navWrap .hasSubList {
    width: 115px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .sp_hide.pc_navWrap nav > ul > li + li {
    margin-left: 15px;
  }
  .sp_hide.pc_navWrap nav > ul > li.hasSubList {
    margin-left: 10px;
  }
  .sp_hide.pc_navWrap nav li .hasSub {
    color: #272727;
    transition: 0.4s;
    cursor: pointer;
  }
  .sp_hide.pc_navWrap nav li a:hover,
  .sp_hide.pc_navWrap nav li .hasSub:hover {
    text-decoration: underline;
    color: #ef2b87;
  }
  .pc_hide {
    display: none;
  }
  .pc_hide.navWrap {
    display: none;
  }
  h3,
  .sol_con .sol_tit,
  .sol_con .sol_tit h3,
  .pri_base,
  .sen_text,
  .f_contact .kochira_text {
    font-size: 20px;
  }
  .tc {
    text-align: center;
  }
  .hd_com {
    padding-top: 5px;
    padding-bottom: 5px;
    height: 36px;
    display: flex;
    justify-content: center;
  }
  .hd_com .wide {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
  }
  .hd_com .wide .hd_logo {
    margin-bottom: 0;
  }
  .hd_logo a:hover {
    opacity: 1;
  }
  .sp_btn,
  .pc_hide {
    display: none;
  }
  .pc_navWrap {
    display: flex;
  }
  .pc_navWrap .hasSub {
    position: relative;
  }
  .pc_navWrap .hasSub::after {
    content: "";
    width: 11px;
    height: 6.2px;
    transition: 0.3s ease;
    opacity: 1;
    display: inline-block;
    transform-origin: center center;
    margin-left: 5px;
    background-color: #272727;
    -webkit-mask-image: url("../img/arrow_btn.svg");
    mask-image: url("../img/arrow_btn.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: auto;
    mask-size: auto;
  }
  .pc_navWrap .open .hasSub::after {
    transform: rotate(180deg);
    background-color: #EF2B87;
  }
  .contactBN.sm {
    margin-right: 0;
    width: 225px;
    height: 55px;
    font-size: 15px;
  }
  .titWrapBG .titWrap {
    height: 87px;
  }
  .titWrapBG .logo img {
    width: 280px;
  }
  .titWrapBG .logo a {
    top: 3px;
  }
  .titWrapBG .logo a:hover {
    opacity: 1;
  }
  .titWrapBG .conWrap a:hover {
    opacity: 1;
  }
  .titWrapBG .conWrap a:hover .contactBN.sm:hover {
    background: linear-gradient(#ef2b87 0%, #e01616 100%);
    width: 187px;
    letter-spacing: 0.05em;
  }
  .worries_q {
    margin-top: 5px;
  }
  .worriesUL {
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 10px;
  }
  .worriesUL li + li {
    margin-top: 0;
  }
  .worriesUL li {
    width: calc(33.3333333333% - 30px);
    display: flex;
    align-items: center;
    font-size: 18px;
  }
  .bp_logo img {
    width: 398px;
  }
  .sol_con {
    display: flex;
    justify-content: space-between;
  }
  .sol_con h3 {
    font-size: 20px;
  }
  .sol_con > div {
    width: calc(50% - 20px);
  }
  .sol_con .sol_conIn {
    display: flex;
    align-items: center;
    margin-top: 0;
  }
  .sol_conIn_desc {
    font-size: 18px;
  }
  .pro_bgWrap.sp_hide {
    display: flex;
  }
  .pro_h2Wrap {
    position: relative;
  }
  .pro_h2Wrap h2 {
    position: absolute;
    left: 0;
    right: 0;
    top: 20%;
    bottom: 75%;
    margin: auto;
    font-size: 24px;
  }
  .pro_item_list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    margin: auto;
  }
  .pro_cont_itemTit {
    max-width: calc(100% - 50px);
    width: 100%;
    margin: auto;
    padding-left: 90px;
  }
  .pro_cont_itemTit h3 {
    width: calc(100% - 60px);
  }
  .pro_cont_item {
    padding-left: 20px;
    padding-right: 20px;
  }
  .pro_item_cont {
    margin: 30px auto 0;
    max-width: calc(100% - 50px);
    padding-left: 90px;
    padding-right: 76px;
  }
  .pro_item_cont table {
    width: 100%;
    margin: auto;
  }
  .pro_item_cont table tr th, .pro_item_cont table tr td {
    display: table-cell;
    padding-bottom: 10px;
    padding-top: 0;
  }
  .pro_item_cont table tr th {
    width: 225px;
  }
  .pro_item_cont table tr td {
    width: calc(100% - 280px);
  }
  .pro_cont_p {
    max-width: calc(100% - 50px);
    width: 100%;
    margin: 20px 0 0;
  }
  .palletBox .pro_item_cont {
    display: none;
    max-width: 822px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 78.83%;
    width: 100%;
    padding: 0;
  }
  .palletBox .pro_item_cont .pallet_text {
    width: calc(100% - 240px);
  }
  .pro_item_contPale {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .p_upWrap {
    margin-bottom: 0;
    width: 260px;
    text-align: left;
  }
  .btnWrap {
    display: flex;
    justify-content: center;
  }
  .btnWrap .contactBNwrap {
    margin: 0;
  }
  .contactBNwrap {
    width: 225px;
    margin: auto;
  }
  .contactBNwrap + .contactBNwrap {
    margin-top: 0;
    margin-left: 35px;
  }
  .contactBNwrap a:hover {
    opacity: 1;
  }
  .contactBNwrap a:hover .contactBN:hover {
    background: linear-gradient(#ef2b87 0%, #e01616 100%);
    width: 187px;
    letter-spacing: 0.05em;
  }
  .contactBNwrap a:hover .contactBN.wh {
    color: #fff;
  }
  .opImgBox {
    position: relative;
  }
  .opImgBox .opTit {
    position: absolute;
    bottom: 50%;
    top: 45%;
    left: 0;
    right: 0;
    margin: auto;
  }
  .optionIn {
    display: flex;
    justify-content: space-between;
    max-width: 1090px;
    width: 100%;
    margin: auto;
    padding: 0;
  }
  .op_box.box_gr {
    width: calc(67% - 10px);
    padding: 40px;
  }
  .op_box.box_pk {
    height: 100%;
  }
  .op_box h2 {
    font-size: 24px;
  }
  .op_box .op_item h2 {
    font-size: 20px;
  }
  .op_boxWrap {
    width: calc(33% - 10px);
    margin-top: 0;
  }
  .op_itemWrap {
    display: flex;
    justify-content: space-between;
  }
  .op_itemWrap .op_item + .op_item {
    margin-left: 25px;
  }
  .priceWrap {
    margin-top: 180px;
  }
  .pri_base .pk .robo {
    font-size: 30px;
  }
  .pri_boxIn {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .pri_boxIn h3 {
    margin-right: 15px;
  }
  .pro_desc {
    text-align: center;
  }
  .palette_priImgWrap {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .palette_priImg {
    margin-right: 15px;
  }
  .pale_priWrap p {
    margin-right: auto;
    margin-left: auto;
  }
  .pale_pri_bg {
    width: auto;
    margin-bottom: 0;
    background-size: contain;
    height: 63px;
  }
  .graText {
    margin-top: 20px;
  }
  .base_speci {
    padding-bottom: 70px;
  }
  .senchakuWrap {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .senchakuWrap .pri_base {
    text-align: left;
  }
  .senchakuWrap .senchaku_imgWrap {
    margin-right: 15px;
  }
  .senchakuWrap .mb15 {
    margin-bottom: 0;
  }
  .base_speci table.sp_hide {
    display: table;
  }
  .base_speci table.sp_hide td {
    display: table-cell;
    width: 50%;
  }
  .base_speci table.sp_hide td:first-child {
    text-align: right;
    padding-right: 0;
  }
  .base_speci table.sp_hide td:first-child > div {
    border-right: 2px solid #029F3B;
    padding-right: 30px;
  }
  .base_speci table.sp_hide td:last-child {
    padding-left: 15px;
  }
  .base_speci ul {
    max-width: 702px;
    width: 100%;
    margin: auto;
  }
  .f_contact {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .f_contact .kochira_text {
    margin-right: 6%;
    margin-bottom: 0;
  }
  .f_contact .f_contact_com {
    margin-left: 6%;
    text-align: left;
  }
  .f_contact .f_tel_text {
    display: flex;
    line-height: 1;
  }
  .backWrap {
    position: relative;
    width: 100%;
    height: 64px;
    width: 64px;
    height: 64px;
    cursor: pointer;
  }
  .backWrap:hover .back_top {
    border-radius: 16px;
  }
  .backWrap .back_top {
    position: absolute;
    right: 0;
    width: 100%;
    border-radius: 0;
    transition: border-radius 0.4s ease;
  }
  .backWrapOuter {
    display: flex;
    justify-content: flex-end;
  }
  footer {
    padding-left: 15px;
    padding-right: 15px;
  }
  footer .footerIn {
    max-width: 1115px;
    width: 100%;
    margin: auto;
    padding-bottom: 20px;
  }
  footer .footerWrap {
    display: flex;
    justify-content: space-between;
    padding: 0;
  }
  footer .footerWrap nav {
    display: flex;
    flex-direction: row;
  }
  footer .f_navWrap li {
    font-size: 14px;
  }
  footer .f_navWrap ul + ul {
    margin-left: 30px;
  }
  footer .copy_text {
    margin-top: 0;
    margin-bottom: 0;
  }
  footer .isoImg {
    margin-left: 15%;
  }
  footer .com_logo {
    margin-right: 30px;
  }
  footer .add {
    margin-right: 5%;
  }
  footer .addWrap {
    display: flex;
    width: calc(100% - 230px);
    justify-content: space-between;
    max-width: 850px;
  }
  .Copyright {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
  .h1_1, .h1_2 {
    padding: 0;
  }
  .pro_item_cont.tableWrap {
    width: 100%;
    padding-right: 60px;
  }
  .optionInWrap {
    padding: 0 15px;
    margin-top: 35px;
  }
  .pro_cont_itemWrap {
    padding-top: 60px;
  }
  .saikou .contactBoxItem .contactBox {
    display: flex;
    justify-content: center;
  }
  .saikou .contactBoxItem .pk {
    -moz-text-align-last: left;
         text-align-last: left;
  }
  .conWrap {
    width: 225px;
  }
  .pro_cont_itemBTN {
    margin-left: 40px;
  }
  .pro_cont_itemTit h3 {
    width: calc(100% - 68px);
  }
  .con_formWrap {
    padding-top: 60px;
  }
}
@media screen and (min-width: 1050px) {
  .main_img img {
    max-width: 1000px;
    width: 100%;
  }
}/*# sourceMappingURL=mystyle.css.map */