@charset "utf-8";
/* CSS Document */
.sec-img{
    padding-top: 50px;
    padding-bottom: 10px;
}
.sec-img > img{
    margin: 0 auto;
}
@media screen and (min-width: 960px) {
     .sec-img{
       width: calc(600 / 1440 * 100%);
}
}
.feature-sec{
    margin: 90px 0;
}
.feature-ttl{
    margin-bottom:50px;
    margin-top: 80px;
    position: relative
}
.feature-ttl::before{
    content: "01";
     font-family: "Petit Formal Script", cursive;
  font-weight: 400;
  font-style: normal;
    font-transform: translateY(-50%);
    font-size: 100px;
    color: rgba(0,0,0,0.1);
    position: absolute;
    top: 0;
    left: 10%;
    transform: translateY(-50%);
}
@media screen and (min-width: 960px) {
	.pc-sub-ttl{
		position: relative;
	}
    .feature-ttl{
     margin-bottom:0px;
    margin-top: 0px;
    text-align: center;
		z-index: 1;
}
 .feature-ttl::before{
    position: absolute;
    top: 30%;
    left: 0;
    z-index: -1;
     color: #C8C6C6;
   
}
}
.feature-sec .pc-flex:nth-of-type(2) .feature-ttl::before{
    content: "02";
}
.feature-sec .pc-flex:nth-of-type(3) .feature-ttl::before{
    content: "03";
}
.sub-ttl{
    margin-bottom: 10px;
    text-align: left;
}
@media screen and (min-width: 960px) {
 .sub-ttl{
    text-align: left;
}
}
.sub-ttl-line{
    width: 100%;
    height:1px;
    background: #b4b4b4;
    display: block;
    margin-bottom: 30px;
}
.sub-ttl-txt{
    margin-bottom: 20px;
}

.fe-intro{
    margin-top: 50px;
    margin-bottom: 25px;
    text-align: center;
}
.fe-intro-txt{
    margin-bottom: 0;
}
.feature-sec-img{
     padding-top: 0px;
    padding-bottom: 50px;
}
@media screen and (min-width: 960px) {
 .pc-intro-flex{
        display: flex;
        align-items: center;
        justify-content: space-between;
         margin: 50px 0;
    }
    .row-reverse{
        flex-direction: row-reverse;
    }
    .pc-sub-ttl{
        width: calc(600 / 1440 * 100%);
    }
}
@media screen and (min-width: 960px) {
    .pc-flex{
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        margin-bottom: 50px;
    }
    .pc-sub-ttl{
        width: calc(653 / 1440 * 100%);
    }
    .pc-sub-txt{
        width: calc(653 / 1440 * 100%);
    }
    .feature-sec-img{
        width: 100%;
        max-width: 1200px;
        padding-bottom: 30px;
}
    }
.button-black{
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 375px;
    width: 100%;
    margin:0 auto;
    padding: .9em 2em;
    border: 1px solid #d3d3d3;
    background-color: #444444;
    border-radius: 25px;
    color: #d3d3d3;
    font-size: 1em;
}

.button-black::after {
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    margin-left: 10px;
    border-top: 2px solid #d3d3d3;
    border-right: 2px solid #d3d3d3;
    content: '';
}
.insta > img{
    width: 20px;
    height: 20px;
}