@charset "UTF-8";

/*
Theme Name: 津商工会議所　就活フェア
Theme URI:  https://www.tshukatsu-tsucci.com/
Author:			Ｏ－ＧＯＥ
*/

/* --------------------------------------------------------------------------------
	topimg
-------------------------------------------------------------------------------- */
.topimg__container{
  height: calc(50vh + 120px);
  text-align: center;
  position: relative;
  padding-top: 120px;
}
.topimg__wrap{
  background-color: var(--color-yl);
  height: 50vh;
}
.topimg__iconbox{
  width: 171px;
  height: 110px;
  background: url(../images/contact/contact-topicon.svg) no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  bottom: calc(20% + 119px);
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.topimg__ttlbox{
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  bottom: 20%;
  padding: 20px 2%;
}
.topimg__ttl{
  font-size: 4rem;
  line-height: 100%;
  font-weight: bold;
}
.topimg__subttl{
  font-size: 2.4rem;;
  line-height: 100%;
  font-weight: bold;
  margin-top: 15px;
}

section{
  width: 100%;
}
.contents__wrapper{
  max-width:1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 5% 2%;
  position: relative;
  box-sizing: content-box;
}
.company__formbox{
  width: 100%;
  margin-top: 2%;
  background-color: #c4f4ea;
  padding: 5%;
}
.company__formbox ul{
  width: 100%;
}
.company__formbox ul li{
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 5%;
  padding-bottom: 1%;
  border-bottom: dotted 1px #333;
}
.company__formttl{
  width: 30%;
  font-weight: bold;
}
.company__formtxt{
  width: 70%;
}
.company__privacy_txt{
  width: 100%;
  text-align: left;
  margin-bottom: 5%;
}
.company__confirm_txt{
  width: 100%;
  text-align: center;
  margin-bottom: 5%;
}
.company__sendbox{
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .topimg__container{
    height: 470px;
    padding-top: 70px;
  }
  .topimg__wrap{
    height: 400px;
  }
  .topimg__iconbox{
    width: 140px;
    height: 90px;
    bottom: calc(20% + 105px);
  }
  .topimg__ttlbox{
    width: 100%;
    bottom: 20%;
    padding: 20px 2%;
  }
  .topimg__ttl{
    font-size: 3rem;
  }
  .topimg__subttl{
    font-size: 2rem;
  }
  .contents__wrapper{
    padding: 10% 5% 10% 5%;
  }
  .company__formbox{
    width: 100%;
    margin-top: 2%;
    padding: 5%;
  }
  .company__formbox ul{
    width: 100%;
  }
  .company__formbox ul li{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 3%;
  }
  .company__formttl{
    width: 100%;
    margin-bottom: 2%;
  }
  .company__formtxt{
    width: 100%;
  }
}
