@charset "UTF-8";
/*
company
1. philosophy
2. overview

———————————————————- */
/*----- 1. philosophy -----*/
.rinenWrap .title {
  font-size: 2rem;
  margin-bottom: 30px;
  position: relative;
}
.rinenWrap .title:before {
  content: '';
  display: block;
  position: absolute;
  top: -10vw;
  left: 0;
  right: 0;
  margin: auto;
  width: 35vw;
  height: 35vw;
  background-image: radial-gradient(#ffedaa 40%, transparent 70%);
  z-index: -1;
}
.rinenWrap .text {
  line-height: 2em;
}
.rinenWrap .name {
  text-align: right;
  margin-top: 10px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
}

.todoWrap .pr {
  position: relative;
  padding: 10px;
  line-height: 2.2em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 20px;
}
.todoWrap .pr p {
  text-align: center;
}
.todoWrap .pr span {
  padding: 5px;
  background-color: rgba(71, 166, 54, 0.1);
}
.todoWrap .pr:before, .todoWrap .pr:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 10px;
  height: 100%;
  border: 1px solid #47a636;
}
.todoWrap .pr:before {
  left: 0;
  border-right: none;
}
.todoWrap .pr:after {
  right: 0;
  border-left: none;
}
.todoWrap .text {
  margin-bottom: 20px;
}
.todoWrap .img {
  margin-bottom: 10px;
}

/*----- 2. overview -----*/
.gaiyoWrap {
  background-color: rgba(71, 166, 54, 0.1);
}
.gaiyoWrap dt {
  width: 5em;
}
.gaiyoWrap dd {
  width: calc(100% - 5em);
  padding-bottom: 10px;
}

/*---------- sp ----------*/
@media screen and (max-width: 812px) {
  .rinenWrap .title {
    text-align: center;
  }
}
/*---------- モバイル縦長 ----------*/
/*---------- モバイル横長 ----------*/
@media screen and (max-width: 812px) and (orientation: landscape) {
  .todoWrap .pr {
    width: 60%;
    margin: 0 auto 20px;
  }
  .todoWrap .img img {
    margin: 0 auto;
  }
}
/*---------- pc ----------*/
@media screen and (min-width: 813px) {
  section {
    padding-right: 100px;
    padding-left: 100px;
  }

  .rinenWrap .box {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .rinenWrap .title {
    width: 30%;
    font-size: 3.2rem;
  }
  .rinenWrap .title:before {
    width: 300px;
    height: 300px;
    top: -90px;
    left: -50px;
    right: auto;
  }
  .rinenWrap .textBox {
    width: 56%;
  }
  .rinenWrap .name {
    margin-top: 15px;
  }

  .todoWrap h2 {
    margin-bottom: 50px;
  }
  .todoWrap h2:after {
    width: 340px;
  }
  .todoWrap .pr {
    width: 65%;
    margin: 0 auto 40px;
    font-size: 2.4rem;
  }
  .todoWrap .pr:before, .todoWrap .pr:after {
    width: 15px;
  }
  .todoWrap .text {
    margin-bottom: 50px;
    line-height: 2em;
  }
  .todoWrap .img img {
    margin: 0 auto;
  }
  .todoWrap .detail {
    text-align: center;
  }

  .gaiyoWrap .box {
    background-color: #fff;
    padding: 40px 120px;
  }
  .gaiyoWrap dl:first-child dt, .gaiyoWrap dl:first-child dd {
    padding-top: 15px;
  }
  .gaiyoWrap dt {
    width: 13%;
  }
  .gaiyoWrap dd {
    border-left: 1px solid #ccc;
    width: 82%;
    padding-left: 70px;
    padding-bottom: 15px;
  }
}
/*---------- タブレット ----------*/

/*# sourceMappingURL=company.css.map */
