@charset "UTF-8";
/*===========================================================================*/
/* #1 全要素                                                                 */
/*---------------------------------------------------------------------------*/

h1{
/*
    position: absolute;
    width:100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);

          margin-top:0;
    text-align: center;
*/
    line-height: 1.5em;
    font-size: 3.4em;
    font-weight: 900;
    font-family: 'Noto Sans JP';
    color:#ffffff;
    /* mix-blend-mode:overlay; */
  
    letter-spacing : 2px;                /* 文字間 */
    text-shadow    : 
         1px  1px 0px #000000,
        -1px  1px 0px #000000,
         1px -1px 0px #000000,
        -1px -1px 0px #000000,
         1px  0px 0px #000000,
         0px  1px 0px #000000,
        -1px  0px 0px #000000,
         0px -1px 0px #000000;        /* 文字の影 */

}


h2{
    text-align: left;
    bottom: 0;
    text-shadow: 10px #3d3d3d;
    font-size: 2.5vw;
    font-family: 'Noto Sans JP', sans-serif;
    white-space: nowrap;
    color:#1A120F;
    padding:18px;
    background: rgb(248, 179, 5);
    margin:auto ;

}

h3 {
  position: relative;
  padding: 0.6em;
  margin:5rem auto 24px auto;
  background-color:rgba(232, 232, 232, 0.4);
  border-radius: 7px;
  box-shadow: 0 3px 7px 0 rgba(63, 63, 63, 0.7);
  text-align:center;
}


section {
    text-align: center;
}

p{
  padding:18px;
  display:block;
  text-align: left;
  font-size: 2vw;
}

small{
  color:red;
  text-align: center;
  font-weight:bold;
  width: 100%;
  display: inline-block;
}

em{
  min-width:100%;
  font-size:0.5em;

}

footer{
  color: #fff;
  font-weight: 900;
}

/*===========================================================================*/
/* #2 コンテンツ要素                                                         */
/*---------------------------------------------------------------------------*/


.top-section{
  width: 100%;
  height: 0;
  min-height: 32em;
  padding-top: 62.5%;
background-image: url("../img/23685039_m.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}


#area_header{
  text-align: center;
  bottom: 0;
  text-shadow: 10px #3d3d3d;
  font-size: 2em;
  font-family: 'Noto Sans JP', sans-serif;
  white-space: nowrap;
  color:#1A120F;
  padding: 0;
  background: initial;
  margin:auto ;

}

#searcharea{
    padding: 3em 12em;
    text-align: center;
    background-color: #88888880;
    border-top: .8em solid #f8b305;
    border-bottom: .8em solid #f8b305;
    box-shadow: 0px 3px 10px 3px #33333380;
    border-radius: .8em;
}

#searcharea form {
  display:block;
}

#searcharea input[type=text] {
    min-width: 12em;
    padding: 0.25em;
    box-sizing: border-box;
    text-align: center;
}

#searcharea button {
    font-size: 1.45em;
    font-weight: bold;
    padding: 0.25em 1em;

    color: #fff;
    border-top: .25em solid #48ecc4;
    border-right: .25em solid #0a5f4a;
    border-bottom: .25em solid #0f745b;
    border-left: .25em solid #8cf9de;
    border-radius: 0;
    background: #11a37f;
    text-shadow: 0px 1px #000;
}

#searcharea button:hover {
    border-top: .25em solid #0f745b;
    border-right: .25em solid #8cf9de;
    border-bottom: .25em solid #48ecc4;
    border-left: .25em solid #0a5f4a;
    text-shadow: 0px -1px #000;
}

section {
  margin:auto;
}

.assessment-text-bg{
  width:80%;
  background-color:#FFFF
}

.assessment-text{
  margin:auto;
}


.assessment-text h2~p{
  text-align:left;
}

.assessment-text,.procedure-text,.options-text,.contact-text{
  text-align:left;padding:18px;
}


.box2 {
  background-color: #e8e8e8;
  z-index:1;
}

.box3 {
  padding-top:48px;
  background-color: #d6d6d6;
  display: block;
}

.other{
  text-align:center;
}


.reasons-text{
  text-align:center;
}


.inline-waku {
  padding-top: 1em;
  padding-bottom: 1em;
  background: initial;
  position: relative;
  top: -10em;
}


#top-waku {
    padding: 0 50px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    height: 100%;
    align-content: space-around;
    flex-wrap: wrap;
    flex-direction: column;
    position: absolute;
    top: 0;
    font-size: 1vw;
}


/*===========================================================================*/
/* # メディアクエリー PC/Mobile                                              */
/*---------------------------------------------------------------------------*/
@media screen and (min-width: 769px) {
/*
  h1{
      font-size: 60px;
      padding: 0 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: absolute;
  }
*/

  h2{
    text-align:left;
    padding-top:24px;
    margin:0px 0px 12px;
    font-size: 2.5vw;
  } 

  h2+p{
    line-height:1.75em;
    font-size:1.6em;
  }

  #company{
    padding-bottom:24px;
  }

  .company dl{
    width:90%;
  }

  .box2 h2,.box3 h2{
    width:60%;
    margin:auto;
    position: relative;
   }


  h3 {
    width:60%;
  }

  form p {
    font-size: 2em;
  }

 }

/* スマホ */
@media screen and (max-width: 768px) {
/*
  h1{
    font-size: 1.75em;
    top: 0;
    padding-top: 62.5%;
  }

  h1+p{
    font-size: 1.8em;
  }
*/
/*
  h2{
    text-align:left;
    font-size:2.5vw;
  }
*/
  h2 {
    text-align: center;
    font-size: 1.2em;
    white-space: break-spaces;
  }
  p {
    font-size: 1em;
  }

  .company dl{
    width:97%;
  }

  .assessment-text-bg {
    width: 100%;
  }

  h3 {
    width:180%;
  }

  #top-waku {
    font-size: .42em;
    padding: 0;
  }

  #searcharea {
    padding: 0;
    max-width: 95%;
    width: 95%;
    border-top: 1.25em solid #f8b305;
    border-bottom: 1.25em solid #f8b305;
  }
  #searcharea form {
    font-size: 1rem;
    margin: 1em auto;
    box-sizing: border-box;
  }
  #searcharea input[type=text] {
    font-size: 1.2em;
  }
  #searcharea button {
    font-size: 1.25em;
  }
/*
  #searcharea {
    width: 90%;
    height: 15em;
  }
  #searcharea h2 {
    font-size: 1.45em;
    text-align: center;
  }
  #searcharea form {
    margin-top: 1.45em;
  }
*/
}



