@charset "utf-8";

body{
  background-color: #fafafb;
}
h2,h3{
  font-weight: bold;
}
p{
  margin-bottom: 0;
  font-size: 18px;
}
/* スマホ */
@media only screen and (max-width: 991px) {
  p{
   font-size: 16px;
  }
}

/* スマホ */
@media only screen and (max-width: 767px) {
  p{
   font-size: 14px;
  }
}
.marker_yellow{
  background: linear-gradient(transparent 70%, #feda26 70%);
  line-height: 1.5;
}
.marker_orange{
  background-color: #ff7200;
  color: #fff;
  padding: 0.5rem 0.5rem;
  line-height: 1.5;
}


/* 1400px以下 */
@media only screen and (max-width: 1399px) {
}

/* 1200px以下 */
@media only screen and (max-width: 1199px) {
}

/* タブレット以下 */
@media only screen and (max-width: 991px) {
}

/* スマホ */
@media only screen and (max-width: 767px) {
  .marker_orange{
  padding: 0 0.5rem;
  }
}
figure{
  margin-bottom: 0;
}
.flow-triangle{
  padding-top: 12vw !important;
}
.flow-triangle::after{
  top: 3vw;
  width: 40vw;
  height: 8vw;
  background-color: #fafafb;
}
/* タブレット以下 */
@media only screen and (max-width: 767px) {
  .flow-triangle::after {
    top: 5vw;
    width: 80vw;
    height: 22vw;
}
}

/*-----------------------------------------------------
header
-------------------------------------------------------*/
.header p{
    font-size: 14px;
  }

@media (max-width: 767px) {
  .h_slogan, .h_r { 
      display: none !important;
  }
  .h_l { 
      display: flex;
      justify-content: center; 
      width: 100%;
  }
  .h_logo {
      width: 8rem; 
      margin: auto;
  }
  .header p{
    font-size: 12px;
  }
}

@media only screen and (max-width: 1199px) {
  .h_l {
      flex-direction: column;
  }
  .h_btn {
      max-width: 17rem;
  }
  .h_logo {
      max-width: 13rem;
    }
  .header p{
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {

  .h_btn {
      max-width: 24rem;
  }
}

.h_slogan {
    margin-bottom: 0;
    margin-top: 0.rem;
    margin-left: 1rem;
}
.h_tl {
    font-size: 26px;
}
@media only screen and (max-width: 1399px) {
    .h_slogan {
        font-size: 13px;
        margin-left: 0.5rem;
    }
    .h_tl {
        font-size: 24px;
    }
}

/*-----------------------------------------------------
fv
-------------------------------------------------------*/
.fv{
  background: url(../images/fv_bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .fv{
    background:none;
  }
}

/*-----------------------------------------------------
箇所例
-------------------------------------------------------*/

.benefit1{
  background-color: #deeeff;
}
.benefit_box{
  background-color: #fff;
  padding: 5rem 1rem 3rem 1rem;
  border: 2px solid #ff7200;
  border-radius: 15px;
  position: relative;
  margin-top: 8rem;
}
.benefit_box h3{
  position: absolute;
  top: -1rem;
  left: 0;
  right: 0;
}
.benefit_box p{
  color: #1579b7;
  font-weight: bold;
}
.benefit_img_l{
  position: absolute;
  top: -9rem;
  left: 2rem;
}
.benefit_img_r{
  position: absolute;
  top: -9rem;
  right: 2rem;
}
@media only screen and (max-width: 767px) {
  .benefit_img_l{
    width: 25%;
    top: -7rem;
    left: 0;
  }
.benefit_img_r{
    width: 25%;
    top: -7rem;
    right: 0;
  }

}

/*-----------------------------------------------------
cta
-------------------------------------------------------*/
.cta{
  background-color: #fafafb;
}
.cta02,.cta03{
  background-color: #deeeff;
}

/*-----------------------------------------------------
一覧と特徴
-------------------------------------------------------*/
.lineup{
  background-color: #0780c5;
  overflow: hidden;
}
.lineup .flow-triangle::after{
  background-color: #fafafb;
}
.accordion-item{
  margin: 0.5em 0;
}
.lineup .accordion-button{
  background-color: #ff0000;
  border-radius: 0 !important;
  padding: 0.7em;
}
.lineup-ttl{
  color: #fff;
  font-size: 1.15rem;
  font-weight: bold;
}
.opition-box{
  border: 2px solid #1879b7;
  border-radius: 0px;
  padding: 0.5em;
}
.option-ttl{
  font-size: 1.2rem;
  font-weight: bold;
  color: #1879b7;
  margin-bottom: 0;
}

.products_item{
  width: 80%;
  margin: auto;
}

@media only screen and (max-width: 767px) {
  .products_item{
  width: 100%;
}
}
/* アコーディオン
------------------------------------------------*/
.lineup .accordion {
  --bs-accordion-border-color: none;
  --bs-accordion-btn-focus-border-color: none;
  --bs-accordion-btn-focus-box-shadow:none;
  --bs-accordion-bg: #fff;
  --bs-accordion-active-bg: none;
  --bs-accordion-btn-padding-y: 1.5rem;
}
.lineup .accordion-body {
    padding-bottom: 1.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.lineup .accordion-button::after{
  background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.lineup .accordion-button:not(.collapsed)::after{
  background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.item_text {
  position: relative;
  display: inline-block;
  padding: 0 150px;
}

.item_text:before, .item_text:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 125px;
  height: 3px;
  background-color: black;
}

.item_text:before {
  left:0;
}
.item_text:after {
  right: 0;
}
.accordion-body ul li{
    text-align: left;
    padding-left: 1rem;
  }
  
.header_item2 .accordion-button,
.header_item2 .item_text:before, 
.header_item2 .item_text:after{
  background-color: #00bc9b;
}
.header_item3 .accordion-button,
.header_item3 .item_text:before, 
.header_item3 .item_text:after{
  background-color: #71cd0e;
}
.header_item2 .item_text{
  color: #00bc9b;
}
.header_item3 .item_text{
  color: #71cd0e;
}

@media only screen and (max-width: 991px) {
  .item_text {
  padding: 0 74px;
  }

  .item_text:before, .item_text:after {
    width: 60px;
  }
  .lineup .accordion-body{
    padding-bottom: 1rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .lineup-ttl{
    font-size: 0.8rem;
  }
}
@media only screen and (max-width: 991px) {
  .item_text {
    padding: 30px 150px;
    font-size: 18px;
  }

  .item_text:before, .item_text:after {
    width: 125px;
  }
  .lineup .accordion-body{
    padding-bottom: 1rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .lineup-ttl{
    font-size: 1.1rem;
  }
  
}

.TAB{
  background-color: #f89826;
}


/*-----------------------------------------------------
施工可能な地域一覧
-------------------------------------------------------*/
.option_plus{
  font-size: 2.1rem;
  font-weight: bold;
  color: #ff7200;
}

/*-----------------------------------------------------
こんな方にオススメ！
-------------------------------------------------------*/
.osusume_list{
  list-style-type: none;
  padding: 1rem 1rem;
  border-radius: 10px;
}
.osusume_list li{
  margin-top: 1rem;
  font-weight: bold;
  font-size: 16px;
  position: relative;
  padding-left: 24px;
}
.osusume_i{
  position: absolute;
  left: -20px;
  top: 4px;

}
.osusume_item{
  background-color: #ecf6ff;
  width: 80%;
  margin: auto;
}
@media only screen and (max-width: 1399px) {
  .osusume_item{
  width: 100%;
  }

}
/* スマホ */
@media only screen and (max-width: 991px) {
  .osusume_list{
  
  padding: 0rem 0 0 0.5rem;
  }
  .osusume_list li{
  margin-top: 0.3rem;
  font-size: 16px;
  padding-bottom: 1rem;
}
}

@media only screen and (max-width: 767px) {
  .osusume_list{
  
  padding: 0rem 1rem 0rem;
  }
  .osusume_item{
  background-color: #fff;
  }

}


/*-----------------------------------------------------
プリントSTUDIOの6つの強み
-------------------------------------------------------*/
.features{
  background-image: url(../images/features_bg.png);
  background-size: cover;
  background-position: top center;
  position: relative;
  color: white; /* 设置文字为白色，以确保在深色背景上可见 */
 } 
.container_features{
  background-color: #deeeff;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;   
  padding: 20px;
 }

/* スマホ */
@media only screen and (max-width: 767px) {
  .container_features{
  padding: 1px 0 1px 0;
}
}

.features-item{
    background-color: #fff;
    color: black;
    overflow: hidden;
    padding: 30px 20px;
    width: 95%;
    margin: 20px auto;
 }
 /* スマホ */
@media only screen and (max-width: 767px) {
  .features-item{
  padding: 20px;
}
.features-item h3{
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 1rem;
}
}
.f_ttl{
  color: #fff;
  background: linear-gradient(transparent 70%, #ff7200 70%);
  line-height: 1.5;
}
.features-item h3{
  color: #ff7200;
}

/* スマホ */
@media only screen and (max-width: 767px) {
  .f_ttl{
  font-size: 24px;
}
}
.f_sttl{
  color: #01864b;
  font-size: 24px;
  font-weight: bold;
  background: linear-gradient(transparent 70%, #fff601 70%);
}
/* スマホ */
@media only screen and (max-width: 991px) {
  .f_sttl{
    font-size: 18px;
    line-height: 1;
}
}
/* スマホ */
@media only screen and (max-width: 767px) {
  .f_sttl{
    font-size: 16px;
    line-height: 1;
}
}
/* スマホ */
@media only screen and (max-width: 991px) {
  .f_s{
  font-size: 10px;
}
}
/* スマホ */
@media only screen and (max-width: 767px) {
  .f_s{
  font-size: 8px;
}
}

.decorate01 {
  width: 50%;
  margin: auto;
  }
/* 991 */
@media only screen and (max-width: 991px) {
  .decorate01 {
    width: 75%;
    margin: auto;
  }
}
.decorate02 {
  position: absolute;
    left: 28rem;
    bottom: 0;
    z-index: 999;
  }
 .decorate03 {
  position: absolute;
    right: 28rem;
    bottom: 0;
    z-index: 999;
  }
  /* 1920 */
@media only screen and (min-width: 1920px) {
  .decorate02 {
    left: 40rem;
  }
  .decorate03 {
    right: 40rem;
  }
}
/* 1440 */
@media only screen and (max-width: 1440px) {
  .decorate02 {
    left: 15rem;
  }
}
/* 1220 */
@media only screen and (max-width: 1220px) {
  .decorate02 {
    left: 10rem;
  }
}
/* 991 */
@media only screen and (max-width: 991px) {
  .decorate02 {
    left: 5rem;
  }
}
@media only screen and (max-width: 991px) {
  .decorate02 {
    left: 3rem;
    width: 25%;
  }
}
@media only screen and (max-width: 1440px) {
  .decorate03 {
    right: 15rem;
  }
}
@media only screen and (max-width: 1220px) {
  .decorate03 {
    right: 10rem;
  }
}
@media only screen and (max-width: 991px) {
  .decorate03 {
    right: 5rem;
    width: 22%;
  }
}
@media only screen and (max-width: 767px) {
  .decorate03 {
    right: 3rem;
    width: 25%;
  }
}
@media only screen and (max-width: 767px) {
  .decorate04 {
  width: 10%;
  margin: auto;
}
}



/*-----------------------------------------------------
制作事例
-------------------------------------------------------*/
.works{
  background-color: #fafafb;
}
.slide-items{
  width: 80%;
  margin: auto;
  }

.slick-prev:before, .slick-next:before {
    color: #342217 !important;/*ボタンの色*/
    opacity: 1 !important;/*ボタンの不透明度*/
    font-size: 20px !important;/*ボタンのサイズ*/
    background: #fff;
    border-radius: 50%;
    font-weight: bold;
    padding: 0.5em 0.5em;
    border: 1px solid #342217;
    display: block;
    width: 2.2em;
    height: 2.2em;
}
.slick-prev:before{
  margin-left: -25px;
}
.slick-next:before{
  margin-left: 10px;
}

/* 1200px以下 */
@media only screen and (max-width: 1199px) {
  .slick-prev:before{
    margin-left: -30px;
  }
  .slick-next:before{
    margin-left: 0;
  }
}

/* 991px以下 */
@media only screen and (max-width: 991px) {
  .slick-prev:before{
    margin-left: -20px;
  }
  .slick-next:before{
    margin-left: 0;
  }
}

/* 991px以下 */
@media only screen and (max-width: 767px) {
  .slick-prev:before{
    margin-left: -10px;
    width: 2em;
    height: 2em;
  }
  .slick-next:before{
    margin-left: -10px;
    width: 2em;
    height: 2em;
  }
}
.slick-dots li button:before{
  font-size:25px!important;/*ドットのサイズ*/
  padding-top: 15px;
}

.slick-dots{
  bottom: -50px !important;
}

/*-----------------------------------------------------
FAQ
-------------------------------------------------------*/
.faq{
  background-color: #fafafb;
}

@media only screen and (max-width: 591px) {
  .accordion{
  width: auto;
  margin: auto;
}
}
/* inputのチェックボックスを非表示 */
.accordion-hidden {
  display: none;
}

/* 見出しボタン部分 */
.accordion-open {
  display: block;
  padding: 10px 60px 10px 10px;
  color: #fff;
  background: #1879b7;
  cursor: pointer;
  margin: 5px 0;
  position: relative;
}

/* ＋アイコン */
.accordion-open::before,
.accordion-open::after {
  content: '';
  width: 20px;
  height: 3px;
  background: #000;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  background-color: #fff;
}

/* アイコンのー */
.accordion-open::after {
  transform: translateY(-50%) rotate(90deg);
  transition: .5s;
}

/* アコーディオンが開いたらーに */
.accordion-hidden:checked+.accordion-open:after {
  transform: translateY(-50%) rotate(0);
}

/* アコーディオン中身部分 */
.accordion-inner {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  opacity: 0;
  transition: 0.5s;
  /* 表示速度の設定 */
  cursor: pointer;
}

/* チェックボックスにチェックが入ったら中身部分を表示する */
.accordion-hidden:checked+.accordion-open+.accordion-inner {
  height: auto;
  opacity: 1;
  padding: 10px;
}
/* ↑ここまで共通 */


/* Q&A追加 */
.accordion_qa .Q,
.accordion_qa .A {
  position: relative;
}

.accordion_qa .Q::before,
.accordion_qa .A::before {
  font-size: 1.5em;
  display: block;
  position: absolute;
  top: -.4em;
  left: -1.3em;
}

.accordion_qa .Q::before {
  content: 'Q.';
  color: #fff;
  font-weight: bold;
}

.accordion_qa .A::before {
  content: 'A.';
  color: #ff7200;
  font-weight: bold;
}

.accordion_qa .accordion-open {
  padding-left: 4em;
}
@media only screen and (max-width: 767px) {
  .accordion_qa .accordion-open {
  padding-left: 2.5em;
}
}
.accordion_qa .accordion-hidden:checked+.accordion-open+.accordion-inner {
  height: auto;
  opacity: 1;
  padding: 10px 10px 10px 4em;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .accordion_qa .accordion-hidden:checked+.accordion-open+.accordion-inner {
   padding: 10px 10px 10px 2.5em;
}
}
/* Q&A追加ここまで */

.container_price{
    background-color: #fff;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding: 20px;
}
.price-item{
  background-color: #deeeff;
  color: black;
  overflow: hidden;
  padding: 20px 20px;
  width: 95%;
  margin: 20px auto;
  }

@media only screen and (max-width: 767px) {
  .container_price{
    padding: 10px;
  }
 }
a{
  text-decoration-line: none;
}
/*-----------------------------------------------------
cta02
-------------------------------------------------------*/

.cta02{
  background-image: url(../images/cta02_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.row_cta02{
  background-image: url(../images/row_bg.png);
  background-position: center;
  background-repeat: no-repeat;
}
.cta-green{
  color: #01864b;
  font-size: 1.7rem;
  font-weight: bold;
}
@media only screen and (max-width: 1199px) {
  .cta-green{
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 991px) {
  .cta-green{
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .col-cta02{
    padding: 10px;}
}


.price{
  background-color: #0780c5;
  background: url(../images/price_bg.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}


.footer{
  padding-top: 20px;
  padding-bottom: 30px;
  background: #f9f9f9;
}
.f_logo{
  max-width: 11rem;
}
.footer_t{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  font-weight: bold;
  font-size: 21px;
}
.f_p{
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .footer_t{
    flex-direction: column;
    align-items: normal;
  }
  .footer_text{
    font-size: 16px;
  }
  .footer_tell{
    padding-top: 10px;
}}
.tell_text{
  font-size: 30px;
}
@media only screen and (max-width: 991px) {
  .tell_text{
  font-size: 21px;}
  .f_p{
    font-size: 12px;
  }
}

@media only screen and (max-width: 1199px) {
  .f_text{
    font-size: 12px;
  }
}


.fix-navi{
  position: fixed;
  z-index: 9999;
  bottom: 0;
  width: 100%;
  text-align: center;
  background-color: #ff9e4f;
  padding: 0.8em 0 0.7em;
}
.fix-navi p{
  margin-bottom: 0;
}

@media only screen and (max-width: 767px){
.navi_cta{
  width: 60%;
}}
@media only screen and (max-width: 575px){
.navi_cta{
  width: 90%;
}}

@media only screen and (max-width: 767px){
  .scroll-up{
    bottom: 125px;
}}
.scroll-up a{
  background-color: #b2d7ff;
}
.fa-chevron-up:before{
  color: black;
}

.container-products{
  padding-bottom: 10rem;
}
@media only screen and (max-width: 767px){
.container-products{
  padding-bottom: 6rem;
  }
}

.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  margin:20px 0;
}
@media only screen and (max-width: 767px){
   .tab-wrap {
  display: none;
}
}

.tab-label {
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
  padding: 20px .1em;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  flex: 1;
}
/*.tab-label:not(:last-of-type) {
  margin-right: 5px;
}*/
@media only screen and (max-width: 767px) {
  .tab-label {
  flex: none;
  margin: auto;
  }
 }

.tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
/* アクティブなタブ */

.tab-switch:checked+.tab-label+.tab-content {
  height: auto;
  overflow: hidden;
  padding: 0;
  opacity: 1;
  transition: .5s opacity;
}
/* ラジオボタン非表示 */
.tab-switch {
  display: none;
}