@charset "utf-8";
/************
 * Responsive *
*************/
/* 900 - 1280 */
@media only screen and (min-width: 900px) and (max-width: 1440px) {
  .key-baloon01 {
    position: absolute;
    top: 30px;
    left: 8%;
    z-index: 5;
  }

  .key-baloon01 img {
  }

  .key-baloon02 {
    position: absolute;
    top: 30px;
    right: 6%;
    z-index: 5;
  }

  .key-baloon02 img {
  }

  .sub-head-women {
    right: 0%;
  }

  .loading-overlay {
    display: none;
  }
}

/* 768 - 899 */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .voice-head {
    position: absolute;
    font-size: 36px;
    font-weight: bold;
    background: #fff;
    display: inline-block;
    top: -37px;
    left: 50%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    padding: 0 10px;
    color: #ef5a24;
    line-height: 120%;
  }

  .loading-overlay {
    display: none;
  }
}

/* 320 - 767 */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  header {
    z-index: 100;
    position: relative;
    background-color: #fff;
  }

  .header-inner {
    padding: 6px 0;
    column-gap: 16px;
  }

  .header-logo {
    width: 220px;
  }

  #sec-key {
    overflow: hidden;
    padding-bottom: 160px;
  }

  .key-top-flag {
    text-align: right;
    width: 120px;
    margin-right: 12px;
    margin-left: auto;
  }

  .key-baloon01 {
    position: absolute;
    top: -20px;
    left: -9%;
    z-index: 5;
    width: 150px;
  }

  .key-baloon02 {
    position: absolute;
    top: 260px;
    right: -11%;
    z-index: 5;
    width: 160px;
  }

  .key-point {
    display: flex;
    column-gap: 0px;
    justify-content: center;
    margin-top: 50px;
    padding: 0 12px;
  }

  .key-point-list {
    width: 33.3%;
  }

  .box2 {
    margin-top: -50px;
  }

  .key-staff {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 50;
    width: 74%;
  }

  .key-house {
    position: absolute;
    bottom: 0;
    z-index: 5;
    width: 150%;
  }

  #subhead-sec {
    background: url(../img/subhead-bg-sp.png) center center/cover no-repeat;
    padding: 40px 0;
  }

  #subhead-sec .btn-box {
    margin-top: 180px;
  }

  .sub-head-women {
    right: -10%;
    max-width: 80%;
  }

  #graph-sec {
    padding: 20px 0;
  }

  .graph-title-mini {
    font-size: 4.5vw;
    padding: 4px 10px 0 10px;
    display: block;
  }

  .graph-note {
    font-size: 16px;
    margin-top: 30px;
  }

  .graph-main {
    margin-top: 12px;
  }

  .graph-next {
    font-size: 24px;
    margin-top: 22px;
  }

  .graph-dot img {
    width: 6px;
    margin-top: 12px;
  }

  #signal-sec {
    background: url(../img/signal-top-bg-sp.png) center center/cover no-repeat;
  }

  #choice-sec {
    background: url(../img/choice-bg.png) top center/cover no-repeat;
    padding-top: 290px;
    margin-top: -250px;
    padding-bottom: 30px;
  }

  .choice-list-title {
    font-weight: 900;
    font-size: 5vw;
    padding: 12px 9px;
    border-radius: 0 0 10px 10px;
  }

  .choice-list-img {
    padding: 12px 12px;
  }

  .choice-list-text {
    padding: 0px 12px 24px 12px;
    font-size: 16px;
    font-weight: bold;
    text-align: justify;
  }

  .choice-list {
    background: #fff;
    margin-top: 24px;
    border-radius: 10px;
  }

  #choice-sec {
    background: url(../img/choice-bg.png) top center/contain repeat;
  }

  .choice-footer span {
    font-size: 22px;
    margin: auto;
    padding: 0;
  }

  .btn-baloon {
    position: absolute;
    left: 5%;
    top: -46px;
    width: 111px;
  }

  .btn-box {
    margin-top: 60px;
    position: relative;
  }

  #subside-sec {
    padding: 30px 0;
  }

  .choice-footer {
    margin-top: 30px;
  }

  #present-sec {
    padding-top: 16px;
  }

  .present-inner {
    position: relative;
    padding-bottom: 30px;
  }

  .present-inner .btn-box {
    position: relative;
    z-index: 10;
    margin-top: 30px;
  }

  #merit-sec {
    padding: 30px 0;
  }

  .merit-list {
    padding: 24px 16px 16px 16px;
    margin-top: 40px;
    display: block;
  }

  .merit-list-contents {
    width: 100%;
  }

  .number1 {
    width: 20%;
    margin-right: 10px;
  }

  .merit-hukidashi {
    position: absolute;
    top: -10px;
    width: 80px;
    left: 2px;
  }

  .merit-list-img {
    margin-top: 12px;
    width: 180px;
    margin-left: auto;
    margin-right: auto;
  }

  .merit-list-contents-left-number {
    width: 50px;
  }

  .merit-list-title {
    font-size: 22px;
    font-weight: bold;
    color: #ff7f00;
    border-bottom: 1px dotted #ff7f00;
    width: calc(100% - 50px);
    text-align: left;
    padding-bottom: 2px;
    margin-left: 20px;
    display: block;
  }

  .number1 {
    width: 50px;
    margin-right: 0px;
  }

  .sec-area {
    background: #fff;
    border: 2px solid #000;
    margin-top: 60px;
    padding: 22px 12px 20px 12px;
  }

  .set-mid {
    margin-top: 10px;
  }

  .voice-main {
    border: none;
    border-radius: 10px;
    padding: 0;
    position: relative;
  }

  .voice-head {
    position: relative;
    font-size: 24px;
    font-weight: bold;
    background: #fff;
    display: block;
    top: auto;
    left: auto;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    padding: 0;
    color: #ef5a24;
  }

  #voice-sec {
    padding: 30px 0;
  }

  .voice-list {
    margin-top: 20px;
  }

  .voice-list-title {
    font-size: 16px;
    font-weight: bold;
    color: #ef5a24;
    background-color: #fffce3;
    border-left: 6px solid #ef5a24;
    padding: 12px 8px;
    text-align: left;
  }

  .voice-list-inner {
    display: block;
    column-gap: 30px;
    margin-top: 20px;
  }

  .voice-list-img {
    width: 80%;
    margin: auto;
  }

  .voice-list-text {
    width: 100%;
    text-align: justify;
    line-height: 150%;
    font-weight: bold;
    margin-top: 16px;
  }

  .sec-head {
    font-size: 24px;
  }

  .flow-main {
    margin-top: 24px;
  }

  .flow-text {
    font-size: 15px;
    font-weight: bold;
    margin-top: 32px;
  }

  .form-top {
    margin-top: 20px;
  }

  #fomr-sec {
    padding: 30px 0;
  }

  .form-main {
    padding: 10px;
  }

  .Form {
    padding: 16px;
    margin-bottom: 20px;
  }

  .Form-Item {
    margin-top: 16px;
    padding-bottom: 16px;
  }

  .Form-Item-Label {
    font-size: 16px;
  }

  .Form-Item .text-input {
    width: 100%;
    padding: 0 4px;
    line-height: 200%;
  }

  .Form-checkbox {
    margin-top: 16px;
    font-size: 16px;
  }

  .form-item-text {
    border-bottom: none;
    padding-bottom: 0;
    margin-top: 16px;
  }

  .loading {
    display: none;
  }
  
  .loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
  }
  
  .loading-box {
    text-align: center;
  }
  
  .spinner {
    border: 4px solid #fff;
    border-top: 4px solid transparent;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin: 0 auto 15px;
    animation: spin 1s linear infinite;
  }
  
  @keyframes spin {
    to { transform: rotate(360deg); }
  }

  .loading-overlay {
    display: none;
  }

}
