@charset "UTF-8";
/*リセット------------*/
html,
body,
h1,
h2,
h3,
h4,
dl,
dt,
dd,
ol,
ul,
li,
p {
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 2;
  letter-spacing: 0.06em;
  font-family: "Noto Sans JP", sans-serif;
}

p {
  line-height: 1.4;
  margin-bottom: 16px;
}

html {
  font-size: 14px;
}

ol,
ul {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  vertical-align: bottom;
  border: none;
  max-width: 100%;
  height: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 20px;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

/*共通CSS---------------------------------*/
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}

.flex-box {
  display: flex;
  align-items: start;
  justify-content: center;
}

body {
  background-color: #EDEFF0;
  color: #666666;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  letter-spacing: 0.12em;
  line-height: 1.3;
}

main {
  margin-bottom: 100px;
  position: relative;
}

section {
  margin-bottom: 180px;
}

a:hover {
  opacity: 0.7;
  transition: 0.3s;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.btn01 {
  display: inline-block;
  position: relative;
  padding: 7px 11px;
  line-height: 1;
  border: 1px solid #603838;
  text-align: right;
  transition: ease-in-out 0.3s;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  background-color: #603838;
  font-size: 13px;
  width: 134px;
  margin: 9px 0 0 64%;
}

.btn01 a::before {
  position: absolute;
  display: block;
  width: 31px;
  height: 1px;
  top: 13px;
  left: -1px;
  margin: auto;
  background: #fff;
  content: "";
  z-index: 1;
}

/* .btn02 */
.btn02 a {
  font-size: 1.2rem;
  font-weight: bold;
  width: 25%;
  padding: 10px 0;
  border: 1px solid #007CCA;
  background: url(../img/icon/icon_menu.png) no-repeat 31px 29px/8%;
  transition-duration: 0.3s;
  display: block;
  margin: 0 auto;
  text-align: center;
  position: relative;
  color: #007CCA;
  border-radius: 10px;
}

/* .btn02 a::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 27px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
} */
/*  h3  */
h3 {
  margin-bottom: 18px;
  font-size: 32px;
  font-weight: normal;
  text-align: center;
}

/*  h4  */
h4 {
  display: block;
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 20px;
}

/* ヘッダー */
header {
  width: 100%;
  height: 70px;
  background-color: #007CCA;
  margin-bottom: 100px;
}

header .inner {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: auto;
  box-sizing: border-box;
}

header h2 {
  width: auto;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  height: 50px;
  padding-top: 21px;
}

/* タイトル */
.tit01 {
  margin: 0 0 40px;
  padding: 13px 20px;
  background-color: #007CCA;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.2;
  color: #fff;
  box-sizing: border-box;
}

/* コンタクト7 */
.contact7-area {
  width: 80%;
  background: #fff;
  margin: 0 auto;
}

.inner {
  padding: 0 33px 64px;
  margin-bottom: 180px;
}

.intro-txt {
  margin-bottom: 30px;
}

.contact7-area table {
  text-align: left;
}

.contact7-area tr {
  border: 1px solid rgba(34, 34, 34, 0.1333333333);
}

.contact7-area th {
  background: #ECF4F8;
  padding: 15px;
  font-weight: 500;
  width: 37%;
}

.contact7-area td {
  padding: 15px;
}

.wpcf7-form-control {
  padding: 12px;
  width: 100%;
  border: 1px solid rgba(51, 51, 51, 0.2);
  border-radius: 4px;
}

tbody tr:first-child td .wpcf7-form-control, .job_choice .wpcf7-form-control {
  border: none;
}

.job_choice {
  margin-bottom: 38px;
}

.must {
  display: inline-block;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  margin-left: 10px;
  background-color: #E66A6A;
  border-radius: 4px;
  padding: 5px 5px 6px 5px;
  line-height: 1;
}

.contact7-area label {
  margin-right: 20px;
}

.btn_contact7:hover {
  opacity: 0.7;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .contact7-area {
    width: 100%;
  }
  .btn02 a {
    width: 100%;
  }
}