@charset "UTF-8";

/* ========================================================================
  診断チャート          [ /flow/ ]
======================================================================== */

.navi-inner {
  padding: 0 0 100px 0;
}

.flow-select {
  display: flex;
}

.flow-select li {
  padding: 10px;
  width: 33.3%;
  flex-grow: 1;
}

.flow-select-btn {
  display: block;
  padding: 20px 20px;
  font-size: 131%;
  color: #222;
  text-decoration: none;
  background-color: #eee;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2) inset;
  text-align: center;
  border-radius: 10px;
  transition: all 0.2s ease;
}

.flow-select-btn:hover {
  background-color: #333;
  color: #fff;
}

.flow-back {
  text-align: center;
  padding-bottom: 80px;
}

.flow-back-btn {
  display: inline-block;
  background-color: #eee;
  padding: 10px 30px;
  text-align: center;
  color: #222;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .flow-select {
    display: block;
    padding-bottom: 30px;
  }
  .flow-select li {
    padding: 5px 0;
    width: auto;
  }
  .flow-select-btn {
    padding: 14px 10px;
    font-size: 116%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2) inset;
    border-radius: 10px;
  }
  .flow-back {
    text-align: center;
    padding-bottom: 80px;
  }
  .flow-back-btn {
    font-size: 93%;
    padding: 10px 20px;
  }
}


.navi-title {
  color: #333333;
  font-size: 28px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 900;
  font-style: normal;
  text-align: center;
  letter-spacing: 0.05em;
  margin: 48px 0 75px 0;
}

.navi-item001 {
  color: #D70C1F;
  font-size: 32px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0.05em;
}

.navi-item002 {
  color: #333;
  font-size: 32px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0.05em;
  background:linear-gradient(transparent 60%, #FDF1F2 60%);
}

.navi-item003 {
  color: #333;
  font-size: 32px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .navi-title {
    color: #333333;
    font-size: 20px;
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-weight: 900;
    font-style: normal;
    text-align: center;
    letter-spacing: 0.05em;
    margin: 48px 0 60px 0;
  }
  
  .navi-item001 {
    color: #D70C1F;
    font-size: 24px;
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-weight: 900;
    font-style: normal;
    letter-spacing: 0.05em;
  }
  
  .navi-item002 {
    color: #333;
    font-size: 24px;
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-weight: 900;
    font-style: normal;
    letter-spacing: 0.05em;
    background:linear-gradient(transparent 60%, #FDF1F2 60%);
  }
  
  .navi-item003 {
    color: #333;
    font-size: 24px;
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-weight: 900;
    font-style: normal;
    letter-spacing: 0.05em;
  }
}

.yesno {
  width: 1100px;
  margin: 0 auto 0 auto;
  padding: 62px 80px 62px 80px;
  box-shadow: 3px 3px 9px rgba(0, 0, 0, 0.16);
}

.yesno h3 {
  display: block;
  margin: 0 auto 50px auto;
  padding: 0 0 10px 0;
  color: #333;
  font-size: 24px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0.05em;
  border-bottom: 1px dotted #c8c8c8;
}

@media screen and (max-width: 768px) {
  .yesno {
    width: 95%;
    margin: 0 auto 0 auto;
    padding: 62px 35px 40px 35px;
    box-shadow: 3px 3px 9px rgba(0, 0, 0, 0.16);
  }
  
  .yesno h3 {
    display: block;
    margin: 0 auto 50px auto;
    padding: 0 0 10px 0;
    color: #333;
    font-size: 20px;
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-weight: normal;
    font-style: normal;
    letter-spacing: 0.05em;
    border-bottom: 1px dotted #c8c8c8;
  }
}


.widget_imglist {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
}

.widget_btn {
  margin: 30px 0 40px 0;
}
.widget_btn02 {
  margin: -20px 0 40px 0!important;
}
.widget_btn a {
  position: relative;
  display: block;
  width: 370px;
  background-color: #333333;
  padding: 15px 25px 15px 0;
  text-align: center;
  margin: 0 auto;
  font-size: 15px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  letter-spacing: 0.05em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .widget_btn a {
    width: 84%;
    font-size: 14px;
  }
}
.widget_btn a::before {
  position: absolute;
  top: 1px;
  right: 28px;
  bottom: 0;
  content: "";
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: solid 1.5px #fff;
  border-right: solid 1.5px #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.widget_btn a:hover {
  opacity: 0.6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.widget_btn a:hover::before {
  border-top: solid 1.5px #fff;
  border-right: solid 1.5px #fff;
  right: 22px;
  z-index: 100;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}