@charset "UTF-8";
body {
    background: #fff;
  }

  .header {
    padding: 15px 30px;
    background: #3d3d3d;
    justify-content: space-between;
    z-index: 20;
  }
  
  .header svg {
    width: 140px;
    height: auto;
    vertical-align: bottom
  }
  .header-mini{
      color: #fff;
      font-size: 15px;
  }
  header{
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 60px;
}
  .main-image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 500px;
    background: url(../images/top/main-image-bg.png) no-repeat;
    background-size: cover
  }
  
  .main-image-inner {
    width: 800px;
    height: 300px;
    padding: 35px;
    padding: 2.73438vw;
    background: rgba(0, 0, 0, .6)
  }
  
  .main-image-inner h1 {
    color: #fff;
    font-weight: 700;
    font-size: 36px;
    font-size: 2.8125vw;
    margin-bottom: 20px;
    margin-bottom: 1.5625vw
  }
  
  .main-image-inner p {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    font-size: 1.40625vw;
    margin-bottom: 20px;
    margin-bottom: 1.5625vw
  }
  
  p>a {
    text-decoration: underline;
    color: #3b3b3b
  }
  
  .cta-btn {
    display: inline-block;
    min-width: 420px;
    padding: 6px 0;
    color: #3b3b3b;
    font-size: 36px;
    font-size: 2.8125vw;
    background: #ffd635
  }
  .btn-cv {
    font-size: 32px;
    line-height: 98px;
    position: relative;
    display: none;
    width: 400px;
    margin: 0 auto;
    transition: .2s cubic-bezier(.45, 0, .55, 1);
    text-align: center;
    color: #3b3b3b;
    border: 2px solid #ffd635;
    background: #ffd635;
    box-shadow: 3px 3px 10px 0 rgba(255, 255, 255, .1) inset, -3px -3px 10px 0 rgba(0, 0, 0, .1) inset
  }
  
  .btn-cv:hover {
    color: #ffd635!important;
    background: #fff
  }
  
  .btn-cv:hover:after {
    border-left-color: #ffd635
  }
  
  

  .fix-cta {
    position: -webkit-sticky;
    position: sticky;
    z-index: 20;
    bottom: 0;
    display: none;
    width: 100%;
    padding: 10px 0;
    background: rgba(0, 0, 0, .4)
  }

  
  .fix-cta .btn-cv {
    font-size: 22px;
    line-height: 48px;
    width: 300px;
    text-align: center;
    padding: 10px;
}


.btn-cv img{
  margin: 5px;
    width: 22px;
    vertical-align: middle;
}
  .h2 {
    position: relative;
    margin-bottom: 90px;
    margin-bottom: 7.03125vw;
    font-size: 36px;
    margin-top: 30px;
  }
  
  .h2:after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -30px;
    display: block;
    width: 60px;
    height: 3px;
    background: #ffd635
  }
  

 
  .cta {
    margin-bottom: 70px;
    margin-bottom: 5.46875vw;
    padding-top: 30px;
    padding-top: 2.34375vw;
    padding-bottom: 30px;
    padding-bottom: 2.34375vw;
    background: #3b3b3b
  }
  
  .cta-text {
    margin-bottom: 20px;
    margin-bottom: 1.5625vw;
    color: #fff;
    font-size: 20px;
    font-size: 1.5625vw
  }
  
  .cta-text span {
    color: #ffd635;
    font-size: 28px;
    font-size: 2.1875vw
  }
  




/* Material Bank®Japan */
  .about {
    padding-top: 90px;
    padding-top: 7.03125vw
  }
  .about-mini{
    margin-top: -40px;
    text-align: center;
    font-weight: 500;
}
  
  
 
 
/* monitor flow */
  .flow {
    padding-top: 110px;
    padding-top: 8.59375vw;
    padding-bottom: 130px;
    padding-bottom: 10.15625vw
  }
  .flow p{
      color: #fff;
  }
  
  .flow-box {
    display: flex;
    align-items: center;
    padding: 30px;
    background: #3b3b3b;
    position: relative;
    margin: 1.5em 0;
    min-width: 120px;
    max-width: 100%;
  }
  
  .flow-box:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #3b3b3b;
  }

  .flow-box-title {
      padding: 0 20px;
  }
  
  .flow-box-text {
    padding: 0 20px;
    border-left: 1px solid #fff
  }

.flow-arrow{
    width: 100%;
    margin-left: -50px;
}
.flow-arrow-container{
    position: relative;
}
.flow-arrow-container p{
    position: absolute;
    top: 25%;
    font-size: 2.25rem;
    color: #3b3b3b;
    left: -40px;
}

  .monitor-p{
    font-size: 36px;
    font-weight: 500;
  }
  .monitor-p img{
    vertical-align: middle;

  }
  .step-title {
    font-size: 24px;
    color: #fff;
    line-height: 1;
    padding-bottom: 20px;
  }
  
  .step {
    font-size: 24px;
  
    margin-right: 10px
  }
  .step-desc{
    font-size: 15px;
  }
  .stepnum {
    margin-right: 2vw;
    font-size: 38px;
    color: #ffd635
  }
  
  





/* faq */
  .faq {
    padding-top: 110px;
    padding-top: 8.59375vw;
    padding-bottom: 160px;
    padding-bottom: 12.5vw;
  }
  
  .faq-box {
    display: flex;
    align-items: flex-start;
    padding-top: 40px;
    padding-top: 3.125vw;
    padding-bottom: 40px;
    padding-bottom: 3.125vw;
    padding-right: 30px;
    padding-right: 2.34375vw;
    padding-left: 30px;
    padding-left: 2.34375vw;
    border-top: 1px solid #ccc;
    cursor: pointer;
    align-items: center;
  }
  
  .faq-box:last-child {
    border-bottom: 1px solid #ccc
  }
  
  .q {
    margin-right: 40px;
    margin-right: 3.125vw;
    font-size: 50px;
    color: #ffd635;
    line-height: 1;
    font-family: arial;
  }
  
  .faq-box-text {
    width: 100%
  }
  
  .question {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 8px;
    font-size: 26px;
   
  }
  
  

/*閉じた状態の矢印描画*/
.question:after{
  content:"";
  display:block;
  width:8px;
  height:8px;
  border-top: #ffd635 2px solid;
  border-right: #ffd635 2px solid;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  position:absolute;
  right: 2%;
  top: 0;
  bottom: 15%;
  margin: auto;
}





  .answer {
    display: none;
    padding: 15px 30px 0 0;
    font-size: 16px;
    /* font-size: 1.09375vw */
  }










  /* 追記 */
  .contents-wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-top: 60px;
  }

.main-content {
    width: calc(100% - 350px);
    background: #f8f7f6;
  }
.kigyou,.brand,.about,.beaf,.scene,.detail,.flow,.faq,.company{
    padding: 0 50px;
}
#about,#scene,#detail{
    margin: 50px auto;
}

.grey-mini{
    font-size: 13px;
    color: #888888;
    text-align: right;
}
.mini{
    font-size: 10px;
    vertical-align: super;
}




/* brands */
.brand{
    margin-top: 50px;
    background: #f8f7f6;
}
.yellow-box {
    display: inline-block;
    max-width: 460px;

    padding: 5px 10px;
    color: #3d3d3d;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: normal;
    background: #ffd33b;
    text-align: center;
    vertical-align: middle;
  }
.logo-group{
    width: 100%;
    padding-top: 33px;
}





/* Before After */
.beaf{
    display: flex;
    font-size: 22px;
}
.beaf img{
    width: 100%;
}
.beaf-arrow{
    width: 0;
    height: 0;
    border-left: 30px solid #ffd33b;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    margin: 10% 0;
}
.beaf-mini{
    font-size: 18px;
}
.cardbody {
    position: relative;
    list-style-type: none;
    margin: 30px auto;
}
.cardbody li{
    padding-bottom: 15px;
}
.check{
    margin-right:35px;
	position:relative;
}
.check:before,
.check:after{
	content:"";
	display:block;
	position:absolute;
}
.check:before{
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background: #ffd33b;
    left: 0;
    top: 3px;
}
.check:after{
    border-left: 2px solid #3b3b3b;
    border-bottom: 2px solid #3b3b3b;
    width: 12px;
    height: 5px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 8px;
    top: 13px;
}
.grey-check:before{
    background: #c9caca;
}
.grey-check:after{
	border-left:2px solid #fff;
	border-bottom:2px solid #fff;
}


.flowimage img{
    width: 100%;
}




/* .middle-closing */
.middle-closing{
    padding: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 388px;
    background: url(../images/middle-closing.jpg) no-repeat;
    background-size: cover;
}
.middle-closing-container{
    position: relative;
}
.product{
    width: 30%;
    position: absolute;
    top: 10%;
    right: 10%;
}
.pointwhite{
    color: #fff;
    font-size: 16px;
}
.pointblack{
    color: #3b3b3b;
}
.big{
  font-size: 34px;
    font-weight: bold;
    line-height: initial;
    padding-bottom: 50px;
}

/* scene */
.sceneimage{
    width: 100%;
}

.sceneimage img{
    width: 100%;
    padding: 0;
    margin: 0;
}
.sceneimage-left{
    margin-right: -10px;
    z-index: 10;
}
.sceneimage-left p{
    font-size: 12px;
    padding: 5px 30px 5px 5px;
}
.sceneimage-right p{
    font-size: 12px;
    padding: 5px 30px 5px 10px;
}
.graph {
    max-width: 830px;
    height: 20px;
    border-right: solid 2px #3b3b3b;
    border-left: solid 2px #3b3b3b;
    display: flex;
    align-items: center;
    position: relative;
    margin: 10px auto;
}
 
.graph:before,
.graph:after {
    content: "";
    height: 2px;
    flex-grow: 1;
    background-color: #3b3b3b;
}
.middle-big{
  font-size: 28px;
    font-weight: 500;
    text-align: center;
}
.middle-big2{
  font-size: 30px;
    font-weight: 500;
    text-align: center;
    padding-top: 30px;
}
.marker{
    background: linear-gradient(transparent 60%, #ffd33b 0%);
}
.shiro-waku{
    max-width: 830px;
    /* max-height: 290px; */
    position: relative;
    margin: 30px auto;
    padding: 30px 10px;
    color: #555;
    font-size: 16px;
    background: #fff;
}

.shiro-waku:before {
  content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    border: 50px solid transparent;
    border-top: 30px solid #fff;
    margin: 0 auto;
    width: 0px;
}


.shiro-waku-flex{
    justify-content: space-between;
}
.shiro-waku .left{
    text-align: left;
}
.graph-title{
    padding: 20px 10px;
    font-size: 22px;
    font-weight: 500;
}
.graph-title img{
    margin-right: 5px;
}
.graph-box{
    position: relative;
}
.percentage{
    position: absolute;
    top: 25px;
    font-size: 22px;
    font-weight: 500;
    padding-left: 15px;
}
.percentage span{
    font-size: 27px;
}


/* lists */
.detail{
    background: #fff;
    padding: 50px;
}
.detail-logo{
    display: flex;
    align-items: center;
}
.detail svg{
 width: 240px;
height: auto;
vertical-align: bottom;
background: #3b3b3b;
padding: 15px;
}
h5{
  font-size: 30px;
    text-align: center;
    font-weight: 600;
    padding: 0 35px;
}
.detail-container{
  margin-top: 50px;
}
.detail-container .flex{
    width:100%;
    height:auto;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:space-between;
    padding-bottom: 15px;
}
.detail-container .lists{
    width: 50%;
    font-size: 18px;
    font-weight: 500;
    padding-right: 10px;
}
.detail-title{
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    border-bottom: solid 1px #3b3b3b;
    margin: 15px 0;
}





/* company */
.company{
    background: #fff;
}
.company img{
    width: 100%;
}
.company-inner {
    width: 655px;
    margin: 0 auto;
    padding: 100px 50px 120px;
  }
.company-table {
    width: 100%;
    color: #3b3b3b
  }
  
  .company-table tr {
    border-bottom: 1px solid #f1f1f1
  }
  
  .company-table tr th {
    font-size: 14px;
    width: 140px;
    padding: 15px
  }
  
  .company-table tr td {
    font-size: 14px;
    padding: 15px 0
  }


/* participants */
.kigyou{
    background: #fff;
}
.kigyou-container{
    flex-wrap: wrap;
    justify-content: space-around;
}
.kigyou-container img{
    width: 33%;
    padding: 15px;
}







/* form */
h4{
    font-size: 24px;
    text-align: center;
    font-weight: 600;
    display: block;
    padding: 0 15px;
    transition: .2s cubic-bezier(.45, 0, .55, 1);
    color: #3d3d3d;
    border: 1px solid #ffd33b;
    background: #ffd33b;
}

.underline{
    position: relative;
    border-bottom: solid 2px #3d3d3d;
    font-size: 15px;
  }
  .underline:before{
    content: "";
    position: absolute;
    right: 0px;
    bottom: -10px;
    left: 45px;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #3d3d3d transparent transparent transparent;
    border-width: 10px 10px 0px 0px;
  }
  .underline:after{
    content: "";
    position: absolute;
    right: 0px;
    bottom: -8px;
    left: 46px;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #ffd33b transparent transparent transparent;
    border-width: 7px 7px 3px 0px;
  }



  .fixed-form {
    background-color: #fff;
    position: fixed;
    right: 0;

  }
  
  .fixed-form .form-inner {
    overflow-y: scroll;

    padding: 0 30px;
    margin-top: 20px;
  }
  
  .fixed-form .fixed-form-title {
    padding: 7px 0;
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 10px;
    color: #fff;
    background: #ffd33b
  }
  
  .fixed-form .fixed-form-title span {
    color: #f0cc2c
  }


.fixed-form-title{
    width: 350px;
}


.form-text {
    height: 40px;
    width: 100%;
    padding: 0 16px;
    border: none;
    box-shadow: 0 0 0 1px #eeeeee inset;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fafafa;
}
.must{
    display: inline-block;
    background: #e13a4a;
    padding: 2px 5px;
    font-size: 10px;
    color: #fff;
    vertical-align: text-top;
}
.form-title{
    font-size: 15px;
    font-weight: 500;
    display: block;
    padding: 10px;
      text-align: start;
}
.form-text:focus {
    outline: 0;
    box-shadow: 0 0 0 2px #e13a4a inset;
}
.form-inner{
    padding: 25px;
}
.form-lists{
    padding: 0 0 20px 0;
}
.selectbox{
    height: 40px;
    width: 100%;
    padding: 0 16px;
    border: none;
    box-shadow: 0 0 0 1px #eeeeee inset;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fafafa;
    display: inline-flex;
    align-items: center;
    position: relative;
}
.selectbox:focus {
    outline: 0;
    box-shadow: 0 0 0 2px #e13a4a inset;
}


.selectbox::after {
    position: absolute;
    right: 15px;
    width: 10px;
    height: 7px;
    background-color: #535353;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
}

.selectbox option {
    appearance: none;
    min-width: 230px;
    height: 2.8em;
    padding: .4em calc(.8em + 30px) .4em .8em;
    border: 1px solid #cccccc;
    background-color: #fff;
    color: #333333;
    font-size: 1em;
    cursor: pointer;
}
button{
    color: #3d3d3d;
    font-size: 36px;
    font-size: 18px;
    font-weight: bold;
    background: #ffd635;
    border: none;
    min-width: 290px;
    height: 65px;
}

button:hover {
  color: #fff!important;
  background: #ffd635
}

button:hover:after {
  border-left-color: #ffd635
}


  /* 追記ここまで */



















  
  @media screen and (max-width:1280px) {
    body {
      margin: 0
    }
    .contents-wrap {
        flex-direction: column
      }
  .btn-cv {
    display: block
  }
}
  
  @media screen and (min-width:1280px) {
    body {
      margin: 0
    }
    .main-image {
      height: 500px
    }
    .main-image-inner {
      padding: 35px
    }
    .main-image-inner h1 {
      font-size: 36px
    }
    .main-image-inner p {
      font-size: 18px
    }
    .cta-btn {
      font-size: 36px
    }
    .h2 {
      font-size: 38px
    }
    .about-content-text {
      margin-right: 40px;
      margin-left: 20px
    }
    .about-content-text p {
      font-size: 18px
    }
    .cta-text {
      font-size: 20px
    }
    .cta-text span {
      font-size: 28px
    }
    .recommend .h3 {
      font-size: 38px
    }
    .step-title {
      font-size: 28px
    }
    .step {
      font-size: 24px
    }
    .stepnum {
      font-size: 36px
    }
    .q {
      font-size: 32px
    }
    .question {
      font-size: 16px
    }
    .answer {
      font-size: 14px
    }
    .fixed-form {
      width: 350px;
  }
}
  @media screen and (max-width:1186px) {
    body {
      margin: 0
    }
    .about-content-wrap {
      width: 100%
    }
    .about-content-image {
      width: 46.3743%
    }
    .about-content-image img {
      max-width: 100%;
      height: auto
    }




/* 追記 */
.cardbody li {
  padding-bottom: 15px;
  font-size: 18px;
}
.beaf-mini {
  font-size: 15px;
}

.fixed-form {
  background-color: #fff;
  position: initial;

}
.main-content {
  width: 100%;
  background: #f8f7f6;
}
.fixed-form {
  width: 100%;
  background-color: #fff;
  position: initial;
  right: 0;

}

button {
  margin: 0 auto;
  display: block;
  min-width: 360px;
}

.kigyou{
    padding-bottom: 120px;
}





}
  
  @media screen and (max-width:1024px) {
    body {
      margin: 0
    }
    .main-image-inner {
      width: 80%
    }
    .cta-btn {
      min-width: 65%
    }
    .about-content-wrap {
      flex-direction: column
    }
    .about-content-text {
      margin: 20px
    }
    .about-content-image {
      width: 100%;
      text-align: center
    }
    .merit-content-wrap {
      width: 100%;
      flex-direction: column
    }
    .merit-content-text {
      margin: 0
    }
    .merit-content-image {
      margin-bottom: 80px;
      margin-bottom: 7.8125vw
    }
    .merit-content-image img {
      box-shadow: 25px 25px 8px rgba(161, 157, 152, .07)
    }
    .recommend-content-wrap {
      flex-direction: column-reverse;
      width: 100%
    }
    .recommend-content-text {
      margin-right: 0
    }
    .recommend-content-image {
      margin-bottom: 80px;
      margin-bottom: 7.8125vw
    }
    .recommend-content-image img {
      box-shadow: 25px 25px 8px rgba(161, 157, 152, .2)
    }
    .flow-box {
      width: 100%
    }
    .q {
      font-size: 28px;
      font-size: 4.5vw
    }
    .question {
      font-size: 16px;
      font-size: 2.9vw;
      margin-top: 0px;
    }
  

    .question:after{
      content:"";
      display:block;
      width:8px;
      height:8px;
      border-top: #ffd635 2px solid;
      border-right: #ffd635 2px solid;
      -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      transform: rotate(135deg);
      position:absolute;
      right: 2%;
      top: 0;
      bottom: 15%;
      margin: auto;
    }
    


/* 追記 */

.shiro-waku {
  max-width: 768px;
  position: relative;
  margin: 30px auto;
  padding: 26px 10px;
  color: #555;
  font-size: 14px;
  background: #fff;
}
.graph-title {
  padding: 20px 10px;
  font-size: 22px;
  font-weight: 500;
}
.percentage {
  position: absolute;
  top: 25px;
  font-size: 18px;
  font-weight: 500;
}
.percentage span {
  font-size: 24px;
}













  }
  
  @media screen and (max-width:768px) {
    body {
      margin: 0
    }

/* 追記 */
.sp-only{
  display: block;
}
.pc-only{
  display: none;
}
.header{
  position: initial;
    z-index: 10;
    display: block;
    width: 100%;
    height: auto;
    padding: 0%;
}
.header-mini {
  color: #fff;
  font-size: 15px;
  border-top: solid 2px #333333;
  padding-top: 5px;
  text-align: center;
}
.header svg {
    padding: 10px 15px;
}

.contents-wrap {
  padding-top: 0px;
}
.main-image-inner {
  text-align: center;
  padding: 6.73438vw;
  height: auto;
}
.main-image-inner h1 {
  font-size: 4.12vw;
}

.main-image-inner p {
  font-size: 2vw;
}
.yellow-box {
  display: block;
  margin: 50px auto 20px;
}
h2{
  font-size: 36px;
}
.about-mini {
  margin-top: -15px;
  font-size: 18px;
}
.beaf {
  display: initial;
}
.beaf-arrow {
  width: 0;
  height: 0;
  border-top: 50px solid #ffd33b;
  border-right: 50px solid transparent;
  border-left: 50px solid transparent;
  margin: 10% auto;
}
.beaf img {
  width: 100%;
  padding: 30px;
}
.cardbody {
  position: relative;
  list-style-type: none;
  margin: 30px auto;
  padding: 0 30px;
}


#scene>.flex{
  display: block;
}
.sceneimage>.flex{
  justify-content: space-around;
}
.sceneimage-left p {
  font-size: 15px;
  padding: 15px 20px 30px 5px;
}
.sceneimage-right p {
  font-size: 15px;
  padding: 15px 20px 30px 5px;
}
.shiro-waku>.flex{
  display: block;
}
.graph {
  max-width: 480px;
}
.graph-box{
  text-align: center;
}
.percentage {
  position: absolute;
  top: 23%;
  font-weight: 500;
  left: 0;
  right: 0;
}
.graph-title {

  text-align: center;

}
#scene .shiro-waku {
  max-width: 768px;
height: auto;
}

.detail-logo{
  display: block;
}

.detail svg {
  /* width: 40%; */
  margin: 0 auto;
  display: block;
}
h5{
  margin: 30px auto;
}
.detail-container>.flex{
  display: block;
}
.detail-container .lists {
  width: 100%;
  font-size: 15px;
}
.flow-box{
  display: block;
}
.flow-arrow-container .monitor-p {
  position: initial;
  text-align: center;
  background: #ffd635;
  margin: 0 auto;
  padding: 30px;
  font-size: 24px;
}
.flow-box-title {
  padding: 0;
}

.step {
  font-size: 2.875vw;
}
.stepnum {
  font-size: 3.8125vw;
}
.flow-box-text {
  padding: 15px 0px 0;
  border-top: 1px solid #fff;
  border-left: none;
}
.kigyou-container img {
  width: 50%;
  padding: 15px;
}
.fixed-form {
  max-width: 768px;
  margin: 0;
  text-align: center;
}
button{
  margin: 0 auto 100px;
  display: block;
    min-width: 360px;

}
.company-inner {
  width: 100%;
}

  .question {
    font-size: 2.5625vw;
}
}



  @media screen and (max-width:480px) {
    body {
      margin: 0
    }
    .header {
      padding: 0;
    }


    .main-image {
      background: url(../images/top/main-image-bg-sp.png) no-repeat;
      background-size: cover;
      min-height: auto;
      height: 100vh;
      padding-top: 55px;
      padding-top: 14.66667vw;
      padding-bottom: 55px;
      padding-bottom: 14.66667vw
    }
    .main-image-inner {
      margin-right: 20px;
      margin-right: 5.33333vw;
      margin-left: 20px;
      margin-left: 5.33333vw;
      padding-top: 25px;
      padding-top: 6.66667vw;
      padding-right: 15px;
      padding-right: 4vw;
      padding-bottom: 25px;
      padding-bottom: 6.66667vw;
      padding-left: 15px;
      padding-left: 4vw
    }
    .main-image-inner h1 {
      font-size: 18px;
      font-size: 7.46vw;
      margin-bottom: 20px;
      margin-bottom: 5.33333vw
    }
    .main-image-inner p {
      font-size: 11px;
      font-size: 3.73vw;
      margin-bottom: 20px;
      margin-bottom: 5.33333vw
    }
    .cta-btn {
      min-width: 65%;
      font-size: 20px;
      font-size: 5.33333vw
    }
    .h2 {
      font-size: 30px;
      margin-bottom: 70px;
      margin-bottom: 18.66667vw
    }
    .h2:after {
      width: 40px;
      margin-left: -20px
    }
    .about {
      padding-top: 70px;
      padding-top: 18.66667vw;
      padding-right: 40px;
      padding-right: 10.66667vw;
      padding-left: 40px;
      padding-left: 10.66667vw
    }
    
    .cta {
      margin-bottom: 45px;
      margin-bottom: 12vw;
      padding-top: 30px;
      padding-top: 8vw;
      padding-bottom: 30px;
      padding-bottom: 8vw;
      padding-right: 35px;
      padding-right: 9.33333vw;
      padding-left: 35px;
      padding-left: 9.33333vw
    }
    .cta-text {
      font-size: 14px;
      font-size: 3.73333vw;
      margin-bottom: 20px;
      margin-bottom: 5.33333vw
    }
    .cta-text span {
      font-size: 20px;
      font-size: 5.33333vw
    }

    .flow {
      padding-top: 70px;
      padding-top: 18.66667vw;
      padding-bottom: 70px;
      padding-bottom: 18.66667vw;
      padding-right: 20px;
      padding-right: 5.33333vw;
      padding-left: 20px;
      padding-left: 5.33333vw
    }
    .flow-box {
      padding: 25px 10px
    }
    .flow-box-title {
      margin-right: 10px
    }
    .flow-box-title img {
      width: 45px;
      height: auto
    }
      .flow-box-text {
        font-size: 10.01vw;
    }
    .step-title {
      font-size: 22px;
      /* font-size: 5.8vw; */
    }
    .step {
      font-size: 28px;
    }
    .stepnum {
      font-size: 38px;
    }
    .step-title-text {
      display: block;
  
    }
    .step-desc {
      font-size: 15px;
      /* font-size: 4vw; */
    }
    .arrow {
      width: 25px;
      height: auto;
      margin: 15px auto
    }
    .faq {
      padding-top: 60px;
      padding-top: 16vw;
      padding-bottom: 110px;
      padding-bottom: 29.33333vw;
      padding-right: 20px;
      padding-right: 5.33333vw;
      padding-left: 20px;
      padding-left: 5.33333vw
    }
    .faq-box {
      padding-top: 30px;
      padding-top: 8vw;
      padding-bottom: 30px;
      padding-bottom: 8vw
    }
    .q {
      margin-right: 10px;
      font-size: 50px;
    }
    .question {
      font-size: 22px;
      margin-top: 5px;
      padding-right: 20px;
    }


    .question:after{
      content:"";
      display:block;
      width:8px;
      height:8px;
      border-top: #ffd635 2px solid;
      border-right: #ffd635 2px solid;
      -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      transform: rotate(135deg);
      position:absolute;
      right: 2%;
      top: 0;
      bottom: 15%;
      margin: auto;
    }
    
    .answer {
      font-size: 15px;
      padding: 15px 20px 0 0
    }
.big{
  font-size: 26px;
}
.middle-big {
  font-size: 20px;

}
h5{
  font-size: 20px;
}
.detail-title {
  font-size: 20px;

}


/* 追記 */

.header-mini {
  font-size: 3.73vw;
  padding: 10px 15px;
}
.main-image-inner {
  margin: 0px 20px;
  width: 100%;
  padding: 50px 25px;
  height: auto;

}
.yellow-box {
  display: inline-block;
  width: 100%;
 height: 100%;
  font-size: 17px;
}
.about{
  padding-top: 6vw 0 0 0;
  margin: 0 auto;
}
.kigyou, .brand, .about, .beaf, .scene, .detail, .flow, .faq, .company {
    padding: 0 20px;
}
.beaf img {
  width: 100%;
  padding: 20px;
}
.cardbody {
  padding: 0 20px;
}
.middle-closing {
    padding: 50px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 388px;
  background: url(../images/middle-closing-sp.jpg) no-repeat;
  background-size: cover;
}
.product {
  width: 100%;
  position: initial;
  padding: 50px 30px;

}

.copyright {
  text-align: center;
  margin: 10px 0;
}
.footer {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 15px 15px 5px;
}
.btn-cv {
  font-size: 20px;
  line-height: 60px;
  width: 280px
}

.kigyou{
  padding-bottom: 60px;
}







  }
  
  @media screen and (max-width:375px) {
    body {
      margin: 0
    }
  }
  
  @media screen and (max-width:850px) {
    .faq-box {
      width: 100%
    }
  }







