@charset "UTF-8";
/* CSS Document */
.section-top {
  height: 90vh;
  padding-top: 70px
}
.section-top__flex {
  display: flex;
}
.section-top_decoretion-sns {
  display: none
}
.section-top_massage {
  width: 100%
}
.section-top h2 {
  font-size: 5vw;
  text-align: center;
  margin-top: 30vh;
  margin-bottom: 70px;
  line-height: 7.2rem
}
.section-top_read__midle {
  font-size: 6vw;
}
.section-top_read__large {
  font-size: 8vw
}
.section-top h3 {
  font-size: 3vw;
  line-height: 5.2rem;
  text-align: center
}
.section-top h3 span {
  color: #f7b718
}

.section-about {
  height: 65vh;
  padding-top: 80px
}
.section-about__flex {
  display: flex;
}
.section-about__item {
  width: 100%;
  height: 400px;
  object-fit: cover;
  box-sizing: border-box;
  margin-top: 20px
}
.section-about__title {
  font-size: 3.0rem;
  margin: 30px 0 40px;
  text-align: left
}
.section-about p {
  font-size: 2.4rem;
  line-height: 2.4rem;
  text-align: left;
  margin-bottom: 24px
}
.section-about span {
  color: #f68d1d
}
.section-about__item-bg1 {
  margin-right: 0px;
  margin-top: 30px
}
.section-contents {
  height: 50vh;
  padding-top: 80px
}
.section-contents__title {
  font-size: 3.6rem;
  font-weight: 800;
  padding-top: 30px
}
.section-contents h3 {
  font-size: 2.4rem;
  padding-top: 10px;
  color: #828788;
  margin-bottom: 50px;
}
.section-contents__item {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin-bottom: 40px
}
.section-contents__item-parts {
  position: relative;
  margin: 0 auto;
  width: 400px;
  height: 200px;
  border: 3px solid #333;
}
.section-contents a {
  text-decoration: none
}
.section-contents__item-corporation {
  position: absolute;
  width: 300px;
  height: 130px;
  left: 0;
  bottom: -3px;
}
.section-contents__item-individual {
  position: absolute;
  width: 300px;
  height: 130px;
  transform: translate(-50%, 0);
  bottom: 0;
}
.section-contents__itemtitle {
  margin-top: 20px;
  font-size: 3.6rem;
  color: #f7b718
}
.section-contents__itemtitle small {
  font-size: 2.4rem;
}
.section-contents_arrow {
  position: absolute;
  width: 55px;
  height: 55px;
  line-height: 55px;
  border: 3px solid;
  border-radius: 50%;
  text-align: center;
  font-size: 2.4rem;
  right: 25px;
  color: #333
}
.section-advantage {
  height: 105vh;
  padding-top: 80px;
  max-width: 1040px;
  margin: 0 auto
}
.section-advantage__title {
  font-size: 2.4rem;
  font-weight: 800;
  padding-top: 30px;
  line-height: 4.0rem
}
.section-advantage__title-large {
  font-size: 3.6rem
}
.section-advantage__title-midle {
  font-size: 3.0rem
}
.section-advantage h3 {
  font-size: 2.4rem;
  padding-top: 10px;
  color: #828788;
  margin-bottom: 50px
}
.section-advantage__item {
  max-width: 1040px;
    margin: auto;
  height: 165px;
  list-style: none
}
.section-advantage__parts {
  margin-bottom: 40px
}
.section-advantage__flex {
  display: flex;
}
.section-advantage__img {
  height: 165px;
}
.section-advantage__item-title {
  display: flex;
}
.section-advantage__number {
  font-size: 4.8rem;
  color: #f6b927;
  margin: 20px 10px;
}
.section-advantage__item-submessage {
  font-weight: 800;
  text-align: left;
  margin-bottom: 5px
}
.section-advantage__item-message {
  font-size: 3.0rem;
  color: #3d8dcc;
  font-weight: 800;
  text-align: left;
  line-height: 3.6rem
}
.section-advantage__hr {
  border: none;
  border-bottom: 3px dotted #d4cece;
  width: 94%
}
.section-advantage__description {
  margin-left: 10px;
  margin-right: 55px;
  text-align: left
}
.section-advantage__description span {
  color: #f68d1d
}
.section-flow {
  height: 65vh;
  padding-top: 80px
}
.section-flow__title {
  font-size: 3.6rem;
  font-weight: 800;
  padding-top: 30px
}
.section-flow h3 {
  font-size: 2.4rem;
  padding-top: 10px;
  color: #828788;
  margin-bottom: 50px;
}
.section-flow__item {
  display: flex;
  justify-content: space-between;
  list-style: none
}
.section-flow__item-parts {
  position: relative;
  margin: 0 auto;
  height: 300px;
}
.section-flow__item-image {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background-color: #dbe1e3;
}
.section-flow__item-image a {
  color: #333
}
.section-flow__item-picture {
  width: 250px;
  height: 150px;
  position: absolute;
  transform: translate(-50%, 50%)
}
.section-flow__item-title {
  position: absolute;
  top: 30px;
  width: 300px;
  height: 36px;
  font-size: 3.0rem;
  color: #F7B718
}
.section-flow__item-description {
  width: 300px;
  font-size: 2.4rem;
  line-height: 3.0rem;
  position: absolute;
  bottom: 20px;
  text-align: center;
}
.section-profile {
  height: 210px;
  background-image:url("../image/会社案内.svg");
  background-color: rgba(255, 255, 255, 0.9);
  background-blend-mode: lighten;
}
.section-profile a,.section-contactus a,.section-linoworks a {
  text-decoration: none;
  color: #333
}
.section-profile__title, .section-contactus__title,.section-linoworks__title {
  font-size: 3.6rem;
  font-weight: 800;
  padding-top: 15px;
}
.section-profile h3 {
  padding-top: 10px;
  font-size: 2.4rem;
  color: #828788;
}
.section-contactus h3 {
  padding-top: 20px;
  font-size: 2.4rem;
  color: #828788;
  text-decoration: none
}
.section-profile_arrow, .section-contactus_arrow,.section-linoworks_arrow {
  width: 55px;
  height: 55px;
  line-height: 55px;
  border: 3px solid;
  border-radius: 50%;
  text-align: center;
  font-size: 2.4rem;
  margin: 30px auto auto;
  color:#333 ;
  text-decoration: none
}
.section-contactus {
  height: 200px;
  background-color: #efebe0
}
.section-linoworks {
  height: 170px;
  background-color: #d0dbe6
}
.section-linoworks p {
  font-size: 3.0rem;
  padding-top: 25px;
  font-weight: 800;
  color: #163657
}
.section-linoworks__title {
  color: #163657;
  font-size: 2.4rem
}
.section-linoworks_arrow {
  color: #163657;
  margin: 10px auto auto;
}
@media (max-width: 800px) {
  .section-top {
    height: 350px;
    margin-bottom: 20px;
    padding-top: 50px
  }
  .section-top_decoretion-pc {
    display: none;
  }
  .section-top_decoretion-sns {
    position: absolute;
    display: flex;
    width: 235px;
    height: 350px
  }
  .section-top h2 {
    position: relative;
    font-size: 2.4rem;
    margin-top: 15vh;
    margin-bottom: 20px;
  }
  .section-top_read__midle {
    font-size: 3.0rem;
  }
  .section-top_read__large {
    font-size: 3.6rem;
  }
  .section-top h3 {
    position: relative;
    font-size: 1.8rem;
    line-height: 2.4rem;
      
  }
  .section-about {
    height: 470px;
    padding-top: 10px
  }
  .section-about__item {
    height: 335px;
    width: 100%;
    margin-top: 0
  }
  .section-about__title {
    text-align: center;
    font-size: 1.8rem
  }
  .section-about__item p {
    font-size: 1.8rem;
    line-height: 2.0rem;
    margin: 0 25px 20px
  }
  .section-about__item-bg1 {
    display: none
  }
  
  .section-advantage {
    height: 2000px;
    margin: 0 25px;
    padding-top: 10px
  }
   .section-advantage h2 {
    font-size: 1.8rem;
    line-height: 3.0rem;
     padding-top: 50px
  }
  .section-advantage__title-large {
  font-size: 3.0rem
}
.section-advantage__title-midle {
  font-size: 2.4rem
}
  .section-advantage h3 {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
  .section-advantage__flex {
    flex-flow: column;
  }
  .section-advantage__img {
    width: 300px;
    height: auto;
    object-fit: cover;
    margin: 10px auto 0
  }
  .section-advantage__item-title {
    flex-flow: column;
  }
  .section-advantage__number {
    font-size: 2.4rem;
    text-align: center;
    margin: 0 0 10px 0
  }
  .section-advantage__item-submessage {
    text-align: center;
    margin-bottom: 0px
  }
  .section-advantage__item-message {
    font-size: 2.4rem;
    line-height: 3.0rem;
  width: 95%;
    text-align: center;
  }
  .section-advantage__description {
    margin-right: 0px;
    width: auto
}
  .section-advantage__hr {
    width: auto;
    margin: 10px
  }
  .section-flow__title {
    font-size: 2.4rem;
  }
  .section-flow h3 {
    font-size: 1.8rem;
  }
   .section-about p {
  margin-bottom: 24px;
    margin-left: 45px;
    margin-right: 45px
}
  .section-profile {
  background-image: none;
  background-color: none;
  background-blend-mode: lighten;
}
}
@media (max-width: 900px) {
  .section-contents {
    height: 700px;
    padding-top: 10px
  }
  .section-contents__title {
    font-size: 2.4rem;
    padding-top: 50px
  }
  .section-contents h3 {
    font-size: 1.8rem;
  }
  .section-contents__item {
    flex-flow: column;
  }
  .section-contents__item-parts {
    width: 350px;
  height: 175px;
    margin-bottom: 40px
  }
  .section-flow {
    height: 1000px;
    padding-top: 10px
  }
  .section-flow__title {
  padding-top: 50px
}
  .section-flow__item {
    margin: 0 25px;
    flex-wrap: wrap;
  }
  .section-flow__item-parts {
    position: relative;
    margin: 0 auto;
    height: 285px;
    width: 100%
  }
 .section-flow__item-title {
    width: 250px;
  }
  .section-flow__item-image {
    width: 250px;
    height: 250px;
    margin: auto
  }
  .section-flow__item-picture {
    width: 190px;
    height: 135px;
    transform: translate(-50%, 45%)
  }
  .section-flow__item-description {
    width: 100%;
    font-size: 1.8rem;
    line-height: 2.0rem;
    left: 0;
    bottom: 55px
  }
  .section-profile {
  height: 210px;
  background-image:none;
  background-color: rgba(255, 255, 255, 0.9);
  background-blend-mode: lighten;
}
}