@charset "UTF-8";
/*** THEME ***/
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}
@font-face {
  font-family: "FuturaHeavyBT"; /* フォント名 */
  /* フォーマットごとにパスを指定 */
  src: url("/common/css/fonts/FuturaHeavyBT.ttf");
}
body {
  background: repeating-linear-gradient(-45deg, #e082b0, #e082b0 8px, #efbfd7 4px, #efbfd7 10px);
  background-size: 14px 14px;
}

ul,
li {
  list-style: none;
}

.h1_ttl,
.h1_logo {
  font-size: 3.5714285714rem;
  margin-bottom: 2.1428571429rem;
  display: flex;
  align-items: center;
  color: #c30463;
  font-family: "FuturaHeavyBT", "Century Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
  font-weight: bold;
}
.h1_ttl .icon,
.h1_logo .icon {
  margin: 0 1.4285714286rem 0 0;
  width: 5rem;
  border-radius: 0 0 1.4285714286rem 0;
  box-shadow: 4px 4px 8px #999999;
}
.h1_ttl .logo_txt,
.h1_logo .logo_txt {
  width: auto;
  height: 5rem;
}
.h1_ttl span,
.h1_logo span {
  font-size: 2.1428571429rem;
}
@media only screen and (max-width: 736px) {
  .h1_ttl,
  .h1_logo {
    font-size: 2.4rem;
    margin-bottom: 1.4285714286rem;
  }
  .h1_ttl span,
  .h1_logo span {
    font-size: 1.6rem;
  }
}

.h1_logo {
  font-size: 2.1428571429rem;
}
.h1_logo .icon {
  border-radius: 0 0 1.0714285714rem 0;
  width: 3.5714285714rem;
}
.h1_logo .logo_txt {
  width: auto;
  height: 3.5714285714rem;
}

.bg_line {
  border-bottom: 0.2142857143rem solid #fff;
}

.bg_line2 {
  border-bottom: 0.2142857143rem solid #323232;
}

.bg_line3 {
  border-top: 0.2142857143rem solid #fff;
}

.bg_line4 {
  border-top: 0.2142857143rem solid #323232;
}

.link_mark {
  position: relative;
  padding-left: 1.4285714286rem;
}
.link_mark::before {
  content: "";
  position: absolute;
  border-top: 0.4285714286rem solid transparent;
  border-bottom: 0.4285714286rem solid transparent;
  border-left: 0.7142857143rem solid #333;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.link_mark button {
  text-decoration: underline;
}

#contents .sub_imgarea {
  background: #efbfd7;
  border-bottom: 0.3571428571rem solid #323232;
}
@media only screen and (max-width: 736px) {
  #contents .sub_imgarea {
    height: auto;
  }
}
#contents .sub_imgarea .m_c {
  width: 100%;
  max-width: 100rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 736px) {
  #contents .sub_imgarea .m_c {
    height: auto;
    padding: 2.8571428571rem 0;
  }
}
#contents .sub_imgarea .detail {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 736px) {
  #contents .sub_imgarea .detail {
    display: block;
    width: 98%;
  }
}
#contents .sub_imgarea .detail .sub_txt {
  width: 50%;
  padding: 0 1%;
  box-sizing: border-box;
}
@media only screen and (max-width: 736px) {
  #contents .sub_imgarea .detail .sub_txt {
    width: 100%;
  }
}
#contents .sub_imgarea .detail .sub_txt .for_txt {
  display: flex;
  align-items: center;
  font-size: 1.4285714286rem;
}
@media only screen and (max-width: 736px) {
  #contents .sub_imgarea .detail .sub_txt .for_txt {
    font-size: 0.95em;
  }
}
#contents .sub_imgarea .detail .sub_txt .for_txt img {
  width: 3.5714285714rem;
  margin: 0 0.7142857143rem 0 0;
}
#contents .sub_imgarea .detail .sub_txt ul li {
  position: relative;
  padding-left: 1.8571428571rem;
  margin-bottom: 1.4285714286rem;
  font-size: 1.1428571429rem;
}
#contents .sub_imgarea .detail .sub_txt ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7142857143rem;
  width: 0.7142857143rem;
  height: 0.7142857143rem;
  border-radius: 50%;
  background: #333;
}
#contents .sub_imgarea .detail .sub_txt ul li span {
  font-size: 0.9285714286rem;
}
#contents .sub_imgarea .detail .sub_txt .btn {
  border-radius: 0.7142857143rem;
  width: 90%;
  border: 2px solid #999;
  background: #fff;
  box-sizing: border-box;
  margin-bottom: 0.7142857143rem;
}
@media only screen and (max-width: 736px) {
  #contents .sub_imgarea .detail .sub_txt .btn {
    width: 100%;
  }
}
#contents .sub_imgarea .detail .sub_txt .btn a {
  display: block;
  padding: 1.0714285714rem 0;
  font-size: 1.0714285714rem;
  font-weight: bold;
  text-decoration: none;
}
#contents .sub_imgarea .detail .sub_txt .btn:first-child {
  margin-right: 1.4285714286rem;
}
#contents .sub_imgarea .detail .sub_txt p {
  font-size: 0.8571428571rem;
  line-height: 1.4;
  text-align: justify;
  margin-bottom: 1.4285714286rem;
}
@media only screen and (max-width: 736px) {
  #contents .sub_imgarea .detail .sub_txt p {
    line-height: 1.8;
  }
}
#contents .sub_imgarea #view_sample_area {
  width: 50%;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 736px) {
  #contents .sub_imgarea #view_sample_area {
    width: 100%;
    height: 17.8571428571rem;
  }
}
#contents .sub_imgarea #view_sample_area::before {
  content: "";
  display: block;
  padding-top: 66.6%;
}
#contents .sub_imgarea #view_sample_area .img_box {
  position: absolute;
  top: 0;
  left: 0;
}
#contents .sub_imgarea #view_sample_area .img_box img {
  display: block;
}
#contents .sub_imgarea #view_sample_area .iframe_box {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#contents .sub_imgarea #view_sample_area .iframe_box iframe {
  width: 100%;
  height: 100%;
}
#contents .sub_imgarea #view_sample_area .iframe_box .operation {
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  width: 17.8571428571rem;
  height: auto;
}
#contents .sub_imgarea #view_sample_area .iframe_box .operation img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 736px) {
  #contents .sub_imgarea #view_sample_area .iframe_box .operation {
    display: none;
  }
}
#contents .sub_imgarea #view_sample_area.customize {
  position: relative;
}
@media only screen and (max-width: 736px) {
  #contents .sub_imgarea #view_sample_area.customize {
    position: absolute;
  }
}
#contents .sub_imgarea #view_sample_area.customize .logo_none {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  font-size: 0.9285714286rem;
}
@media only screen and (max-width: 736px) {
  #contents .sub_imgarea #view_sample_area.customize .logo_none {
    line-height: 1.5;
  }
}
#contents .sub-contents {
  position: relative;
  max-width: 107.1428571429rem;
  margin: 0 auto;
}
@media only screen and (max-width: 736px) {
  #contents .sub-contents {
    margin: 0 2%;
  }
}
#contents .sub-contents .contents_area {
  max-width: 107.1428571429rem;
  margin: 0 3.5714285714rem;
  background: #fff;
  padding: 2.8571428571rem 7.1428571429rem;
}
@media only screen and (max-width: 736px) {
  #contents .sub-contents .contents_area {
    width: 96%;
    padding: 1rem 2%;
    margin: 0;
  }
}
#contents .sub-contents .contents_area .page_ttl {
  display: flex;
  align-items: end;
  justify-content: space-between;
  border-bottom: 0.2142857143rem dotted #c30463;
  margin-bottom: 2.8571428571rem;
  flex-wrap: wrap;
}
@media only screen and (max-width: 736px) {
  #contents .sub-contents .contents_area .page_ttl {
    display: block;
    margin-bottom: 3rem;
    line-height: 1.2;
  }
  #contents .sub-contents .contents_area .page_ttl p {
    margin-bottom: 1rem;
  }
}
#contents .sub-contents .contents_area p {
  text-align: left;
}
#contents .sub-contents .contents_area h2,
#contents .sub-contents .contents_area .h1_sub {
  margin-bottom: 1.4285714286rem;
  font-size: 1.0714285714rem;
  font-family: "Century Gothic", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
  font-weight: normal;
}
@media only screen and (max-width: 736px) {
  #contents .sub-contents .contents_area h2,
  #contents .sub-contents .contents_area .h1_sub {
    font-size: 1.4rem;
  }
}
#contents .sub-contents .contents_area h2 .service_type,
#contents .sub-contents .contents_area .h1_sub .service_type {
  font-size: 2.5rem;
  font-weight: bold;
  color: #c30463;
  display: block;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
}
@media only screen and (max-width: 736px) {
  #contents .sub-contents .contents_area h2 .service_type,
  #contents .sub-contents .contents_area .h1_sub .service_type {
    display: block;
    text-align: left;
  }
}
#contents .sub-contents .contents_area h2 .font_size,
#contents .sub-contents .contents_area .h1_sub .font_size {
  font-size: 1.1428571429rem;
}
@media only screen and (max-width: 736px) {
  #contents .sub-contents .contents_area h2 .font_size,
  #contents .sub-contents .contents_area .h1_sub .font_size {
    display: block;
  }
}
#contents .sub-contents .contents_area h2 .font_size .service_type2,
#contents .sub-contents .contents_area .h1_sub .font_size .service_type2 {
  font-weight: bold;
  color: #c75772;
}
@media only screen and (max-width: 736px) {
  #contents .sub-contents .contents_area h2 .font_size .service_type2,
  #contents .sub-contents .contents_area .h1_sub .font_size .service_type2 {
    font-size: 1.1428571429rem;
    display: inline;
    text-align: left;
  }
}
#contents .sub-contents .contents_area .part {
  margin: 0 auto 7.1428571429rem;
  max-width: 84.2857142857rem;
}
@media only screen and (max-width: 736px) {
  #contents .sub-contents .contents_area .part {
    margin-bottom: 4rem;
    width: 100%;
  }
}
#contents .sub-contents .contents_area .part h3 {
  background: #efbfd7;
  padding: 0.7142857143rem 0.3571428571rem;
  text-align: left;
  font-size: 1.1428571429rem;
  margin: 2.8571428571rem 0 1.4285714286rem;
}
#contents .sub-contents .contents_area .part .link_area {
  display: flex;
}
@media only screen and (max-width: 736px) {
  #contents .sub-contents .contents_area .part .link_area {
    flex-direction: column;
  }
}
#contents .sub-contents .contents_area .part .link_area .link_mark {
  margin-left: 2.1428571429rem;
}
@media only screen and (max-width: 736px) {
  #contents .sub-contents .contents_area .part .link_area .link_mark {
    margin-left: 0;
  }
}
#contents .sub-contents .contents_area .part .list_box {
  list-style: none;
}
#contents .sub-contents .contents_area .part .list_box > li {
  position: relative;
  padding-left: 1.4285714286rem;
  margin-bottom: 2.1428571429rem;
}
#contents .sub-contents .contents_area .part .list_box > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7857142857rem;
  width: 0.7142857143rem;
  height: 0.7142857143rem;
  border-radius: 50%;
  background: #555;
}
#contents .sub-contents .contents_area .part .list_box > li .link_mark {
  margin-left: 0.7142857143rem;
}
#contents .sub-contents .contents_area .part .bottom_none li {
  margin-bottom: 0;
}
#contents .sub-contents .contents_area .part .avail_sample {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-top: 2.1428571429rem;
}
#contents .sub-contents .contents_area .part .avail_sample li {
  width: 25%;
  margin-bottom: 1.4285714286rem;
}
#contents .sub-contents .contents_area .part .avail_sample li .img_wrap {
  padding: 0 10%;
  width: 100%;
  box-sizing: border-box;
}
#contents .sub-contents .contents_area .part .avail_sample li .img_wrap img {
  display: block;
}
#contents .sub-contents .contents_area .part .avail_sample li p {
  text-align: center;
  font-size: 0.9285714286rem;
}
@media only screen and (max-width: 736px) {
  #contents .sub-contents .contents_area .part .avail_sample li {
    width: 50%;
  }
  #contents .sub-contents .contents_area .part .avail_sample li .img_wrap {
    padding: 0 5%;
  }
}
#contents .sub-contents .contents_area .examples {
  display: flex;
  align-items: center;
  padding-bottom: 1.0714285714rem;
  flex-wrap: wrap;
  margin: 0 auto;
}
#contents .sub-contents .contents_area .examples .demo_area {
  width: 31%;
  margin: 0.7142857143rem 1% 2.1428571429rem;
  box-sizing: border-box;
  position: relative;
}
@media only screen and (max-width: 736px) {
  #contents .sub-contents .contents_area .examples .demo_area {
    width: 100%;
    max-width: 100%;
  }
}
#contents .sub-contents .contents_area .examples .demo_area a {
  text-decoration: none;
}
#contents .sub-contents .contents_area .examples .demo_area .img_area {
  padding: 2%;
  position: relative;
}
#contents .sub-contents .contents_area .examples .demo_area .img_area a {
  text-decoration: none;
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
}
#contents .sub-contents .contents_area .examples .demo_area .img_area:hover {
  cursor: pointer;
  opacity: 0.6;
}
#contents .sub-contents .contents_area .examples .demo_area .img_area .pc_iframe {
  padding: 0;
}
@media only screen and (max-width: 736px) {
  #contents .sub-contents .contents_area .examples .demo_area .img_area .pc_iframe {
    display: none;
  }
}
#contents .sub-contents .contents_area .examples .demo_area .img_area .pc_iframe iframe {
  width: 49%;
  height: 49%;
  position: relative;
  margin: 0.5%;
}
#contents .sub-contents .contents_area .examples .demo_area .img_area .sp_iframe {
  display: none;
}
#contents .sub-contents .contents_area .examples .demo_area .img_area .sp_iframe iframe {
  margin: 0;
  margin-bottom: 5px;
}
@media only screen and (max-width: 736px) {
  #contents .sub-contents .contents_area .examples .demo_area .img_area .sp_iframe {
    display: block;
    padding: 0;
  }
}
#contents .sub-contents .contents_area .examples .demo_area .img_area .modeler_demo {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
#contents .sub-contents .contents_area .examples .demo_area .img_area .modeler_demo::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 4.2857142857rem;
  height: 4.2857142857rem;
  border-radius: 50%;
  content: "";
  background: rgba(255, 255, 255, 0.8);
  z-index: 10;
  pointer-events: none;
}
#contents .sub-contents .contents_area .examples .demo_area .img_area .modeler_demo::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-top: 0.7142857143rem solid transparent;
  border-bottom: 0.7142857143rem solid transparent;
  border-left: 1rem solid #333;
  content: "";
  z-index: 11;
  pointer-events: none;
}
#contents .sub-contents .contents_area .examples .demo_area .img_area .modeler_demo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#contents .sub-contents .contents_area .examples .boxbase {
  margin-bottom: 0.7142857143rem;
  border-radius: 0;
  box-sizing: border-box;
  box-shadow: none;
  outline: 0.2142857143rem solid #323232;
}
#contents .sub-contents .contents_area .examples .more_btn {
  height: 2.8571428571rem;
}
#contents .sub-contents .contents_area .examples dl {
  display: flex;
}
#contents .sub-contents .contents_area .examples dl dt {
  text-align: center;
  background: #e082b0;
  color: #fff;
  width: 5.7142857143rem;
  border-top: 0.2142857143rem solid #323232;
  font-size: 0.8571428571rem;
}
#contents .sub-contents .contents_area .examples dl dd {
  padding-left: 2%;
  border-top: 0.2142857143rem solid #323232;
  width: 100%;
  font-size: 0.8571428571rem;
  display: flex;
}
#contents .sub-contents .contents_area .examples dl dd span {
  display: block;
  font-size: 0.7857142857rem;
}
#contents .sub-contents .contents_area .examples dl dd span a {
  color: #c30463;
  text-decoration: underline !important;
}
#contents .sub-contents .contents_area .examples dl dd span.offer {
  margin-left: auto;
  margin-right: 2%;
}
#contents .sub-contents .contents_area .examples dl dd .link_mark {
  padding-left: 0.8571428571rem;
  margin-right: 0.3571428571rem;
}
#contents .sub-contents .contents_area .examples dl dd .link_mark::before {
  content: "";
  position: absolute;
  border-top: 0.3571428571rem solid transparent;
  border-bottom: 0.3571428571rem solid transparent;
  border-left: 0.5714285714rem solid #333;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#contents .sub-contents .contents_area .examples dl dd .link_mark:last-child {
  margin-right: 0;
}
#contents .sub-contents .contents_area .examples p {
  font-size: 1rem;
  text-align: left;
  line-height: 1.5;
  margin-bottom: 0.3571428571rem;
  margin-top: 0.7142857143rem;
}
@media only screen and (max-width: 736px) {
  #contents .sub-contents .contents_area .examples .link_btn {
    width: 70%;
  }
}
#contents .sub-contents .contents_area .examples .link_btn a {
  display: inline-block;
  background-color: #c8c8c8;
  text-decoration: none;
  padding: 3px 10px;
  box-sizing: border-box;
  border-radius: 5px;
  margin-top: 10px;
  padding-right: 30px;
  background-image: url(/common/img/arrow2.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: auto 15px;
}
@media only screen and (max-width: 736px) {
  #contents .sub-contents .contents_area .examples .link_btn a {
    display: block;
  }
}
#contents .sub-contents .contents_area .examples .link_btn a span {
  display: flex;
  align-items: center;
  font-size: 1rem;
  font-weight: bold;
}
#contents .sub-contents .contents_area .examples .link_btn a img {
  width: auto;
  height: 2.1428571429rem;
  margin-right: 0.3571428571rem;
}

.remodal {
  width: 80%;
  max-width: 85.7142857143rem;
  max-height: 92vh;
  padding: 2.8571428571rem;
}
@media only screen and (max-width: 736px) {
  .remodal {
    min-width: 100%;
    width: 100%;
    box-sizing: border-box;
    overflow-y: auto;
    padding: 2.8571428571rem 2%;
  }
}
.remodal .modal_content {
  overflow-y: auto;
  height: 76vh;
}
.remodal img,
.remodal iframe {
  display: block;
}
.remodal .modal_ttl {
  font-size: 1.7142857143rem;
  margin-bottom: 1.4285714286rem;
  border-bottom: 0.1428571429rem solid;
  text-align: left;
}
.remodal p {
  margin-bottom: 1.4285714286rem;
  text-align: left;
}
.remodal h2 {
  border-bottom: 0.2142857143rem dotted #c30463;
  margin-bottom: 1.4285714286rem;
  padding-bottom: 0.7142857143rem;
  text-align: left;
  font-size: 1.4285714286rem;
  font-weight: bold;
  color: #c30463;
  display: block;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
}
@media only screen and (max-width: 736px) {
  .remodal h2 {
    display: block;
    text-align: left;
  }
}
.remodal h3 {
  background: #efbfd7;
  padding: 0.7142857143rem 0.3571428571rem;
  text-align: left;
  font-size: 1.1428571429rem;
  margin: 2.8571428571rem 0 1.4285714286rem;
}
.remodal #modal_img_area {
  display: flex;
  align-items: center;
  justify-content: center;
}
.remodal #modal_img_area img {
  height: 100%;
  max-height: 70vh;
}
.remodal .movie_area {
  position: relative;
  width: 100%;
  min-width: 57.1428571429rem;
  padding-top: 56.25%;
}
@media only screen and (max-width: 736px) {
  .remodal .movie_area {
    min-width: 100%;
  }
}
.remodal .movie_area iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.remodal .remodal-close {
  width: 3.5714285714rem;
  height: 3.5714285714rem;
}
.remodal .remodal-close::before {
  width: 3.5714285714rem;
  font-size: 3.5714285714rem;
  line-height: 3.5714285714rem;
}
.remodal .record_close {
  margin: 1.4285714286rem 0 0;
  background: #ccc;
  padding: 0.7142857143rem 2.1428571429rem;
  border-radius: 0.3571428571rem;
}

button {
  background: none;
  border: none;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  font-family: inherit;
}