@charset "UTF-8";
/* CSS Document */

@font-face {
  font-family: "montserrat";
  src: url("../font/montserrat/Montserrat-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "montserrat";
  src: url("../font/montserrat/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "montserrat";
  src: url("../font/montserrat/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "montserrat";
  src: url("../font/montserrat/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
}

html {
  font-size: 62.5% /* 16px × 62.5% = 10px */;
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "montserrat", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
}

/* footer下部固定 */
body {
  display: flex;
  flex-flow: column;
  min-height: 100vh;
}
main {
  flex: 1;
}
/* /footer下部固定 */

img {
  max-width: 100%;
  height: auto;
}
.sp,
.sp-br,
.nav_menu ul.sp {
  display: none;
}
.pc,
.pc-br {
  display: block;
}

a {
  display: block;
  text-decoration: none;
  color: #000;
}
a:hover {
  opacity: 0.5;
  transition-duration: 0.3s;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 86px;
  background-color: #fff;
  box-shadow: 0px 3px 13px #0000001a;
  z-index: 900;
  transition: 0.4s ease-in-out;
}
.hide {
  top: -86px;
}

.top_nav {
  position: absolute;
  width: 100%;
  max-width: 960px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.top_nav .logo {
  position: absolute;
  left: 0;
}

/*--[ regist 2022/09 ]--*/
/*
.top_nav .logo img {
  padding-top: 20px;
}
*/
.top_nav .logo img {
  padding-top: 25px;
}
/*--[ regist 2022/09 ]--*/

/*--[ regist 2022/09 ]--*/
/*
.nav_menu ul {
  display: flex;
  width: 500px;
  justify-content: space-between;
}
*/
.nav_menu ul {
  display: flex;
  width: 635px;
  justify-content: space-between;
  align-items: center;
}
/*--[ regist 2022/09 ]--*/

.nav_menu li {
  padding: 20px 0;
}
.nav_menu li a:hover,
.nav_menu li:hover {
  opacity: 1;
  color: #e60039;
}
/*--[ regist 2022/09 ]--*/
.nav_menu li a.hov:hover {
  opacity: 0.6;
}
/*--[ regist 2022/09 ]--*/
.nav_menu li {
  position: relative;
  display: inline-block;
}
.nav_menu .f_menu::after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  left: 50%;
  bottom: 12px;
  background-color: #e60039;
  transition: 0.3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.nav_menu li:hover::after {
  width: 100%;
}
.service_menu {
  position: relative;
  cursor: pointer;
}
.nav_menu .service_menu .drop_menu {
  position: absolute;
  display: block;
  width: 164px;
  top: 90%;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 750px) {
  .nav_menu .service_menu:hover .drop_menu {
    opacity: 1;
    visibility: visible;
  }
}
.nav_menu .service_menu:after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  left: 50%;
  bottom: 12px;
  background-color: #e60039;
  transition: 0.3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.f_menu:hover {
  transition-duration: 0.3s;
}
/* .nav_menu .service_menu:hover .drop_menu {
  opacity: 1;
} */
/* .nav_menu ul .service_menu:hover .drop_menu {
  display: block;
  position: absolute;
  width: 163px;
  height: auto;
  top: 90%;
  left: 50%;
  transform: translateX(-50%);
} */

.nav_menu ul .drop_menu li {
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 6px 0;
  color: #fff;
  text-align: center;
  background-color: #e60039;
  font-size: 1.3rem;
  transition: 0.5s;
}
.nav_menu ul .drop_menu .sp {
  display: none;
}
.nav_menu ul .drop_menu li a {
  color: #fff;
}
.nav_menu ul .drop_menu li a:hover {
  opacity: 0.5;
}

.mv {
  position: relative;
  /* z-index: -1; */
  width: 100%;
  /* background-color: #fff; */
  margin-top: 86px;
}
.mv .slider_box .main_slide li {
  /* background-color: #fff; */
  height: auto;
}
.mv .slider_box .main_slide li a:hover {
  opacity: 0.9;
}

/* Arrows */
.slick-prev,
.slick-next,
.slick-prev:before,
.slick-next:before {
  display: none;
  right: 0;
  left: 0;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  display: block;
  width: 100%;
  bottom: 4%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 3px;
  margin: 0 0.5%;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  display: block;
  width: 40px;
  height: 3px;
  padding: 0;
  opacity: 0.2;
  background-color: #fff;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  border: 0;
  outline: none;
  transition: 0.5s;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
  opacity: 1;
  background-color: #e60039;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 2px;
  opacity: 1;
  background-color: #e60039;
}
.slick-active {
  /* opacity: 1;
    background-color: #E60039; */

  display: block;
  width: 40px;
  height: 3px;
  padding: 0;
  opacity: 1;
  background-color: #e60039;
}

.inner {
  width: 960px;
  margin: 30px auto 0;
  /* margin: 48px auto 0; */
}
.news {
  width: 750px;
}
h2 {
  position: relative;
  display: inline-block;
  width: 100%;
  font-family: "montserrat";
  height: 34px;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  margin: 0 auto 3.5em;
}
h2:before {
  content: "";
  position: absolute;
  display: inline-block;
  border-bottom: 1px solid #de151d;
  width: 40px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.news {
  margin-bottom: 80px;
}
.news_list {
  font-size: 1.6rem;
  margin-bottom: 70px;
}
.news_list .day_tag {
  width: 28%;
  margin-right: 10px;
}
.news_list li {
  display: flex;
  margin-bottom: 20px;
}
.news_list li .date {
  display: inline-block;
  width: 106px;
  color: #e60039;
  font-weight: 500;
  line-height: 26px;
}
.news_list li .category {
  display: inline-block;
  width: 90px;
  height: 26px;
  font-size: 1.3rem;
  line-height: 26px;
  text-align: center;
  color: #fff;
  background-color: #e60039;
  border-radius: 13px;
}
.news_list li .ul_text {
  text-decoration: underline;
  width: 70%;
  overflow: hidden;
}
.news_list li .ul_text a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* pagenation */
.pager ul.pagination {
  text-align: center;
  padding: 0;
  margin: 0 auto 60px;
}

.pager .pagination li {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 2px;
  padding: 0;
  text-align: center;
  /* background:#9D50BB; */
}

.pager .pagination li a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  display: table;
  color: #000;
  text-decoration: none;
  vertical-align: middle;
}

.pager .pagination li a span {
  display: table-cell;
  vertical-align: middle;
}

.pager .pagination li a:hover,
.pager .pagination li a.active {
  color: #e60039;
  /* background: #ccf; */
}

.pager .arrow-r::before {
  display: block;
  position: absolute;
  content: "";
  right: 19px;
  top: 23.5px;
  width: 20px;
  height: 1px;
  background: #000;
}
.pager .arrow-r::after {
  display: block;
  position: absolute;
  content: "";
  right: 20px;
  top: 21px;
  width: 7px;
  height: 7px;
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  transform: rotate(45deg);
}

.pager .arrow-l::before,
.pager .arrow-r::before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pager .arrow-l::after {
  top: 12px;
  left: 6px;
}
.pager .arrow-r::after {
  top: 12px;
  right: 6px;
}

.pager .arrow-l:hover::before,
.pager .arrow-r:hover::before {
  background: #e60039;
}
.pager .arrow-l:hover::after,
.pager .arrow-r:hover::after {
  border-right: 1px solid #e60039;
  border-top: 1px solid #e60039;
}

.btn {
  position: relative;
  width: 180px;
  text-align: center;
  margin: 0 auto;
}
.arrow-r {
  display: block;
  padding: 14px;
  text-align: center;
}
.arrow-r::before {
  display: block;
  position: absolute;
  content: url(../image/arrow.svg);
  width: 24px;
  height: auto;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.arrow-l {
  display: block;
  padding: 14px;
  text-align: center;
}

.arrow-l::before {
  display: block;
  position: absolute;
  content: "";
  left: 19px;
  top: 23.5px;
  width: 20px;
  height: 1px;
  background: #000;
}
.arrow-l::after {
  display: block;
  position: absolute;
  content: "";
  left: 20px;
  top: 21px;
  width: 7px;
  height: 7px;
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  transform: rotate(-135deg);
}

.block {
  width: 100%;
  height: 334px;
  padding-top: 90px;
  margin-bottom: 7px;
}
.block h2 {
  color: #fff;
}
.btn_red {
  position: relative;
  width: 260px;
  margin: 0 auto;
  border-radius: 2em;
  border: 1px solid #000;
  background-color: #fff;
  transition: 0.5s;
}
.btn05 {
  overflow: hidden;
}

.btn05:before {
  content: "";
  /* z-index: -1; */
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-color: #e60039;
  border-radius: 2em;
  transition: 0.2s ease-in-out;
}

.btn05 a:hover {
  color: #fff;
  opacity: 0.99;
}
.btn05:hover:before {
  left: 0;
}
.btn_red .arrow-r:hover::before {
  content: url(../image/arrow_wh.svg);
}

/* .btn_red:hover{
    color: #fff;
    background-color: #E60039;
    border: 1px solid #E60039;
}
.btn_red .arrow-r:hover::before{
    background: #fff;
}
.btn_red .arrow-r:hover::after{
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
} */

.product {
  background: url(../image/top_product_bg.png) no-repeat center / cover;
}

.row_item {
  display: flex;
}
.row_item .block {
  position: relative;
  width: 50%;
  height: 176px;
  margin-right: 7px;
  padding-top: 54px;
}
.row_item .block:nth-of-type(2) {
  margin-right: 0;
}
.row_item .block h2 {
  margin-bottom: 17px;
}
.row_item .block p {
  color: #fff;
  font-weight: 400;
  text-align: center;
}
.about {
  background: url(../image/top_about_bg.png) no-repeat center / cover;
}
.history {
  background: url(../image/top_history_bg.png) no-repeat center / cover;
}
.bk_btn {
  position: absolute;
  display: block;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 54px;
}
.bk_btn:hover {
  background-color: rgba(0, 0, 0, 0);
  opacity: 1;
}

.footer {
  position: relative;
  /* padding: 45px 3.5% 115px; */
  background-color: #000;
}
.go-top {
  /* position: relative; */
  position: fixed;
  width: 116px;
  height: 34px;
  padding-top: 14px;
  bottom: 0;
  right: 50px;
  color: #fff;
  font-size: 1.2rem;
  background-color: #e60039;
  text-transform: uppercase;
  text-align: center;
  font-family: "Montserrat";
  border-radius: 6px 6px 0 0;
  cursor: pointer;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
}
.go-top::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  top: 20%;
  left: 48%;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform-origin: center;
  transform: rotate(45deg);
}
.go-top:hover {
  background-color: #ff5d85;
}
.go-top:hover::after {
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}

.active {
  opacity: 1;
  visibility: visible;
}

/*このクラスが付与されると表示する*/
.absolute {
  position: absolute;
  top: -34px;
  bottom: auto;
}

.footer_logo {
  position: absolute;
  top: 45px;
  left: 18%;
}
.footer_logo img {
  width: 100px;
}
.footer_nav {
  padding: 45px 3.5% 115px;
}
.nav_box {
  padding-left: 30%;
  /* padding: 10% 30% 10% 30%; */
}

.footer_menu {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 400;
  text-align: left;
  color: #fff;
}

.footer_nav .footer_menu:first-of-type {
  width: 24%;
  vertical-align: top;
}
.footer_nav .footer_menu:last-of-type {
  width: 75%;
}
.sub_f_menu .menu_box {
  width: 30%;
}

.footer_menu .menu_box {
  display: inline-block;
  vertical-align: top;
}
.footer_menu .menu_box ul {
  width: 100%;
  margin-right: 80px;
}

.menu_box li {
  margin-bottom: 10px;
}
.menu_box li {
  position: relative;
}
.menu_box li a {
  color: #fff;
}
.menu_box li::after {
  display: block;
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  top: 5px;
  left: -14px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  transform: rotate(45deg);
}
.menu_box li.non_arrow::after {
  display: none;
}
.footer_copy {
  position: absolute;
  right: 12%;
  bottom: 6%;
  font-size: 1.2rem;
  font-weight: 100;
  color: #fff;
}
.sns_list .sns_icon {
  display: inline-block;
  width: 25px;
  margin: 3% 4% 0;
}
.sns_list .sns_icon:first-of-type {
  margin-left: 0;
}

/* NEWS */
.breadcrumb {
  width: 960px;
  margin: 123px auto 0;
  /* text-transform: uppercase; */
}
.breadcrumb .bread_list li:first-of-type {
  text-transform: uppercase;
}
.breadcrumb .bread_list {
  display: flex;
  font-size: 1.3rem;
}
.breadcrumb .bread_list li {
  display: flex;
  list-style: none;
  color: #000;
  font-weight: 400;
  margin-right: 0.3em;
}
.breadcrumb li::after {
  content: ">";
  padding: 0 0.2em;
  color: #555;
  margin-left: 0.4em;
}

.breadcrumb li:last-child::after {
  content: "";
}

.subtitle {
  font-size: 2.7rem;
  height: 46px;
  margin-bottom: 2.5em;
}

/* NEWS_article */
.article {
  margin-bottom: 80px;
}
.article_title {
  font-size: 2.5rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}
.article_tag {
  font-size: 1.3rem;
  line-height: 20px;
  text-align: right;
  color: #e60039;
  margin-bottom: 30px;
}
.tag {
  display: inline-table;
  width: 70px;
  height: 20px;
  font-size: 1.1rem;
  line-height: 20px;
  margin-left: 10px;
  text-align: center;
  color: #fff;
  background-color: #e60039;
}
.article_box {
  margin-bottom: 60px;
}
.article_box .contents {
  width: 750px;
  margin: 0 auto;
}
.article_text p {
  margin-bottom: 36px;
  line-height: 2;
  word-wrap: break-word;
}
.article_pic {
  display: flex;
  justify-content: space-around;
  margin-bottom: 70px;
}
.sheet {
  text-align: center;
}
.table_dl {
  background-color: #f8f8f8;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  margin: 40px 0 60px;
}
.table_dt {
  padding: 10px 15px 0 15px;
  border-top: 1px solid #ccc;
  width: 30%;
  float: left;
}
.table_dd {
  padding: 10px 15px 0 20px;
  padding-bottom: 6px;
  border-top: 1px solid #ccc;
  background: #fff;
  margin-left: 30%;
  border-left: 1px solid #ccc;
  text-align: left;
}
.table_dd::after {
  content: "";
  display: block;
  clear: both;
}
.table_dt span {
  font-size: 14px;
}

/* products */
.menu_list {
  text-align: center;
  font-size: 1.7rem;
  margin-bottom: 56px;
}
.menu_list ul {
  display: flex;
  justify-content: space-between;
}
.menu_name {
  width: 200px;
  /* height: 28px; */
  height: 34px;
  border-bottom: 1px solid #646464;
}
.menu_name a {
  height: 34px;
}
.menu_name a:hover {
  opacity: 1;
  color: #e60039;
  border-bottom: 4px solid #e60039;
}

.full_mv img {
  width: 100%;
}
.product-box {
  padding-top: 70px;
}
.bg_gray {
  background-color: #f0f0f0;
}
.type_title p {
  width: 100%;
  height: 40px;
  font-weight: 900;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 40px;
  padding-left: 14px;
  color: #e60039;
  background-color: #fff;
  box-shadow: 2px 2px 6px #00000026;
  margin-bottom: 55px;
}

.item_list ul {
  display: flex;
  justify-content: space-between;
  /* justify-content: left; */
  flex-wrap: wrap;
  /* margin-bottom: 100px; */
}
.item_list .device_list {
  justify-content: left;
}

.item_box {
  /* display: inline-block; */
  position: relative;
  width: 46.876%;
  /* height: 550px; */
  height: auto;
  padding: 2%;
  /* background: url(../image/products/item_box_bg.png); */
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-color: #fff;
  margin-bottom: 6%;
  border-radius: 20px;
  box-shadow: 5px 5px 10px #0000000d;
}
.item_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.thumb_bg {
  position: absolute;
  top: 0;
  left: 0;
}
.thumb_img {
  position: absolute;
  width: 78%;
  /* top: 12%; */
  top: 70px;
  margin-bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}
.item_title {
  position: absolute;
  width: 90%;
  /* top: 3%; */
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
}
.item_title .item_name {
  width: 80%;
  display: inline-block;
}
.item_title .item_name span {
  font-size: 2.5rem;
  margin-right: 2%;
}
.item_title .new_tag {
  position: absolute;
  display: inline-block;
  right: 0;
  /* width: 58px; */
  /* height: 20px; */
  padding: 0 14px;
  font-size: 1.3rem;
  line-height: 20px;
  text-align: center;
  background-color: #de151d;
  border-radius: 10px;
}
.item_contents {
  position: relative;
  display: inline-block;
  width: 100%;
  /* padding: 70% 10% 0; */
  padding: 300px 30px 80px;
  left: 50%;
  transform: translateX(-50%);
}
.item_detail img {
  margin-bottom: 4%;
}
.item_lead {
  /* width: 81.483%;
  margin: 0 auto; */
}
.item_lead p {
  font-size: 1.6rem;
  margin-bottom: 20px;
  font-weight: 500;
}
.thm-spec dt,
.thm-spec dd {
  width: 48%;
  overflow-wrap: break-word;
}
.thm-spec dt {
  float: left;
}
.thm-spec dd {
  float: right;
}
.item_table {
  margin-bottom: 15px;
  overflow: hidden;
}
.item_table dt {
  float: left;
  width: 32%;
}
.item_table dd {
  position: relative;
  float: right;
  width: 64%;
}
.item_table dd::before {
  position: absolute;
  content: "：";
  left: -6%;
}

.clear_box {
  clear: both; /* 回り込みを解除する */
}

.item_box .link_box {
  position: absolute;
  width: 92%;
  height: 80px;
  bottom: 3%;
  left: 50%;
  transform: translateX(-50%);
}
.link_box_acc {
  position: relative;
  width: 100%;
  padding-top: 30%;
}

.item_box .btn_circle a {
  /* float: left; */
  position: absolute;
  width: 66px;
  height: 66px;
  bottom: 0;
  border: 1px solid #e60039;
  border-radius: 100%;
}
.item_box .btn_circle a:hover {
  color: #fff;
  background-color: #e60039;
  opacity: 1;
}
.item_box .btn_circle a {
  position: absolute;
  width: 66px;
  height: 66px;
  /* top: 50%; */
  left: 0;
  bottom: 0;
  padding: 18px 0;
  /* padding: 4.4% 0; */
  font-size: 1.3rem;
  text-align: center;
  line-height: 1.2;
  /* margin-top: 28%; */
  color: #e60039;
}

.item_box .btn_text {
  position: absolute;
  width: 112px;
  bottom: 10px;
  right: 0;
}
.item_box .btn_text .arrow-r {
  padding: 0;
  text-align: left;
}
.item_box .btn_text .arrow-r::after {
  top: 7px;
  right: 0;
}
.item_box .btn_text .arrow-r::before {
  right: 0;
}

.acc_title p {
  width: 100%;
  padding: 6px 20px;
  font-size: 1.6rem;
  font-weight: 500;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  margin-bottom: 30px;
}

.item_acc {
  position: relative;
  width: 290px;
  height: auto;
  padding: 0;
  background: none;
  border-radius: 0;
  box-shadow: none;
  margin-right: 4rem;
}
.item_acc:nth-of-type(3n) {
  margin-right: 0;
}
.item_acc::after {
  position: absolute; /*--positionを追加--*/
  top: 0;
  left: 100%;
  margin: 0 2rem;
  content: "";
  width: 1px; /*--縦線の太さ(幅)--*/
  height: 100%;
  background-color: #707070; /*--縦線の色--*/
}
.item_acc:nth-of-type(3n)::after {
  display: none;
}

.item_acc .acc_contents img {
  margin-bottom: 20px;
}
.acc_name p {
  font-weight: 600;
}
.acc_name p:last-of-type {
  font-size: 1.8rem;
}
.box {
  box-shadow: 0px 0px 20px #00000029;
}
.box_item {
  padding: 60px;
  border-top: 1px solid #707070;
}
.box_item:first-of-type {
  border: none;
}
.box_service {
  width: 480px;
  margin: 0 auto;
  text-align: center;
}
.box_title {
  margin-bottom: 38px;
  text-align: center;
}
.box_title img {
  display: inline-block;
  margin-right: 10px;
}
.box_title p {
  display: inline-block;
  font-size: 3rem;
  font-weight: 600;
  color: #e60039;
  line-height: 70px;
  vertical-align: top;
}
.line_text {
  font-size: 2.7rem;
  padding-bottom: 4px;
  border-bottom: 2px solid #e60039;
  margin-bottom: 12px;
  font-weight: 600;
}
.box_service .text_scr {
  text-align: left;
  margin-bottom: 56px;
}

.box_shop {
  /* width: 816px; */
  width: 86.901%;
  margin: 0 auto;
  text-align: center;
  max-width: 815px;
}
.shop_link {
  position: relative;
  /* display: flex; */
  /* justify-content: space-between; */
}
.shop_link::before {
  /* position: absolute;
  display: inline-block;
  content: "";
  width: 1px; */

  /* height: 400px; */

  /* height: 100%;
  top: 50%;
  left: 50%;
  background-color: #707070;
  transform: translate(-50%, -50%); */
}
.link_list {
  position: relative;
  /* width: 340px; */
  /* width: 44.818%; */
  width: 100%;
  border-bottom: 1px solid #707070;
  /* margin-bottom: 40px; */
  margin: 0 auto 40px;
}
.shop_link p {
  font-size: 2rem;
  font-weight: 600;
  color: #646464;
  margin-bottom: 36px;
}
.link_list ul {
  width: 44.818%;
  margin: 0 auto;
}
.link_list .link_item {
  position: relative;
  width: 100%;
  height: 80px;
  border: 1px solid #707070;
  border-radius: 20px;
  margin-bottom: 30px;
}
.link_list .link_item img {
  position: absolute;
  /* width: 60%; */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* .link_list::after {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  margin: 0 6.75rem;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #707070;
} */

.link_list:last-of-type::after {
  display: none;
}
.link_list:last-of-type {
  border: none;
}

.bottom_btn {
  width: 100%;
  padding: 46px;
}

/* products_detail */
.device_title {
  position: relative;
  width: 100%;
  height: 66px;
  margin-bottom: 40px;
}
.code_num {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.3rem;
  text-align: right;
  margin-bottom: 10px;
}
.acc_num_title {
  margin-bottom: 0;
}
.acc_code_num {
  font-size: 1.3rem;
}
.model_num {
  position: absolute;
  width: 56%;
  bottom: 0;
  left: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
}
.acc_model_num {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
}
.btn_dl {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
}
.btn_dl p {
  margin-right: 20px;
}
.btn_dl p:last-of-type {
  margin-right: 0;
}

.btn_dl .r-fix {
  position: absolute;
  right: 0;
}

.box_dl a {
  position: relative;
  display: table-cell;
  width: 180px;
  height: 35px;
  color: #fff;
  font-size: 1.2rem;
  text-align: left;
  padding-left: 8%;
  vertical-align: middle;
  background-color: #f45e6f;
  border-radius: 8px;
  vertical-align: middle;
}
.box_dl a::after {
  position: absolute;
  top: 32%;
  right: 6%;
  margin-left: 6px;
  content: url(../image/products/DL_icon.png);
}

.detail_menu .menu_name {
  width: 100%;
}
#mainImg {
  width: 100%;
}
.product_imgs {
  display: inline-block;
  width: 50%;
  margin-right: 40px;
}
.product_imgs img {
  padding: 4%;
  border: 1px solid #707070;
  margin-bottom: 20px;
}
.image_thumbs {
  display: flex;
  width: 100%;
  overflow-x: scroll;
  /* justify-content: space-between; */
  margin-bottom: 20px;
}
.image_thumbs li {
  width: 18%;
  width: 88px;
  height: auto;
  padding-right: 10px;
  flex-shrink: 0;
}
.product_detail {
  display: inline-block;
  width: 44%;
  vertical-align: top;
}
.product_detail .product_name {
  font-size: 2.4rem;
  font-weight: 600;
  color: #e60039;
  margin-bottom: 30px;
}
.box_product {
  margin-bottom: 100px;
}

.product_detail .item_table {
  margin-bottom: 30px;
}
.btn_buy a {
  position: relative;
  width: 100px;
  height: 100px;
  border: 1px solid #e60039;
  border-radius: 100%;
  color: #e60039;
}
.btn_buy a p {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 1.5rem;
  font-weight: 500;
  transform: translate(-50%, -50%);
}
.btn_buy a:hover {
  opacity: 1;
  color: #fff;
  background-color: #e60039;
}

.product_scr .full_mv img {
  margin-bottom: 50px;
}
.product_text {
  width: 960px;
  /* margin: 0 auto; */
  margin: 0 auto 100px;
  text-align: center;
}

.scr_title {
  font-weight: 600;
  font-size: 1.4em;
  margin-bottom: 10px;
}
.function_list ul {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
.function_item {
  width: 20%;
  margin-right: 6.5%;
  overflow-wrap: break-word;
}
.function_item:nth-of-type(4n) {
  margin-right: 0;
}
.function_item img {
  width: 42%;
  margin: 0 auto 10px;
}

.function_item p {
  text-align: center;
}

.fuction_name {
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
}
.function_point .full_mv img {
  margin-bottom: 25px;
}
.function_point .product_text {
  text-align: left;
  margin-bottom: 100px;
}

.point_list ul {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}
.point_item {
  width: 32%;
  margin: 0 2% 4% 0;
  display: flex;
}
.point_item:nth-of-type(3n) {
  margin-right: 0;
}
.point_icon {
  display: inline-block;
  /* vertical-align: middle; */
  width: 34%;
}
.point_scr {
  display: inline-block;
  width: 60%;
  /* vertical-align: middle; */
  padding: 3% 0 0 2%;
}
.point_scr .bold {
  font-weight: 600;
}

.part_info {
  margin-bottom: 60px;
}
.part_list .row {
  display: flex;
}
.part_list .column {
  display: block;
}
.part_list .column .part_img {
  width: 100%;
}
.part_img {
  width: 470px;
  margin: 0 40px 60px 0;
}
.part_img:last-of-type {
  margin-right: 0;
}
.part_img p {
  display: inline-block;
  padding: 1px 18px;
  color: #fff;
  background-color: #e60039;
  border-radius: 2em;
}
.part_namelist {
  position: relative;
  display: flex;
  width: 100%;
  padding: 2%;
  background-color: #f5f5f5;
}
.part_namelist ul {
  width: 50%;
  border-right: 1px dashed #000;
}
.part_namelist ul:last-of-type {
  border: none;
}
.part_namelist li {
  line-height: 2;
  padding: 0 10px 0 20px;
}

.pink p {
  color: #fff;
  background-color: #f45e6f;
}
.border .item_acc .acc_contents img {
  border: 1px solid #707070;
}
.product_subtitle h2 {
  margin-bottom: 2.5em;
}
.product_subtitle h2::before {
  width: 340px;
  border-bottom: 2px solid #de151d;
  bottom: -4px;
}
.detail_btnbox {
  padding: 4% 0;
}
.btn_detail a {
  display: block;
  width: 300px;
  height: 89px;
  font-size: 1.5rem;
  line-height: 89px;
  text-align: center;
  margin: 0 auto;
  color: #e60039;
  border: 1px solid #e60039;
  border-radius: 10px;
}

/* product spec */

.line_title {
  height: 36px;
  font-size: 2rem;
  border-bottom: 2px solid #e60039;
  margin-bottom: 40px;
}
.spec_sheet {
  width: 80%;
  margin: 0 auto 60px;
  text-align: left;
}
.spec_sheet .device_name {
  font-size: 1.4rem;
  margin-bottom: 1%;
}
.sheet_dl {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  font-size: 1.3rem;
  border-top: 1px solid #707070;
  border-left: 1px solid #707070;
  margin-bottom: 2%;
}
.sheet_dt {
  width: 20%;
  background-color: #f5f5f5;
}
.sheet_dd {
  width: 80%;
}
.sheet_dt,
.sheet_dd {
  padding: 4px 14px;
  box-sizing: border-box;
  border-right: 1px solid #707070;
  border-bottom: 1px solid #707070;
  overflow-wrap: break-word;
}
.package_list {
  display: flex;
  flex-wrap: wrap;
}
.package_list ul {
  width: 50%;
  margin-bottom: 60px;
}
.package_item {
  margin-bottom: 4px;
}
.package_item::before {
  content: "■";
  color: #e60039;
}
.package_list .package_detail {
  width: 100%;
}
.package_list .package_detail:last-of-type {
  margin-bottom: 0;
}
.size {
  margin: 10px 0;
}
.size_info {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}
.size_info .package_item {
  width: 30%;
  margin: 0 3% 3% 0;
}
.size_info .package_item:last-of-type {
  margin-right: 0;
}

.acc_model .device_title {
  height: 100px;
  margin-bottom: 40px;
}
.acc_model .code_num {
  top: unset;
  bottom: 0;
}

/* company */
.co_box {
  display: flex;
  width: 700px;
  height: 70px;
  margin: 0 auto 40px;
}
.co_box .co_logo {
  width: 26%;
  /* border-right: 1px solid #000; */
}
.co_box .co_logo img {
  width: 148px;
  padding-top: 20px;
}
.co_info {
  padding: 4px 0 0 26px;
  border-left: 1px solid #000;
}
.co_name {
  font-weight: 600;
}
.co_name span {
  color: #e60039;
}
.company_name {
  font-size: 1.7rem;
  color: #e60039;
  text-align: center;
  margin-bottom: 30px;
}
.photos {
  margin-bottom: 50px;
}
.photos ul {
  display: flex;
}
.photos:last-of-type {
  margin-bottom: 120px;
}
.co_detail {
  width: 72.917%;
  margin: 0 auto 30px;
}
/* .co_sheet {
  text-align: left;
  margin-bottom: 50px;
} */
.co_sheet .sheet_dl {
  border: none;
}
.co_sheet .sheet_dt,
.co_sheet .sheet_dd {
  border: none;
  background: #fff;
}
.co_sheet .sheet_dt:nth-last-of-type(2n),
.co_sheet .sheet_dd:nth-last-of-type(2n) {
  background-color: #f5f5f5;
}
.co_list {
  width: 70%;
  display: flex;
  margin: 0 auto 50px;
  justify-content: space-between;
}
.co_list .co_info {
  margin-right: 5%;
}
.co_logobox {
  width: 150px;
  margin: 6% auto;
}
/* about */
.top_bg {
  margin: 86px calc(50% - 50vw);
  width: 100vw;
  height: 145px;
  background: url(../image/top_bg_about.png);
}
.top_bg_history {
  background: url(../image/top_bg_history.png);
}
.top_bg_history .bg_bread a,
.top_bg_history .bg_bread li,
.top_bg_history .bg_bread li::after {
  color: #fff;
}
.about_inner {
  width: 692px;
  margin: 0 auto;
}
.big_title img {
  width: 270px;
  margin: 0 auto 100px;
}
.bg_bread {
  width: 960px;
  margin: 0 auto;
  padding-top: 26px;
}
.about_lead {
  font-size: 1.5rem;
  line-height: 1.8;
  margin-bottom: 70px;
}
.profile_pic {
  width: 350px;
  margin: 0 auto 40px;
}
.profile_text {
  line-height: 1.8;
  margin: 20px auto;
}
.profile_text span {
  font-size: 1.7rem;
  font-weight: 600;
}

.t-bold {
  font-weight: 700;
}

/* Service_business */
.service {
  margin: 48px auto 60px;
}
.ser_list {
  width: 750px;
  margin: 0 auto;
}
.ser_item {
  background-color: #fff;
  margin-bottom: 70px;
  box-shadow: 2px 2px 15px #00000029;
}
.list_box {
  display: flex;
}
.list_box img {
  width: 56.8%;
  height: auto;
}

.icon_box {
  width: 43.2%;
  padding: 23px;
  color: #fff;
  background-color: #f45e6f;
}
.ser_icon {
  display: flex;
  margin-bottom: 35px;
}
.icon_box .ser_icon img {
  width: 86px;
  height: auto;
  margin-right: 10px;
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.3));
}
.icon_box .ser_icon p {
  padding: 6px 0;
  line-height: 1.2;
  font-size: 3rem;
  font-weight: 700;
}
.icon_box .ser_lead {
  font-size: 1.3rem;
}
.point_text {
  display: flex;
  width: 67%;
  margin: 0 auto;
  justify-content: space-between;
  margin-bottom: 20px;
}
.bold_text {
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 700;
}
.bold_text .big_t {
  font-size: 4rem;
  font-weight: 600;
}
.bold_text .small_t {
  font-size: 1.3rem;
  font-weight: 400;
  margin: 4px;
}
.arrow_bold {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 6px;
  top: 18px;
  background-color: #fff;
  margin: 0 16px 0 10px;
}

.arrow_bold:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: -9px;
  left: 12px;
  border: 12px solid transparent;
  border-left: 12px solid #fff;
}
.ser_text {
  padding: 50px 50px 30px;
}
.ser_text p {
  margin-bottom: 33px;
}
.ser_text .btn_red {
  margin: 0 0 0 auto;
}

/* service_odm */
.odm_point {
  margin-bottom: 100px;
}
.odm_point .odm_scr {
  width: 560px;
  margin: 0 auto;
  font-size: 1.5rem;
  margin-bottom: 50px;
}
.odm_point .odm_scr p {
  margin-bottom: 20px;
}
.bg_line {
  width: 100%;
  height: auto;
  padding: 82px 0 42px;
  background: url(../image/odm_img_bg.png) no-repeat center / cover;
  background-color: rgba(255, 255, 255, 0.7);
  background-blend-mode: lighten;
  margin-bottom: 50px;
}
.point_num {
  display: flex;
  width: 34%;
  margin: 0 auto;
}
.red_num {
  width: 100%;
  font-size: 1.5rem;
  color: #e60039;
  font-weight: 600;
  text-align: center;
  margin-bottom: 46px;
  line-height: 1.2;
}
.red_num p {
  font-weight: 600;
}
.red_num span {
  font-family: "montserrat";
  font-size: 8rem;
  font-weight: 700;
}

.btn_round {
  position: relative;
  width: 260px;
  margin: 0 auto 6%;
  border-radius: 15px;
  border: 1px solid #e60039;
  background-color: #e60039;
  transition: 0.5s;
}
.btn_round a {
  color: #fff;
}

.btn_round:hover {
  opacity: 0.5;
}

.btn_long {
  width: 340px;
  margin-bottom: 30px;
}

.size_m {
  padding: 20px 0;
}
.size_m::before {
  content: url(../image/arrow_wh.svg);
  top: 29px;
  /* background: #fff; */
}
.size_m::after {
  top: 26px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
}
.odm {
  margin-bottom: 100px;
}
.odm h3 {
  font-size: 2.7rem;
  text-align: center;
  font-weight: 600;
  margin-bottom: 26px;
}
.odm_pic {
  flex-wrap: wrap;
  opacity: 0.6;
  border-top: 2px solid #e60039;
  margin-bottom: 30px;
}
.odm_pic li {
  width: 33.333%;
}

.odm_list {
  width: 690px;
  margin: 0 auto 30px;
}
.odm_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.odm_item {
  position: relative;
  display: flex;
  width: 48%;
  height: 100px;
  font-size: 1.5rem;
  /* background-color: #C8C8C8; */
  /* margin: 1%; */
  border-top: 2px dotted #c8c8c8;
}
.odm_item:nth-last-of-type(-n + 2) {
  border-bottom: 2px dotted #c8c8c8;
}

.odm_icon {
  width: 80px;
  height: 80px;
  padding: 10px 0;
}
.odm_item p {
  line-height: 100px;
  margin-left: 6%;
}
.odm_item::before {
  position: absolute;
  content: "";
  top: 8%;
  right: -4%;
  width: 2px;
  height: 80px;
  /* transform: translateY(-50%); */
  border-right: 2px dotted #c8c8c8;
}
.odm_item:nth-of-type(2n)::before {
  border: none;
}

/* history */
.history_inner {
  width: 684px;
  margin: 0 auto;
}
.bg_navy {
  color: #fff;
  background-color: #051f39;
  overflow: hidden;
}
.history_lead {
  position: relative;
  text-align: center;
  margin-bottom: 67px;
}
.history_title {
  position: relative;
}
.history_lead .bg_image {
  position: absolute;
  width: 60%;
  top: -120px;
  left: -300px;
}
.lead_title {
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 12px;
}
.lead_sub {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.history_title p:last-of-type {
  font-size: 1.4rem;
}
.history_list {
  position: relative;
}
.history_list .bg_image {
  position: absolute;
  width: 60%;
  top: -60px;
  left: -340px;
}
.history_list .r-img {
  left: unset;
  right: -340px;
}
.history_list .under_img {
  top: unset;
  bottom: -280px;
}
.history_list .logo_history {
  width: 120px;
  margin: 4% auto;
}
.history_list table {
  position: inherit;
  border-collapse: separate;
  border-spacing: 12px;
  width: 100%;
  text-align: left;
}
.history_list tr {
  padding: 2% 0;
}
.history_list th {
  font-family: "montserrat";
  width: 12%;
  font-size: 1.7rem;
  font-weight: 600;
  border-right: 1px solid #de151d;
}
.history_list td {
  width: 80%;
  padding-left: 5%;
  font-weight: 300;
  font-size: 1.4rem;
}

.history_list tr td:first-of-type,
.form_table tr td:first-of-type {
  padding: unset;
  border-top: unset;
  width: unset;
  background-color: unset;
}
.history_list tr td:last-of-type,
.form_table tr td:last-of-type {
  padding: unset;
  border-top: unset;
  width: unset;
  background-color: unset;
}

.history_list tr td:last-of-type {
  width: 88%;
  padding-left: 4%;
}
.form_table tbody {
  border-right: unset;
  border-bottom: unset;
  border-left: unset;
  margin: unset;
}

.history_inner .bottom_btn {
  padding: 100px 0 20px;
}
.history_inner .bottom_btn .btn_red {
  margin-bottom: 40px;
}
.notice_text {
  font-size: 1.1rem;
  font-weight: 100;
  margin: 0 auto;
}
.function_point {
  padding: 0;
  margin-bottom: 150px;
}
/* support */
.sup_inner {
  width: 960px;
  margin: 0 auto;
}
.sup_inner .line_title p {
  font-weight: 600;
}
.bottom_space {
  margin-bottom: 0;
}
.btn_list {
  display: flex;
  width: 875px;
  justify-content: space-between;
  margin: 0 auto 100px;
}
.btn_support {
  position: relative;
  width: 270px;
  border-radius: 1em;
  transition: 0.5s;
  background-color: #f45e6f;

  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  padding: 3.4% 0;
}
.sup-menu {
  height: 70px;
}

.btn_support:hover {
  opacity: 0.5;
}
.btn_support .btn_icon {
  position: absolute;
  width: 58px;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 4%;
}
.btn_support .btn_name {
  position: absolute;
  width: 70%;
  top: 50%;
  left: 16%;
  transform: translateY(-50%);
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
.small_text {
  display: block;
  font-size: 1rem;
}

.tab-group {
  display: flex;
  justify-content: left;
}
.tab {
  position: relative;
  width: 154px;
  height: 38px;
  /* flex-grow: 1; */
  padding: 8px 0;
  margin-right: 10px;
  text-align: center;
  background-color: #dcdcdc;
  border-radius: 5px 5px 0px 0px;
  border: solid 1px #c8c8c8;
  border-bottom: none;
  cursor: pointer;
}
.tab.is-active {
  color: #000;
  background: #fff;
  transition: all 0.2s ease-out;
}
.tab.is-active::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  bottom: -2px;
  background-color: #fff;
}
.panel-group {
  width: 100%;
  height: auto;
  padding: 20px 20px 3px;
  border-top: none;
  background: #fff;
  border: solid 1px #c8c8c8;
  margin-bottom: 100px;
}
.panel {
  display: none;
}
.panel.is-show {
  display: block;
}

.support_list {
  padding: 20px;
  background-color: #f45e6f;
}

.li-open {
  position: relative;
  width: 100%;
  padding: 6px 20px;
  background: #ffe8ee;
  border: 1px solid #707070;
  border-radius: 5px;
  margin-bottom: 17px;
}
.act_btn::before {
  /* 閉じている時 */
  position: absolute;
  content: url(../image/arrow_1_red.svg);
  width: 15px;
  right: 20px;
  transform-origin: center center;
  transition-duration: 0.2s;
}
.act_btn.rotate::before {
  /* 開いている時 */
  transform: rotate(180deg);
}

.tab_inner {
  display: none;
}
.answer {
  display: none;
}
.open {
  display: block;
}
.question {
  position: relative;
  margin: 14px 0 0;
  padding: 6px 13px;
  color: #fff;
  background-color: #f45e6f;
}
.question::before {
  /* 閉じている時 */
  position: absolute;
  content: url(../image/arrow_1_wh.svg);
  width: 15px;
  right: 12px;
  transform-origin: center center;
  transition-duration: 0.2s;
}
.question.rotate::before {
  /* 開いている時 */
  transform: rotate(180deg);
}
.answer {
  padding: 20px 13px;
  background-color: #fff;
  margin-bottom: 10px;
  overflow-wrap: break-word;
}
.red_text {
  color: #f45e6f;
  font-weight: bold;
  margin-right: 4px;
}
.level_btn {
  position: relative;
  padding: 6px 4%;
  z-index: +1;
  cursor: pointer;
  color: #000;
  background-color: #ffe8ee;
  border-bottom: 1px solid #fff;
  border-radius: 5px;
  transition-duration: 0.2s;
  border: 1px solid #707070;
  margin-bottom: 10px;
}
.level_one {
  background: #f45e6f 0% 0% no-repeat padding-box;
  margin-bottom: 10px;
  opacity: 1;
}

.dl_list {
  margin-bottom: 100px;
}
.dl_item {
  position: relative;
  width: 100%;
  height: 70px;
  padding: 0 30px;
  border-bottom: 1px solid #555;
}
.dl_item .model_no {
  line-height: 70px;
}
.dl_item .btn_dl {
  position: absolute;
  width: 40%;
  top: 24%;
  right: 30px;
  bottom: unset;
  /* transform: translateY(-50%); */
}
.dl_item .btn_dl .slim_btn:first-of-type {
  position: absolute;
  left: 0;
}
.dl_item .btn_dl .slim_btn:last-of-type {
  position: absolute;
  right: 0;
}

.chat_info {
  width: 75%;
  padding: 30px;
  margin: 0 auto 93px;
  border: 1px solid #000;
  border-radius: 1em;
}
.chat_title {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 600;
  color: #e60039;
  padding-bottom: 10px;
  border-bottom: 1px solid #e60039;
  margin-bottom: 20px;
}
.chat_info p:nth-of-type(2) {
  margin-bottom: 20px;
}
.chat_info .sup_note {
  left: 20%;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 20px;
}

.chat_info .btn_support {
  width: 374px;
  margin: 0 auto 4%;
}
.chat_info .btn_support::before {
  position: absolute;
  content: url(../image/icon_headphone.svg);
  width: 48px;
  top: 52%;
  left: 4%;
  transform: translateY(-50%);
}
.chat_info .btn_support::after {
  position: absolute;
  content: url(../image/arrow_wh.svg);
  width: 24px;
  top: 50%;
  right: 4%;
  transform: translateY(-50%);
}
.end_margin {
  margin-bottom: 40px;
}
/* contact */
.mini_sub {
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  padding: 4px 0;
  background-color: #f45e6f;
  border-radius: 2em;
  margin-bottom: 18px;
}
.contact_title {
  font-size: 2.5rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 25px;
}
.contact_notice {
  padding: 18px 36px;
  border: 1px solid #646464;
  font-size: 1.6rem;
  border-radius: 1em;
  text-align: center;
  margin-bottom: 70px;
}
.contact_notice p:first-of-type {
  color: #e60039;
  margin-bottom: 14px;
}
.contact_notice p:last-of-type {
  font-size: 1.8rem;
  font-weight: 600;
}
.contact_notice p:last-of-type a {
  display: inline-block;
  color: #e60039;
  text-decoration: underline;
}
.contact_inner {
  width: 540px;
  margin: 0 auto 40px;
}
.box_contact {
  font-size: 1.5rem;
  text-align: left;
}
.box_contact form {
  margin-bottom: 98px;
}
.form_table tr,
.form_table th,
.form_table td {
  display: block;
  width: 100%;
  font-weight: 400;
  line-height: 1.5;
}
.form_table th {
  margin-bottom: 10px;
}
.form_table th span {
  display: inline-block;
  width: 36px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 1.2rem;
  color: #fff;
  background-color: #c41418;
  border-radius: 4px;
  margin-left: 10px;
}
.form_table tr {
  margin-bottom: 30px;
}
.form_table td input,
.form_table td textarea {
  width: 540px;
  padding: 10px 20px;
  box-sizing: border-box;
  border: 1px solid #f5f5f5;
  background-color: #f5f5f5;
}
.con_pri .box_pri {
  height: 155px;
  overflow-y: scroll;
  margin-bottom: 20px;
  padding: 14px 20px;
  font-size: 1.4rem;
  background: #fff;
  border: 1px solid #787878;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.box_check {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 40px;
}
.notice_red {
  width: 416px;
  color: #e60039;
  margin: 68px auto 30px;
  text-align: center;
}

/* send_btn */
input[type="submit"] {
  -webkit-appearance: none;
  border: none;
  background-color: transparent;
  color: #fff;
  font-size: 1.6rem;
  line-height: 60px;
  width: 100%;
  height: auto;
  vertical-align: top;
  position: absolute;
  top: 0;
  cursor: pointer;
}
.send_btn {
  position: relative;
  display: block;
  background-color: #e60039;
  width: 260px;
  height: 60px;
  margin: 0 auto 98px;
  border-radius: 15px;
  color: #fff;
  border: none;
  transition: 0.3s;
}
.send_btn::before {
  content: url(../image/arrow_wh.svg);
  position: absolute;
  width: 24px;
  height: auto;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.send_btn:hover, .send_btn.hovered {
  background-color: #f9bfcd;
}
/* hcaptcha css */
.wpcf7-spinner {
  display: none !important;
}
.box_contact .captcha_area .h-captcha {
  text-align: center;
  margin-bottom: 0;
}
.hcap_cf7-h-captcha-invalid {
  text-align: center;
  display: block;
  position: absolute;
  top: -140px;
}

/*リセット */
input[type="checkbox"] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* チェックボックスデザイン */
input[type="checkbox"] {
  position: relative;
  cursor: pointer;
  padding-left: 30px;
  vertical-align: middle;
}
input[type="checkbox"]::before,
input[type="checkbox"]::after {
  position: absolute;
  content: "";
  display: block;
}
input[type="checkbox"]::before {
  width: 24px;
  height: 24px;
  top: 50%;
  left: 0;
  background-color: #fff;
  border-radius: 0%;
  border: 1px solid #707070;
  transform: translateY(-54%);
}
input[type="checkbox"]::after {
  width: 16px;
  height: 10px;
  top: -8px;
  left: 5px;
  transform: rotate(-45deg);
  border-bottom: 3px solid #e60039;
  border-left: 3px solid #e60039;
  opacity: 0;
}
input[type="checkbox"]:checked::after {
  opacity: 1; /*チェック後表示*/
}
.check_text {
  font-size: 1.6rem;
}

.wp-block-table.bottomss,
.wp-block-image.bottomss {
  margin: 0 0 5em;
}

tbody {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  margin: 40px 0 60px;
}
tr td:first-of-type {
  padding: 10px 0 10px 15px;
  border-top: 1px solid #ccc;
  width: 30%;
  background-color: #f8f8f8;
}
tr td:last-of-type {
  padding: 10px 0 10px 15px;
  border-top: 1px solid #ccc;
  width: 70%;
  background-color: #fff;
}
.wp-container-3.wp-block-group.alignwide.overpic {
  width: calc(100% + 100px);
  margin: 0 -50px;
}

.box_contact .size_m {
  padding: 5px 0;
}
.box_contact .size_m::before {
  top: 30px;
}

.btn_red.arrow-r.hcap_cf7-h-captcha-invalid.wpcf7-not-valid-tip {
  display: none !important;
}
.breadcrumb li.wpcf7c-elm-step1::after,
.breadcrumb li.wpcf7c-elm-step2::after {
  content: "";
}
.wpcf7-form .form-item .wpcf7-not-valid-tip,
.wpcf7-form .captcha_area .wpcf7-not-valid-tip,
.wpcf7-form .privacy_check .wpcf7-not-valid-tip,
.wpcf7-form .selectbox .wpcf7-not-valid-tip,
.wpcf7-form .message .wpcf7-not-valid-tip {
  position: absolute;
  display: block;
  color: #dc3232;
  font-size: 0.9em;
  font-weight: 700;
  bottom: -110%;
  bottom: -200%;
  left: -1.5%;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form .wpcf7-response-output {
  display: none !important;
}

/*------------ 404 content_note ------------*/
.content_note {
  text-align: center;
  margin: 15% auto 0;
}
.note_text {
  margin-bottom: 3.125%;
}
.big_text {
  font-size: 7rem;
  font-weight: bold;
  line-height: 1.2;
  color: #e60039;
}
.note_text .small_text {
  font-size: 2.2rem;
  margin-bottom: 5%;
  color: #e60039;
}
.note_read {
  font-size: 2.5rem;
  font-weight: bold;
  color: #e60039;
}
.bt_space {
  margin-bottom: 8%;
}
.content_note .btn_contact {
  width: 100%;
  margin: 0 auto;
}

/* Contact _ 送信完了画面 */
.contact_box {
  margin: 48px auto 0;
}
.contact_thanks {
  text-align: center;
}
.red_sub {
  font-size: 2.5rem;
  color: #e60039;
  font-weight: 600;
  margin-bottom: 36px;
}

/* スクロールフェードイン表示 */
/* 製品詳細ページ */
.element {
  /* 最初は非表示 */
  transform: translateY(30px);
  opacity: 0;
  visibility: hidden;
  transition: transform 1s, opacity 1s, visibility 1s;

  /* （装飾用スタイル） */
  width: 80%;
  height: 120px;
  background-color: #ddd;
}

.fadeIn {
  transform: translateY(30px);
  transition: 1s;
  opacity: 0;
}

.fadeIn.animated {
  transform: translateX(0);
  opacity: 1;
}

/* teaser */
.teaser_top {
  margin-top: 86px;
}
.teaser_bg {
  background-color: #f0f0f0;
}
.ts_inner {
  padding-top: 60px;
}
.ts_products {
  margin-bottom: 100px;
}
.ts_title {
  font-size: 3rem;
  font-weight: 600;
  color: #e60039;
  margin-bottom: 20px;
}
.ts_item_box {
  background-color: #fff;
  padding: 4.167% 4.688%;
  border-radius: 20px;
  box-shadow: 5px 5px 10px #0000000d;
  margin-bottom: 50px;
}
.ts_item-name {
  font-family: "montserrat";
  font-size: 2.2rem;
  font-weight: 600;
  float: left;
}
.ts_item-no {
  font-size: 4rem;
  color: #e60039;
  font-weight: 700;
}
.ts_day {
  display: inline-block;
  width: 208px;
  float: right;
  background-color: #e60039;
  color: #fff;
  font-size: 1.9rem;
  text-align: center;
  line-height: 47px;
  border-radius: 2em;
}
.ts_img {
  width: 640px;
  margin: 0 auto 32px;
}
.ts_read {
  font-size: 2.5rem;
  margin-bottom: 32px;
}
.ts_col {
  height: 134px;
  line-height: 1.5;
  column-count: 2;
  column-fill: auto;
}
.ts_col li {
  position: relative;
  left: 14px;
}
.ts_col li::before {
  position: absolute;
  content: "・";
  left: -14px;
}
.sp_list li:nth-of-type(n + 3):nth-of-type(-n + 5)::before {
  display: none;
}
.ts_textbox {
  margin-bottom: 70px;
}
.ts_textbox p {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 57px;
}
.ts_linktext {
  font-size: 1.6rem;
  text-decoration: underline;
}
.ts_linktext li {
  position: relative;
  left: 16px;
  margin-bottom: 10px;
}
.ts_linktext li a::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  left: -16px;
  margin-right: 0.5em;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 12px solid #e60039;
}
.ts_linktext a {
  display: inline-block;
  text-decoration: underline;
}
.ts_btn {
  position: relative;
  display: block;
  background-color: #e60039;
  width: 340px;
  height: 80px;
  margin: 0 auto 98px;
  border-radius: 15px;
  color: #fff;
  border: none;
}
.ts_btn::before {
  content: url(../image/arrow_wh.svg);
  position: absolute;
  width: 24px;
  height: auto;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.ts_btn a {
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  line-height: 80px;
}
/* close */
.close_btn_red {
  width: 260px;
  height: 53px;
  text-align: center;
  background-color: #e60039;
  border-radius: 2em;
  margin: 0 auto;
  color: #fff;
  line-height: 50px;
}
.close_btn {
  color: #a0a0a0;
  pointer-events: none;
}
.close_btn:hover {
  color: #a0a0a0 !important;
}
.close_btn::after {
  display: none;
}
.menu_box ul .close_btn::after {
  border-right: 1px solid #a0a0a0 !important;
  border-top: 1px solid #a0a0a0 !important;
}
.slick-dots {
  display: none;
}
.slick-active {
  background-color: #fff;
}

/* ------------------------
Chat bot
------------------------ */
.chatbot {
  position: fixed;
  width: 60px;
  height: 50px;
  bottom: 20px;
  left: 20px;
  color: #fff;
  background-color: #4faed8;
  box-shadow: 4px 4px 8px #00000040;
  border-radius: 10px;
  cursor: pointer;
  z-index: 100;
}
.chatbot img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.chatbot_text {
  display: none;
  width: 90%;
  margin-top: 2%;
  line-height: 1.3;
}

/*---------- dialog ----------*/

.dialog {
  display: none;
  box-sizing: border-box;
  position: fixed;
  width: 60px;
  bottom: 20px;
  left: 20px;
  border: 4px solid #f45e6f;
  box-shadow: 4px 4px 8px #00000040;
  border-radius: 8px;
  cursor: pointer;
  margin-bottom: 20px;
  z-index: 999;
}

.dialog .dialog-header {
  position: relative;
  display: flex;
  /* padding: 10px; */
  color: #fff;
  background-color: #f45e6f;
}

.dialog .dialog-header .dialog-img {
  /* margin: 2% 4% 0 2%; */
  position: relative;
  width: 60px;
  height: 50px;
}
.dialog .dialog-header .dialog-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.dialog .dialog-header .close-btn {
  display: none;
  position: absolute;
  width: 14px;
  /* bottom: 26px; */
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.dialog__inner {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  /*height: 400px;*/
  height: 0px;
  /* background-color: #115baa; */
}

.dialog iframe {
  width: 100%;
  height: 450px;
  border: 0;
  display: block;
}
.dialog .dialog-header .close-btn {
  /* bottom: 13px; */
}

.chatbot {
  width: 250px;
}
.chatbot a {
  display: flex;
  width: 90%;
  margin: auto;
}
.chatbot img {
  position: static;
  width: 18%;
  top: 0;
  left: 0;
  transform: unset;
  margin-right: 4%;
}
.chatbot_text {
  display: block;
  width: 78%;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.3;
  margin-top: 3%;
  font-feature-settings: "palt";
}

/*-------------------------------------
    //chatbot
    -------------------------------------*/

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

@media screen and (max-width: 749px) {
  body {
    font-size: 1.5rem;
  }
  h2 {
    margin-bottom: 2em;
  }
  .pc,
  .pc-br {
    display: none;
  }
  .sp,
  .sp-br,
  .nav_menu ul.sp {
    display: block;
  }

  header {
    height: 70px;
  }

  .top_nav {
    position: relative;
    display: block;
    width: 100%;
    top: 0;
    left: 0;
    transform: translate(0, 0%);
  }
  .top_nav .logo {
    position: absolute;
    width: 100%;
    height: 70px;
    top: 0;
    background-color: #fff;
    z-index: 200;
    /* border-bottom: 1px solid #c8c8c8; */
  }
  .top_nav .logo a {
    display: inline-block;
  }
  .top_nav .logo img {
    padding: 25px 30px;
  }

  .nav_menu {
    /* display: none; */
    position: absolute;
    width: 100%;
    top: 70px;
    background-color: #fff;
    /* transform: translateX(250px); */
    transition: all 0.5s;
  }
  .nav_menu ul {
    display: block;
    width: 100%;
  }
  .nav_menu ul li {
    position: relative;
    width: 100%;
    padding: 20px;
    border-bottom: 1px solid #c8c8c8;
  }
  .nav_menu ul li:first-of-type {
    border-top: 1px solid #c8c8c8;
  }

  /*--[ regist 2022/09 ]--*/
  .nav_menu ul li:last-child {
    padding: 30px;
    border-bottom: none;
  }
  .nav_menu ul li:last-child img {
    width: 150px;
    margin: 0 auto;
  }
  /*--[ regist 2022/09 ]--*/

  .nav_menu ul .drop_menu li::before,
  .nav_menu ul .f_menu::before {
    position: absolute;
    display: block;
    content: "";
    width: 12px;
    height: 12px;
    /* top: 43%; */
    top: 26px;
    right: 30px;
    border-right: 1px solid #e60039;
    border-top: 1px solid #e60039;
    transform: rotate(45deg);
    transition: 0.3s;
  }

  .service_menu::before {
    position: absolute;
    display: block;
    content: "";
    width: 12px;
    height: 12px;
    /* top: 43%; */
    top: 26px;
    right: 30px;
    border-right: 1px solid #e60039;
    border-top: 1px solid #e60039;
    transform: rotate(45deg);
    transition: transform 0.2s ease-in-out, top 0.2s ease, bottom 0.2s ease;
  }
  .nav_menu .service_menu::after {
    display: none;
  }
  .arrow_rotate::before {
    transform: rotate(135deg);
  }
  .roll_menu {
    position: absolute;
    display: block;
    content: "";
    width: 12px;
    height: 12px;
    /* top: 43%; */
    top: 26px;
    right: 30px;
    border-right: 1px solid #e60039;
    border-top: 1px solid #e60039;
    transform: rotate(45deg);
    transform-origin: center center;
    transition-duration: 0.2s;
  }
  .roll {
    transform: rotate(135deg);
  }
  .nav_menu .service_menu .drop_menu {
    position: relative;
    display: block;
    width: 100%;
    opacity: 1;
    visibility: visible;
    max-height: 0;
    overflow: hidden;
    /* transition: all 0.5s ease; */
  }
  .open_submenu {
    max-height: 122px !important;
  }

  .nav_menu .f_menu::after {
    display: none;
    color: #000;
  }
  .nav_menu li a:hover,
  .nav_menu li:hover {
    color: #000;
  }

  .nav_menu ul .service_menu {
    /* pointer-events: none; */
  }

  .nav_menu ul .drop_menu li {
    display: block;
    font-size: 1.5rem;
    text-align: left;
    background-color: #fff;
    padding: 34px 0 4px 20px;
    border: none;
  }

  .nav_menu ul .drop_menu li a {
    color: #000;
  }

  .nav_menu ul .drop_menu li::before {
    top: 38px;
    right: 10px;
  }

  #toggle {
    position: fixed;
    top: 28px;
    right: 30px;
  }

  #toggle-box {
    position: relative;
    width: 36px;
    height: 14px;
    cursor: pointer;
  }

  #toggle-box > span {
    width: 100%;
    height: 3px;
    left: 0;
    display: block;
    background: #e60039;
    position: absolute;
    transition: transform 0.2s ease-in-out, top 0.2s ease, bottom 0.2s ease;
  }

  #toggle-box > span:first-child {
    top: 0;
  }
  #toggle-box > span:last-child {
    bottom: 0;
  }

  #toggle {
    z-index: 1000;
  }

  #nav-content {
    z-index: 100;
    overflow: auto;
    width: 100%;
    height: auto;
    background: #fff;
    color: #000;
    position: fixed;
    right: 0;
    text-align: left;
    transform: translateY(-100%);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #nav-content a:hover {
    opacity: 0.6;
  }

  .is-open {
    overflow: hidden;
  }

  .is-open #toggle-box > span {
    background: #e60039;
  }

  .is-open #toggle-box > span:first-child {
    top: 50%;
    left: -2%;
    transform: rotate(45deg) translateY(-50%);
  }

  .is-open #toggle-box > span:last-child {
    top: 50%;
    left: 4%;
    transform: rotate(-45deg) translateY(-50%);
  }

  .is-open #nav-content {
    z-index: 100;
    transform: translateY(0);
    overflow-x: hidden;
  }

  .menu-background {
    position: fixed;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 0;
    height: 0;
    background-color: #fff;
    z-index: 2;
    opacity: 0; /* 透明度を0にすることで隠す */
    transition: opacity 0.2s; /* 透明度の0→1になる速度 */
  }
  .menu-background.open {
    width: 100%;
    height: 100%;
    opacity: 1; /* メニューが表示されているときには背景が表示 */
  }

  .mv {
    margin-top: 70px;
  }
  .breadcrumb {
    width: 100%;
    padding-left: 7.696%;
    margin: 94px auto 40px;
  }
  .inner {
    width: 100%;
    margin-top: 42px;
    padding: 0 7.696%;
  }

  .news_list li {
    display: block;
    margin-bottom: 30px;
  }
  .news_list .day_tag {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .news_list li .ul_text {
    width: 100%;
  }
  .news_list li .ul_text a {
    overflow: unset;
    text-overflow: unset;
    white-space: normal;
  }

  .row_item {
    display: block;
  }
  .row_item .block {
    width: 100%;
    margin-right: 0;
  }
  .footer_logo {
    left: 7.696%;
  }
  .nav_box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 14% 7.696%;
  }
  .footer_nav .footer_menu:first-of-type {
    width: 48%;
    vertical-align: top;
  }
  .footer_nav .footer_menu:last-of-type {
    width: 48%;
  }
  .sub_f_menu .menu_box {
    width: 100%;
  }
  .menu_box li {
    margin-bottom: 22px;
  }
  .footer_menu .menu_box {
    display: block;
  }
  .footer_copy {
    right: 7.696%;
    bottom: 5%;
  }
  .go-top {
    right: 30px;
  }

  .article_box .contents {
    width: 100%;
  }
  .article_pic {
    display: block;
  }
  .article_pic img {
    margin-bottom: 30px;
  }

  /* products */
  .product-box {
    padding-top: 8px;
  }
  .menu_list {
    margin-bottom: 10px;
  }
  .menu_list ul {
    flex-wrap: wrap;
  }
  .menu_name {
    width: 48%;
    height: 40px;
    font-size: 1.5rem;
    border: 1px solid #000;
    margin-bottom: 6%;
    line-height: 40px;
    border-radius: 20px;
  }
  .menu_name a {
    height: auto;
    line-height: 37px;
  }
  .item_box .link_box {
    width: 88%;
  }
  .item_lead {
    width: 90%;
  }
  .item_box .btn_circle a {
    padding: 6.6% 0;
  }
  .item_list ul {
    display: block;
  }
  .item_box {
    width: 100%;
    padding: 0% 0% 12%;
    margin-bottom: 10%;
  }
  .item_box .btn_text {
    width: 120px;
  }
  .item_box:last-of-type {
    margin-bottom: 83px;
  }

  .thm-spec dt,
  .thm-spec dd {
    width: 100%;
    overflow-wrap: break-word;
  }

  .item_contents {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 70% 10% 15%;
    /* padding: 300px 30px 70px;*/
    left: 50%;
    transform: translateX(-50%);
  }

  .box_service,
  .box_shop {
    width: 100%;
  }
  .type_title p {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    padding: 0 7.696%;
    margin-bottom: 40px;
  }

  .acc_title p {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    margin-bottom: 10px;
  }
  .item_acc::after {
    width: 100%;
    height: 1px;
    top: unset;
    bottom: 0;
    left: 0;
    margin: 0;
  }
  .item_acc:last-of-type::after {
    display: none;
  }
  .item_acc:last-of-type {
    margin-bottom: 0;
  }

  /* product_detail */
  .box_product {
    margin-bottom: 60px;
  }
  .product_detail .item_table {
    font-size: 1.3rem;
  }
  .item_table dt {
    width: 40%;
  }
  .item_table dd {
    width: 54%;
  }
  .item_table dd::before {
    left: -10%;
  }

  .product_imgs {
    width: 100%;
    margin-right: 0;
  }
  .product_detail {
    width: 100%;
  }
  .product_text {
    width: 100%;
    padding: 0 30px;
    text-align: left;
  }
  .scr_title {
    margin-bottom: 10px;
  }
  .function_item img {
    margin-bottom: 30px;
  }
  .function_list ul {
    display: block;
  }
  .function_item {
    width: 63.64%;
    margin: 0 auto 50px;
  }
  .function_item:nth-of-type(4n) {
    margin: 0 auto 50px;
  }
  .function_point {
    padding: 0;
    margin-bottom: 80px;
  }
  .full_mv img {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
  .point_list {
    padding: 0 7.696%;
  }
  .point_list ul {
    display: block;
    margin-bottom: 40px;
  }
  .point_item {
    width: 100%;
  }
  .part_list .row {
    display: block;
  }
  .part_img {
    width: 100%;
  }
  .part_namelist {
    display: block;
    padding: 4% 2%;
  }
  .part_namelist ul {
    width: 100%;
    border: none;
  }
  .notice_text {
    font-size: 1.2rem;
  }

  .detail_btnbox {
    padding: 10% 7.696%;
  }

  /* product_spec */
  .device_title {
    height: 180px;
  }
  .model_num {
    width: 100%;
    top: 0;
    overflow-wrap: break-word;
  }
  .acc_num_title {
    height: auto;
    margin-bottom: 14px;
  }
  .acc_model_num {
    margin-bottom: 14px;
  }
  .acc_inner {
    margin-top: 0;
  }
  .code_num {
    width: 100%;
    top: 50%;
  }
  .acc_code_num {
    text-align: right;
  }
  .box_dl a {
    position: relative;
    height: 55px;
    padding-left: 16%;
    text-align: left;
  }
  .box_dl a::after {
    right: 14%;
    /* margin-right: 20px; */
  }
  .detail_menu .menu_name {
    width: 31.82%;
    border: none;
    border-radius: 0%;
    border-bottom: 4px solid #e60039;
  }
  .detail_menu .menu_name a {
    font-size: 1.5rem;
    color: #e60039;
  }
  .spec_sheet {
    width: 100%;
  }
  .sheet_dt {
    width: 40%;
  }
  .sheet_dd {
    width: 60%;
  }
  .package_list {
    display: block;
  }
  .package_list ul {
    width: 100%;
    margin-bottom: 0;
  }
  .package_list ul:last-of-type {
    margin-bottom: 60px;
  }
  .size_info .package_item {
    width: 100%;
  }
  .box_item {
    padding: 30px;
  }
  .box_title img {
    width: 60px;
  }
  .box_title {
    margin-bottom: 20px;
  }
  .box_title p {
    font-size: 2.5rem;
    line-height: 60px;
  }
  .line_text {
    font-size: 2.5rem;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .shop_link {
    display: block;
  }
  .shop_link p {
    font-size: 1.8rem;
  }
  .link_list::after {
    display: none;
  }
  .link_list {
    width: 100%;
    border-bottom: 1px solid #707070;
    margin-bottom: 40px;
  }
  .link_list ul {
    width: 100%;
  }
  .shop_link::before {
    display: none;
  }
  .link_list:last-of-type {
    border: none;
  }
  .link_list .link_item:last-of-type {
    margin-bottom: 40px;
  }

  /* company */
  .co_box {
    display: block;
    width: 100%;
    height: auto;
  }
  .co_box .co_logo {
    width: 45.456%;
    margin: 0 auto 16px;
  }
  .co_info {
    padding: 0;
    border-left: none;
    border-top: 1px solid #000;
  }
  .co_info p {
    text-align: center;
  }
  .co_detail {
    width: 100%;
  }
  .photos {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
  .photos ul {
    flex-wrap: wrap;
  }
  .photos ul li {
    width: 50%;
  }
  .line_title {
    font-size: 1.7rem;
  }
  .co_list {
    display: block;
    width: 100%;
  }
  .co_info {
    padding-top: 6%;
    margin: 0 0 4% 0;
    font-size: 1.4rem;
  }
  .co_info span {
    display: inline-block;
    margin-bottom: 2%;
  }
  .subtitle {
    font-size: 2rem;
    height: 36px;
    margin-bottom: 2em;
  }
  .bottom_btn {
    padding: 46px 0;
  }
  /* about */
  .about_inner,
  .profile_pic,
  .bg_bread {
    width: 100%;
  }
  .top_bg {
    margin-top: 70px;
  }

  /* service_business */
  .ser_list {
    width: 100%;
    margin-bottom: 60px;
  }
  .ser_item {
    box-shadow: none;
    margin-bottom: 30px;
  }
  .ser_item:last-of-type {
    box-shadow: 2px 2px 15px #00000029;
  }
  .list_box {
    display: block;
  }
  .icon_box,
  .list_box img {
    width: 100%;
  }
  .ser_text {
    padding: 30px;
  }
  .ser_text .btn_red {
    margin: 0 auto;
  }

  /* service_odm */
  .odm_point .odm_scr,
  .odm_list {
    width: 100%;
  }
  .odm h3 {
    font-size: 2.5rem;
    padding: 0 30px;
  }
  .odm_list {
    padding: 0 30px;
  }
  .point_num,
  .odm_list ul {
    display: block;
  }
  .odm_item {
    width: 100%;
  }
  .odm_item::before {
    display: none;
  }
  .odm_item:nth-last-of-type(-n + 2) {
    border-bottom: none;
  }
  .odm_item:last-of-type {
    border-bottom: 2px dotted #c8c8c8;
  }

  /* history */
  .history_inner {
    width: 100%;
    overflow: hidden;
  }
  .history_lead,
  .history_list {
    padding: 0 30px;
  }
  .history_lead .bg_image,
  .history_list .bg_image {
    width: 100%;
    top: 0;
    left: -50%;
  }
  .history_list th {
    width: 24%;
  }
  .history_list tr td:last-of-type {
    width: 77%;
    padding-left: 6%;
  }
  .history_list .r-img {
    left: unset;
    right: -50%;
  }
  .history_list .under_img {
    top: unset;
    bottom: -30%;
  }
  .history_list table {
    border-spacing: 0 16px;
  }
  .history_list td {
    width: 45%;
  }
  .history_inner .bottom_btn {
    padding: 80px 30px 40px;
  }
  .notice_text {
    font-size: 1rem;
    margin: 10% auto;
  }

  /* support */
  .sup_inner {
    width: 100%;
  }
  .btn_list {
    display: block;
    width: 100%;
    margin-bottom: 50px;
  }
  .btn_support {
    margin: 0 auto 20px;
  }
  .sup_inner .line_title {
    width: 84%;
    margin: 0 auto 30px;
  }
  .tab-group {
    width: 84%;
    margin: 0 auto;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .tab {
    width: 46%;
    border: 1px solid #000000;
    border-radius: 5px;
    margin-bottom: 20px;
    background-color: #fff;
    opacity: 0.25;
  }
  .tab.is-active {
    opacity: 1;
  }
  .tab.is-active::before {
    display: none;
  }
  .panel-group {
    font-size: 1.4rem;
    padding: 28px 30px 10px;
  }
  .li-open {
    padding: 6px 10px;
  }
  .dl_item {
    display: block;
    width: 84%;
    height: 100px;
    padding: 16px 0;
    margin: 0 auto;
  }
  .dl_item .btn_dl {
    width: 100%;
    position: inherit;
    top: 0;
    right: 0;
    transform: unset;
  }
  .dl_item .btn_dl P {
    width: 46%;
  }
  .dl_item .btn_dl .box_dl a {
    height: 35px;
  }
  .dl_item .model_no {
    line-height: 1.5rem;
    margin-bottom: 16px;
  }
  .dl_item .btn_dl .slim_btn a {
    height: 35px;
  }
  .chat_info {
    width: 84%;
    padding: 25px 20px 20px;
  }
  .chat_info .btn_support {
    width: 100%;
    font-size: 1.6rem;

    padding: 10% 0;
    margin-bottom: 8%;
  }
  .chat_info .btn_support::before {
    left: 0;
  }
  .chat_info p:last-of-type {
    /* left: 18%; */
    font-size: 1.6rem;
  }
  .btn_support .btn_name {
    width: 68%;
    left: 20%;
  }
  .btn_support .btn_icon {
    margin-left: 2%;
  }
  .box_contact .captcha_area .h-captcha {
    margin: 2% auto 20%;
  }
  .box_contact .btn_round {
    margin-bottom: 20%;
  }

  /* contact */
  .contact_inner {
    width: 100%;
  }
  .form_table td input,
  .form_table td textarea,
  .notice_red {
    width: 100%;
    text-align: left;
  }
  .contact_notice {
    text-align: left;
  }
  .contact_box {
    padding: 0 20px;
  }
  .hcap_cf7-h-captcha-invalid {
    top: -166px;
  }

  /* teaser */
  .teaser_top {
    margin-top: 46px;
  }
  .ts_products {
    margin-bottom: 50px;
  }
  .ts_item_box {
    padding: 6%;
  }
  .ts_title {
    font-size: 2.5rem;
  }
  .ts_item-name {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
  .ts_item-no {
    font-size: 3.3rem;
  }
  .ts_img {
    width: 100%;
  }
  .ts_read {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .ts_col {
    height: auto;
    column-count: 1;
    font-size: 1.3rem;
  }
  .ts_day {
    font-size: 1.5rem;
    width: 166px;
    height: 38px;
    line-height: 38px;
    margin-bottom: 30px;
  }
  .ts_textbox p {
    font-size: 2rem;
  }

  .ts_btn {
    width: 100%;
    margin-bottom: 68px;
  }

  .dialog {
    width: 250px;
  }
  .dialog .dialog-header {
    padding: 0 6px;
  }
}

/* loader用 */
#overlay{ 
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  height:100%;
  display: none;
  background: rgba(0,0,0,0.6);
}
.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;  
}
.spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
  100% { 
    transform: rotate(360deg); 
  }
}
.is-hide{
  display:none;
}