
body {
  overflow-x: hidden;
}
.col_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.col2_01 {
  width: 46%;
}
@media screen and (max-width: 768px) {
.col2_01 {
  width: 100%;
}
}
#portfolio .contents{
  background-color: #FAEDED;
  padding: 80.4px 0 70px;
  margin-bottom: -10px;
}
#portfolio-sub .contents{
  background-color: #FAEDED;
  padding: 20px 0 70px;
  margin-bottom: -10px;
}
#portfolio .contents .sec_main_img {
  background-color: inherit;
}
#portfolio .contents .sec_main_img h1.title_main{
  position: relative;

}
#portfolio .contents .sec_main_img h1.title_main::before{
  background-color: #D90000;

}
#portfolio .t_main_img{
    max-width: 1060px;
    margin: 0px auto;
}
#portfolio .t_main_img .title_main {
  font-size: 25px;
  margin-bottom: 110px;
  text-align: center;
  position: relative;
}
#portfolio .t_main_img .title_main::before {
  content: '';
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  width: 430px;
  margin: auto;
  height: 12px;
  background-color: #fff;
}

#portfolio .contents .mar-style {
  max-width: 1060px;
  width: auto;
  margin: 0 auto 40px;
}

.portfolio_flow {
  background-image: url(../images/bg_portfolio_img01.png);
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 1160px;
  height: 178px;
 margin: 0 -40px;
  background-color: #fff;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
}
.portfolio_flow ul{
  display: flex;
  justify-content: space-between;
  max-width: 960px;
  width: 100%;
  margin: auto;
  background-color: rgba(255, 255, 255, 0);
}
.portfolio_flow ul li{
  width:30%;
}

#portfolio a.btn_01,.portfolio_flow a.btn_01{
  color: #000;
  display: block;
  height: 50px;
  font-size: 1.5rem;
  text-align: center;
  font-weight: 600;
  border-bottom: 1px solid #D90000;
  position: relative;
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  transition: .5s ease-in-out;
}
#portfolio a.btn_01::after,.portfolio_flow a.btn_01::after {
  content: '';
  background-image: url(../images/arrow_r.svg);
  background-size: cover;
  position: absolute;
  top: 3px;
  right: 0;
  width: 11px;
  height: 11px;
}
#portfolio a.btn_01::before,.portfolio_flow a.btn_01::before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0);
  transition: .5s ease-in-out;
}
#portfolio a.btn_01:hover,.portfolio_flow a.btn_01:hover{
  color: #D90000;
}
#portfolio a.btn_01:hover::after,.portfolio_flow a.btn_01:hover::after {
  background-image: url(../images/arrow_r.svg);
}

#p-procedure .portfolio_flow #p-procedure-sub,#p-faq .portfolio_flow #p-faq-sub,#p-photograph .portfolio_flow #p-photograph-sub{
  color: #D90000;
}

#portfolio-sub .color-01 .faq_one .faq_header{
    background-color: #D90000;
}
#portfolio-sub .color-01 .faq_one:nth-of-type(2n) .faq_header {
  background-color: #BA2D2D;
}

#portfolio-sub .color-01 .faq_one .faq_inner {
  border-left: 2px solid #D90000;;
  border-right: 2px solid #D90000;;
  border-bottom: 2px solid #D90000;;
}
#portfolio-sub .color-01 .faq_one:nth-of-type(2n) .faq_inner {
  border-left: 2px solid #BA2D2D;
  border-right: 2px solid #BA2D2D;
  border-bottom: 2px solid #BA2D2D;
}

.portfolio_list_area{
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 80px 50px;
}

.portfolio_list_area h2{
 font-size: 1.8em;
 text-align: center;
}
/*タブ切り替え全体のスタイル*/
.tabs {
margin-top: 50px;
padding: 80px 0 40px;
/* background-color: #fff;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); */
display: flex;
margin: 0 auto;
flex-wrap: wrap;
}

/*タブのスタイル*/
.tab_item {
height: 50px;
line-height: 50px;
font-size: 1.4rem;
text-align: center;
    letter-spacing: 0.1rem;
color: #000;
display: block;
float: left;
font-weight: bold;
transition: all 0.2s ease;
padding: 0 30px 0 0;
position: relative;
margin-right: 32px;
}
.tab_item.last{
margin-right: 0px;
}
.tab_item::after {
  content: '';
  background-image: url(../images/arrow_bk.svg);
  background-size: cover;
  position: absolute;
  top: 40%;
  right: 0;
  width: 11px;
  height: 11px;
}
input + label::before {
  content: '/';
  padding-right: 32px;
  font-weight: 400;
}
input:first-child + label::before {
  content: none;
}
.tab_item:hover {
opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
display: none;
padding: 40px 0 0;
clear: both;
overflow: hidden;
}
.tab_content ul{
display: flex;
    justify-content: space-between;
    margin-left: -4.2% ;
    width:104.2%;
    flex-wrap: wrap;
}
.tab_content ul li{
  width: 28%;
  margin-left: 4.2% ;
  margin-bottom: 65px;
}
.tab_content p{
  font-size: 1.4rem;
}
.tab_content p:first-of-type{
  margin-bottom: 5px;
}
.tab_content span.icon01{
  font-size: 1.2rem;
    background-color: #000;
    color: #fff;
    display: inline-block;
    padding: 0px 10px;
    margin: 10px 10px 0 0;
}

.tab_content li a{
    transition: .5s ease-in-out;
}
.tab_content li a:hover{
    opacity: 0.7;
    transition: .5s ease-in-out;
}

/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#visual_design:checked ~ #visual_design_content,
#design:checked ~ #design_content,
#space:checked ~ #space_content,
#fashion:checked ~ #fashion_content
{
display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
color: #D90000;
}
.tabs input:checked + .tab_item::after {
  background-image: url(../images/arrow_r.svg);
}


@media screen and (max-width:1120px) {
#portfolio .contents .mar-style {
  margin: 0 30px 40px;
}
}
@media screen and (max-width:834px) {
#portfolio .contents .sec_main_img h1.title_main::after {
  left:auto;
  top: -20px;
  right: 5%;
  width: 160px;
  height: 150px;
}
.tab_content ul li{
  width:45.8%;
  margin-left: 4.2% ;
}
#portfolio .contents {
    background-color: #FAEDED;
    padding: 0px 0 40px;
}

#portfolio-sub .pro_title {
  width: 200px;
}

}
@media screen and (max-width:767px) {

    #portfolio .t_main_img {
        padding-top: 60px;
}
#portfolio .t_main_img .title_main::before {
  width: 80%;
}
.portfolio_flow {
  background-size: 90%;
  padding: 0;
  margin: 0 -30px;
}
#portfolio .contents .sec_main_img {
  padding-top: 40px;
}

.contents .sec_main_img h1.title_main {
  font-size: 2.2rem;
}
#portfolio a.btn_01 {
  display: flex;
    justify-content: center
}
#portfolio a.btn_01::after {
  top: 40%;
}
.portfolio_flow ul li {
  width: 100%;
  width: calc(100% - 60px);
  margin: auto;
}
.tabs {
  padding-top: 20px;
}
.tab_content ul li {
  margin-bottom: 30px;
}
.portfolio_flow ul {
  width: calc(100% - 30px);
  flex-wrap: wrap;
  margin: auto;
}
.tab_content ul{
  margin-left: 0 ;
}
.tab_content ul li{
  width:100%;
  margin-left: 0 ;
}
input + label::before {
  content: none;
  padding-right: 0px;
  font-weight: 0;
}
}

@media screen and (max-width:430px) {
#portfolio a.btn_01 {
  padding-top: 10px;
}

.portfolio_list_area {
  padding: 40px 20px;
}
html, body, d
.tab_item {
  height: 30px;
  line-height: 30px;
}
.tab_content ul{
  margin-left: 0 ;
}
.tab_content ul li{
  width:100%;
  margin-left: 0 ;
}
    input + label::before {
  content: none;
  padding-right: 0px;
  font-weight: 0;
}
    footer {
  font-size: 0.813em;
}
}

/* article */


#portfolio .contents.article .sec_main_img h1.title_main::after {
  content: none;
}
#portfolio .contents.article {
  padding: 0 0 70px;
}
#portfolio .contents.article .sec_main_img {
  background-color: #F8F8F8;
}
#portfolio .contents.article .sec_main_img .title_sub {
  font-size: 1.4rem;
  font-weight: 400;
  color: #D90000;
}
#portfolio .contents.article .sec_detail {
  height: auto;
}
.contents .sec_detail {
  width: 100%;
  margin: 0 auto 10px;
  height: 200px;
  position: relative;
  text-align: center;
  padding-top: 40px;
}
.sec_detail .title_main{
  font-size: 2.5rem;
  font-weight: 700;
  position: relative;
  letter-spacing: 0.1em;
}
#portfolio .contents.article .pro_data{
  text-align: center;
  margin-top: 40px;
  margin-bottom: 70px;
}
#portfolio .contents.article .sec_detail_txt{
 display: flex;
 justify-content: flex-start;
 text-align: left;
 align-items: flex-start;
 margin: 40px 0 110px;
 width: 100%;
}
.point-note{
	 text-align: left;
	margin-top: -80px;
}
#portfolio .contents.article .pro_data span{
  font-weight: 700;
  margin-right: 30px;
}
#portfolio .contents.article .point-ar-right {
  z-index: 1;
  margin-bottom: 30px;
}

#portfolio-sub .contents{
    position: relative;
}
#portfolio-sub .contents::before{
    content: "";
    position: absolute;
    top: 490px;
    right: 0;
    left: 0;
    margin: 0px auto;
    display: inline-block;
    background-image: url(../images/bg_portfolio_img01.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    max-width: 1160px;
    width: 100%;
    height: 200px;
}

.portfolio_sub_area .portfolio_flow{
    background-image: none;
    background-repeat: no-repeat;
    background-size: contain;
    max-width: 1160px;
    height: auto;
    margin: 0 auto;
    background-color: #fff0;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0px; 
}

.portfolio_sub_area .title_main{
    font-size: 25px;
    margin-top: 75px;
    margin-bottom: 110px;
    text-align: center;
    position: relative;
}
.portfolio_sub_area .title_main::before {
  content: '';
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  width: 430px;
  margin: auto;
  height: 12px;
  background-color: #fff;
}

#portfolio-sub .read_style{
    text-align: center;
    font-weight: normal;
}

.procedure_flow{
    display: flex;
    justify-content: center;
}
#portfolio-sub .pro_title{
    width: 230px;
    height: 88px;
    position: relative;
    margin-right: 35px;
    margin-bottom: 34px;
    border: 3px solid #000;
    background-color: #fff;
    text-align: center;
}
.procedure_flow .pro_title::after{
    content: '';
    background-image: url("../images/portfolio/photograph_arrow.svg");
    background-size: cover;
    position: absolute;
    z-index: 2;
    bottom: -48px;
    right: 0;
    left: 0;
    margin: auto;
    width: 39px;
    height: 48px;
}
.procedure_flow .pro_title.last::after{
    content: '';
    background-image: none;
}
#portfolio-sub .pro_title p{
    position: absolute;
    top: 48%;
    right: 0;
    left: 0;
    margin: auto;
    -webkit-transform : translateY(-50%);
    transform : translateY(-50%);
    font-size: 1.6rem;
    font-weight: 700;
}
.procedure_flow .pro_title span{
    font-size: 1.3rem;
    font-weight: 500;
}

.procedure_flow .pro_txt{
    width: 25%;
    height: 88px;
    position: relative;
}
.procedure_flow .pro_txt p{
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin: auto;
    -webkit-transform : translateY(-50%);
    transform : translateY(-50%);
}

.procedure_step{
    max-width: 830px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0px auto;
}
.procedure_step li{
    width: 230px;
}
.procedure_step li .pro_title{
    margin: 20px 0px 27px;
}
.procedure_step li p.step{
    font-size: 2.0rem;
    font-weight: 500;
    text-align: center;
}
.procedure_step li p{
    font-size: 1.3rem;
}
.procedure_step li .btn_01{
    margin-top: 60px;
}

.procedure_point{
    background-color: #fff;
    width: 100vw;
    margin: 60px auto 70px calc(50% - 50vw);
    padding: 65px 0px;
}

.procedure_point .area_inner {
  max-width: 650px;
  width: auto;
    margin: 0px auto;
}
.procedure_point .area_inner .title_main{
    margin: 0px auto 80px;
}
.procedure_point .title_main::before {
  background-color: #FAEDED;
}

.procedure_point .point_list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 40px;
}
.procedure_point .point_list:last-child{
    margin-bottom: 0px;
}
.procedure_point .point_list .title{
    position: relative;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    border: 1px solid #000;
}
.procedure_point .point_list .title p{
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin: auto;
    -webkit-transform : translateY(-50%);
    transform : translateY(-50%);
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
}
.procedure_point .point_list .txt{
    width: 65%;
}

.procedure_check {
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 80px 50px;
}

.procedure_check .bl_img {
    position: absolute;
    width: 130px;
    top: -10px;
}

.procedure_check h4 {
    text-align: center;
    margin-bottom: 30px;
}
.procedure_check h4 span{
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin: auto;
    border-bottom: 1px solid #000;
    padding-bottom: 14px;
}
.procedure_check ul{
    display: inline-block;
    margin: auto;
}
.procedure_check ul li{
    font-size: 1.5rem;
    line-height: 1.8;
    padding-left: 16px;
    text-indent: -16px;
}

.procedure_check .sec_area{
    display: flex;
}

.procedure_check .sec_area .last{
    margin-left: 30px;
}

.title_style03.p-red{
    color: #D90000;
}


@media screen and (max-width:835px) {
#portfolio .t_main_img {
  padding-top: 80px;
}
}


@media screen and (max-width:767px) {
    #portfolio .contents.article {
        padding: 0 0 40px;
}
    #portfolio .contents .mar-style {
  margin: 0 30px 0px;
}
    

  #portfolio .contents.article .sec_detail_txt{
    width: 100%;
    flex-flow: column;
   }
  #portfolio .contents.article .sec_detail_txt{
    width: 100%;
    flex-flow: column;
    margin: 20px 0 60px;
   }
  #portfolio .contents.article .sec_detail_txt:last-child{
    margin: 20px 0 0px;
   }

	.point-note{
	 text-align: left;
	margin-top: -50px;
}

   #portfolio .contents.article .pro_data span {
    font-weight: 700;
    margin-right: 30px;
    width: 100%;
    display: block;
  }
  #portfolio .contents.article .pro_data{
  text-align: center;
  margin-top: 40px;
  margin-bottom: 70px;
}
  #portfolio .contents.article .point-ar-right {
  z-index: 1;
  margin-bottom: 20px;
    
}
    #portfolio-sub a.btn_01 {
  display: flex;
  align-items: center;
  justify-content: center;
        padding-top: 10px;
}
    #portfolio-sub a.btn_01::after {
        top: 40%;
}
    
    .portfolio_sub_area .title_main {
        margin-bottom: 90px;
    }
    .portfolio_sub_area .title_main::before {
        width: 80%;
    }
    
    #portfolio-sub .pro_title {
        width: 140px;
        position: relative;
        margin-right: 25px;
        margin-bottom: 34px;
    }
    .procedure_flow .pro_txt {
        width: 40%;
    }
    .procedure_step li {
        width: 80%;
        margin-bottom: 40px;
    }
    .procedure_step {
        justify-content: center;
    }
    #portfolio-sub .procedure_step .pro_title {
        width: 160px;
        margin: 0px auto 34px;
    }
    #portfolio-sub .procedure_step li a.btn_01 {
        padding-top: 0px;
        margin: 30px auto 0px;
    }
    
    .procedure_point .point_list{
        justify-content: center;
    }
    .procedure_point .point_list .title {
        margin-bottom: 30px;
    }
    
    .procedure_check .sec_area .last {
        margin-left: 0px;
    }
}
@media screen and (max-width:650px) {
  #portfolio .contents.article .sec_detail .title_main {
    font-size: 2.2rem;
    letter-spacing: 0em;
  }

  #portfolio .contents.article .pro_data{
    margin-bottom: 40px;
  }
  .point-ar-right::before {
  content: none;
}
}