/* css pc */
main {
  /*overflow: hidden;*/
}
a, a:hover {
  text-decoration: none !important;
}
img {
  height: auto;
  vertical-align: bottom;
}
h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
}
.contents {
  padding: 0 0 150px 0;
}
.contents .inner {
  width: 900px;
  margin: 0 auto;
}
.contents .flex {
  display: flex;
}
.contents .mv {
  width: 100%;
}
.contents .mv img {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.contents h2 {
  text-align: center;
  font: 600 40px/1 "Roboto Serif", serif;
  margin: 150px 0 0;
}
.contents h3 {
  text-align: center;
  font: 600 40px/1 "Roboto Serif", serif;
  margin: 50px auto 0;
  display: inline-block;
  width: 100%;
}
/*sec01*/
.contents .sec01 {
  font: 400 20px/1.8 "Noto Serif JP", serif;
  text-align: center;
  margin: 50px auto 0;
}
.contents .sec01 p:not(:nth-child(1)) {
  margin: 50px 0 0;
}
.contents .sec01__l {
  font: 400 30px/1.8 "Noto Serif JP", serif;
}
.contents .sec01__link {
  width: 800px;
  margin: 50px auto 0;
  justify-content: space-between;
}
.contents .sec01__link div {
  width: 375px;
}
.contents .sec01__link div a {
  display: inline-block;
  width: 100%;
  color: #000;
  font: 400 30px/1.2 "Noto Serif JP", serif;
  padding: 20px 0;
  position: relative;
  transition: 0.5s;
}
.contents .sec01__link div a small {
  display: block;
}
.contents .sec01__link .sec01__link01 a {
  background: #EBE1D7;
  border-bottom: 10px solid #9E8C79;
}
.contents .sec01__link .sec01__link01 a:hover {
  margin-top: 10px;
  border-bottom: 0px solid #9E8C79;
}
.contents .sec01__link .sec01__link02 a {
  background: #DDE2DF;
  border-bottom: 10px solid #819B8B;
}
.contents .sec01__link .sec01__link02 a:hover {
  margin-top: 10px;
  border-bottom: 0px solid #819B8B;
}
.contents .sec01__btn {
  margin: 50px 0 0;
}
.contents .sec01__btn a {
  width: 520px;
  height: 68px;
  font: 700 20px/1 "Noto Sans JP", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
}
/*sec02*/
.contents .sec02 {
  position: relative;
  margin: 160px 0 0;
  padding: 0 0 100px;
}
.contents .sec02__01 {
  background: #FBF9F7;
}
.contents .sec02__02 {
  background: #F8F9F9;
}
.contents .sec02__no {
  display: inline-block;
  position: absolute;
  top: -110px;
  left: 50%;
  transform: translateX(-50%);
  width: 1em;
  height: 1em;
  font: 700 100px/1 "Roboto Condensed", sans-serif;
  padding:60px 0 0;
}
.contents .sec02__01 .sec02__no {
  color: #EBE1D7;
}
.contents .sec02__02 .sec02__no{
  color: #DDE2DF;
}
.contents .sec02__column {
  margin: 100px 0 0;
  justify-content: space-between;
}
.contents .sec02__column:nth-of-type(even) {
  flex-flow: row-reverse;
}
.contents .sec02__column01 {
  width: 500px;
}
.contents .sec02__column02 {
  width: 350px;
}
.contents .sec02__point {
  position: relative;
  margin: 30px 0 0;
}
.contents .sec02__point span {
  position: relative;
  display: block;
  margin: 0 0 0.5em;
  font: italic 400 20px/1 "Roboto Condensed", sans-serif;
}
.contents .sec02__point span::before {
  content: '';
  display: inline-block;
  width: calc(100% - 2.5em);
  height: 1px;
  position: absolute;
  top: 50%;
  left: 2.5em;
  background-image: linear-gradient(to right, #000000 6px, transparent 6px);
  background-repeat: repeat-x;
  background-size: 12px 6px;
  background-position: 50px center;
}
.contents .sec02__point::after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -1em;
  left: 0;
  background-image: linear-gradient(to right, #000000 6px, transparent 6px);
  background-repeat: repeat-x;
  background-size: 12px 6px;
  background-position: 50px center;
}
.contents .sec02__name {
  margin: calc(1em + 30px) 0 0;
  font: 700 20px/1 "Noto Sans JP", sans-serif;
}
.contents .sec02__color {
  margin: 10px 0 0;
}
.contents .sec02__color span {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #000;
  position: relative;
}
.contents .sec02__color span:nth-child(n+2) {
  margin: 0 0 0 5px;
}
.contents .sec02__color span.brown {
  background: #A88776;
}
.contents .sec02__color span.blue {
  background: #406180;
}
.contents .sec02__color span.yellow {
  background: #E6DAA8;
}
.contents .sec02__color span.black {
  background: #000;
}
.contents .sec02__color span.green {
  background: #4C5F6E;
}
.contents .sec02__color span::before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 20px;
  border-radius: 0 100% 100% 0 / 50%;
  position: absolute;
  top:-1px;
  right:-1px;
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.contents .sec02__color span.bicolor__brown--navy{
  background: #6B5953;
}
.contents .sec02__color span.bicolor__brown--navy::before {
  background: #2A2E45;
}
.contents .sec02__color span.bicolor__white--beige{
  background: #FFF;
}
.contents .sec02__color span.bicolor__white--beige::before {
  background: #D5CAC8;
}
.contents .sec02__color span.bicolor__gray--red{
  background: #29282D;
}
.contents .sec02__color span.bicolor__gray--red::before {
  background: #6C3C4C;
}

.contents .sec02__chart {
  margin: 20px 0 0;
}
.contents .sec02__btn {
  margin: 30px 0 0;
  width: 100%;
  padding: 0;
}
.contents .sec02__btn a {
  background: #000;
  color: #FFF;
  width: 100%;
  height: 50px;
  border-radius: 5em;
  display: flex;
  justify-content: center;
  align-items: center;
  font: 700 20px/1 "Roboto Condensed", sans-serif;
}
/*btn*/
.contents .btn a {
  transition: 0.5s;
}
.contents .btn a:hover {
  opacity: 0.5;
}
.contents .btn__normal {
  display: block;
  padding: 0;
}
.contents .btn__normal a {
  border: 1px solid #707070;
  color: #000;
  margin: 0 auto;
  background: #FFF;
  border-radius: 5em;
  cursor: pointer;
}
.contents .btn__normal a:hover, .contents .btn__normal a:visited {
  color: #000;
}
.contents .btn__normal a:hover {
  background: #FAFAFA;
  opacity: 0.5;
}
.contents .btn__group {
  column-gap: 21px;
  justify-content: center;
  width: 900px;
  margin: 150px auto 0;
}
.contents .btn__s {
  flex: 1;
}
.contents .btn__s a {
  width: 100%;
  height: 84px;
  font: 700 18px/28px "Noto Sans JP", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.contents .btn__totop {
  margin: 100px auto 0;
  text-align: center;
}
.contents .btn__totop a {
  position: relative;
  color: #000;
  margin-left: 12px;
  font: 700 18px/1 "Noto Sans JP", sans-serif;
}
.contents .btn__totop a:hover, .contents .btn__totop a:visited {
  color: #000;
}
.contents .btn__totop a::before {
  content: '';
  display: inline-block;
  background-image: url("/img/feature/w-design-250820/icon_home.png");
  background-size: contain;
  width: 19px;
  height: 22px;
  position: absolute;
  top: 1px;
  left: -24px;
}
/*css sp*/
@media screen and (max-width: 768px) {
  .contents {
    padding: 0 0 calc(100 * (100vw / 375)) 0;
  }
  .contents .inner {
    width: calc(100% - 30px);
    margin: 0 auto;
  }
  .contents .mv {
    width: 100%;
  }
  .contents .mv img {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .contents h2 {
    font: 600 calc(30 * (100vw / 375))/1 "Roboto Serif", serif;
    margin: calc(100 * (100vw / 375)) 0 0;
  }
  .contents h3 {
    text-align: center;
    font: 600 calc(20 * (100vw / 375))/1 "Roboto Serif", serif;
    margin: 1.5em auto 0;
    display: inline-block;
    width: 100%;
  }
  
  
  /*sec01*/
  .contents .sec01 {
    font: 400 calc(16 * (100vw / 375))/1.8 "Noto Serif JP", serif;
    margin: calc(30 * (100vw / 375)) auto 0;
  }
  .contents .sec01 p:not(:nth-child(1)) {
    margin: calc(30 * (100vw / 375)) 0 0;
  }
  .contents .sec01__l {
    font: 400 calc(20 * (100vw / 375))/1.8 "Noto Serif JP", serif;
  }
  .contents .sec01__link {
    width: 100%;
    margin: calc(30 * (100vw / 375)) auto 0;
  }
  .contents .sec01__link div {
    width: calc(165 * (100vw / 375));
  }
  .contents .sec01__link div a {
    display: inline-block;
    width: 100%;
    color: #000;
    font: 400 calc(14 * (100vw / 375))/1.2 "Noto Serif JP", serif;
    padding: calc(10 * (100vw / 375)) 0;
    position: relative;
    transition: 0.5s;
  }
  .contents .sec01__link div a small {
    display: block;
  }
  .contents .sec01__link .sec01__link01 a {
    background: #EBE1D7;
    border-bottom: calc(5 * (100vw / 375)) solid #9E8C79;
  }
  .contents .sec01__link .sec01__link01 a:hover {
    margin-top: calc(5 * (100vw / 375));
    border-bottom: 0px solid #9E8C79;
  }
  .contents .sec01__link .sec01__link02 a {
    background: #DDE2DF;
    border-bottom: calc(5 * (100vw / 375)) solid #819B8B;
  }
  .contents .sec01__link .sec01__link02 a:hover {
    margin-top: calc(5 * (100vw / 375));
    border-bottom: 0px solid #819B8B;
  }
  
  
  
  
  /*sec02*/
  .contents .sec02 {
    position: relative;
    margin: calc(60 * (100vw / 375)) 0 0;
    padding: 0 0 100px;
  }
  .contents .sec02__01 {
    background: #FBF9F7;
  }
  .contents .sec02__02 {
    background: #F8F9F9;
  }
  .contents .sec02__no {
    display: inline-block;
    position: absolute;
    top: -0.5em;
    left: 50%;
    transform: translateX(-50%);
    width: 1em;
    height: 1em;
    font: 700 calc(50 * (100vw / 375))/1 "Roboto Condensed", sans-serif;
    padding:0 0 0;
  }
  .contents .sec02__01 .sec02__no {
    color: #EBE1D7;
  }
  .contents .sec02__02 .sec02__no{
    color: #DDE2DF;
  }
  .contents .sec02__column {
    margin: calc(30 * (100vw / 375)) 0 0;
    justify-content: space-between;
    flex-flow: column;
  }
  .contents .sec02__column:nth-of-type(even) {
    flex-flow: column;
  }
  .contents .sec02__column01 {
    width: 100%;
  }
  .contents .sec02__column02 {
    width: 100%;
    margin: 1em 0 0;
  }
  .contents .sec02__point {
    position: relative;
    margin: calc(30 * (100vw / 375)) 0 0;
  }
  .contents .sec02__point span {
    position: relative;
    display: block;
    margin: 0 0 0.5em;
    font: italic 400 calc(20 * (100vw / 375))/1 "Roboto Condensed", sans-serif;
  }
  .contents .sec02__point span::before {
    content: '';
    display: inline-block;
    width: calc(100% - 2.5em);
    height: 1px;
    position: absolute;
    top: 50%;
    left: 2.5em;
    background-image: linear-gradient(to right, #000000 6px, transparent 6px);
    background-repeat: repeat-x;
    background-size: calc(12 * (100vw / 375)) calc(6 * (100vw / 375));
    background-position: calc(50 * (100vw / 375)) center;
  }
  .contents .sec02__point::after {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -1em;
    left: 0;
    background-image: linear-gradient(to right, #000000 6px, transparent 6px);
    background-repeat: repeat-x;
    background-size: calc(12 * (100vw / 375)) calc(6 * (100vw / 375));
    background-position: calc(50 * (100vw / 375)) center;
  }
  .contents .sec02__name {
    margin: calc(1em + 30px) 0 0;
    font: 700 calc(20 * (100vw / 375))/1 "Noto Sans JP", sans-serif;
  }
  .contents .sec02__color {
    margin: calc(10 * (100vw / 375)) 0 0;
  }
  .contents .sec02__color span {
    display: inline-block;
    width: calc(20 * (100vw / 375));
    height: calc(20 * (100vw / 375));
    border-radius: 50%;
    border: 1px solid #000;
    position: relative;
  }
  .contents .sec02__color span:nth-child(n+2) {
    margin: 0 0 0 0.5em;
  }
  .contents .sec02__color span.brown {
    background: #A88776;
  }
  .contents .sec02__color span.blue {
    background: #406180;
  }
  .contents .sec02__color span.black {
    background: #000;
  }
  .contents .sec02__color span.green {
    background: #4C5F6E;
  }
  .contents .sec02__color span::before {
    content: '';
    display: inline-block;
    width: calc(10 * (100vw / 375));
    height: calc(20 * (100vw / 375));
    border-radius: 0 100% 100% 0 / 50%;
    position: absolute;
    top:-1px;
    right:-1px;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
  }
  .contents .sec02__color span.bicolor__brown--navy{
    background: #6B5953;
  }
  .contents .sec02__color span.bicolor__brown--navy::before {
    background: #2A2E45;
  }
  .contents .sec02__color span.bicolor__white--beige{
    background: #FFF;
  }
  .contents .sec02__color span.bicolor__white--beige::before {
    background: #D5CAC8;
  }
  .contents .sec02__color span.bicolor__gray--red{
    background: #29282D;
  }
  .contents .sec02__color span.bicolor__gray--red::before {
    background: #6C3C4C;
  }

  .contents .sec02__chart {
    margin: calc(20 * (100vw / 375)) 0 0;
  }
  .contents .sec02__btn {
    margin: calc(30 * (100vw / 375)) 0 0;
  }
  .contents .sec02__btn a {
    background: #000;
    color: #FFF;
    width: 100%;
    height: calc(50 * (100vw / 375));
    border-radius: 5em;
    display: flex;
    justify-content: center;
    align-items: center;
    font: 700 calc(20 * (100vw / 375))/1 "Roboto Condensed", sans-serif;
  }
  
  
  
  .contents .sec01__btn {
    margin: calc(30 * (100vw / 375)) 0 0;
  }
  .contents .sec01__btn a {
    width: calc(346 * (100vw / 375));
    height: calc(60 * (100vw / 375));
    font: 700 calc(16 * (100vw / 375))/1 "Noto Sans JP", sans-serif;
  }
  .contents .btn__group {
    margin: calc(100 * (100vw / 375)) auto 0;
    column-gap: 21px;
    flex-flow: column;
    width: calc(100% - 30px);
  }
  .contents .btn__s {
    text-align: center;
  }
  .contents .btn__s a {
    width: 100%;
    height: calc(70 * (100vw / 375));
    font: 700 calc(16 * (100vw / 375))/calc(24 * (100vw / 375)) "Noto Sans JP", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .contents .btn__s:nth-child(n+2) {
    margin: calc(20 * (100vw / 375)) 0 0;
  }
  .contents .btn__totop {
    margin: 100px auto 0;
    text-align: center;
  }
  .contents .btn__totop a {
    position: relative;
    color: #000;
    margin-left: calc(12 * (100vw / 375));
    font: 700 calc(18 * (100vw / 375))/1 "Roboto", sans-serif;
  }
  .contents .btn__totop a:hover, .contents .btn__totop a:valid {
    color: #000;
  }
  .contents .btn__totop a::before {
    content: '';
    display: inline-block;
    background-image: url("/img/feature/w-design-250820/icon_home.png");
    background-size: contain;
    width: calc(19 * (100vw / 375));
    height: calc(22 * (100vw / 375));
    position: absolute;
    top: calc(-2 * (100vw / 375));
    left: calc(-24 * (100vw / 375));
  }
}
/*アニメーション*/
.fadeIn {
  opacity: 0;
  transform: translate(0, 2.5rem);
  transition: all 1s ease-out;
}
.fadeIn.is-show {
  opacity: 1;
  transform: translate(0, 0);
}
.fadeView {
  opacity: 0;
  transition: 2s;
}
.fadeView.is-show {
  opacity: 1;
}