@charset "UTF-8";
/* =================================================== *

    ページ全体

 * =================================================== */
body {
  height: 100%;
  width: 100%;
}
html.fix, body.fix {
  width: 100%;
  height: 100%;
  position: fixed;
}
.content1080 {
  width: 100%;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.eng {
  font-family: 'Oswald', sans-serif;
  font-weight: 700 !important;
}
@media screen and (max-width: 1100px) {
  .content1080 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .content1080 {
    padding-left: 4.5%;
    padding-right: 4.5%;
  }
}
@media screen and (min-width: 769px) {
  a.hov {
    transition: all 0.3s;
  }
  a.hov:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  body {
    min-width: auto;
  }
  #main {
    overflow: hidden;
  }
}
/* =================================================== *

   ヘッダ

 * =================================================== */
#header {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  height: 96px;
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  background: #ffffff;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
}
#header > .inner {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 25px;
}
#header > .inner > .el-left {
  margin-right: 20px;
}
#header > .inner > .el-right ul > li {
  vertical-align: middle;
  margin-right: 10px;
}
#header > .inner > .el-right ul > li:last-child {
  margin-right: 0;
}
.header-logo {
  width: 134px;
}
#header > .inner > .el-right .tel {
  width: 320px;
  margin-right: 15px;
}
.header-icon {
  width: 40px;
}
@media screen and (max-width: 768px) {
  #header {
    height: 67px;
  }
  #header > .inner {
    padding-left: 3%;
    padding-right: 3%;
  }
  .header-logo {
    width: 80px;
  }
  .header-icon {
    width: 30px;
  }
  #header > .inner > .el-right .tel {
    width: 100px;
    margin-right: 10px;
    line-height: 0;
  }
  #header > .inner > .el-left {
    margin-right: 10px;
  }
  #header > .inner > .el-right ul > li {
    margin-right:6px;
  }
  #header > .inner > .el-right ul > li:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 359px) {
  #header {
    height: 52px;
  }
  .header-logo {
    width: 40px;
  }
}

/* =================================================== *

   コンテンツ

 * =================================================== */
#main {
  padding-top: 96px;
}

@media screen and (max-width: 768px) {
  #main {
    padding-top: 67px;
  }
}

@media screen and (max-width: 359px) {
  #main {
    padding-top: 52px;
  }
}


/* =================================================== *

   AIフォーム

 * =================================================== */
div.ai_form_style {
    background: #fff;
}
div#ai_section1 {
 /*   height: 480px; */
    position: relative;
}
div#ai_section1 > .inner {
  margin-right: auto;
  margin-left: auto;
  position: relative;
  width: 100%;
  height: 100%;
}
div#ai_section1 > .inner.content960 {
  max-width:960px;
}
#ai_section1_character {
    position: absolute;
    right: 0;
    left: auto;
    height: auto;
    bottom: 0;
    z-index: 4;
    width:35%;
    max-width: 342px;
}
ul#ai_section1_bg-wrap {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    width: 80%;
    max-width: 320px;
    margin-right: 0;
    margin-left: auto;
    height: 100%;
    padding-top: 5px;
}
ul#ai_section1_bg-wrap > li {
    height: 100%;
    display: none;
}
ul#ai_section1_bg-wrap > li:nth-child(1){
  background:url(../images/ai_form/human1.png) center top no-repeat;
  background-size:100%;
}
ul#ai_section1_bg-wrap > li:nth-child(2){
  background:url(../images/ai_form/human2.png) center top no-repeat;
  background-size:100%;
}
ul#ai_section1_bg-wrap > li:nth-child(3){
  background:url(../images/ai_form/human3.png) center top no-repeat;
  background-size:100%;
}
ul#ai_section1_bg-wrap > li:nth-child(4){
  background:url(../images/ai_form/human4.png) center top no-repeat;
  background-size:100%;
}
ul#ai_section1_bg-wrap > li:nth-child(5){
  background:url(../images/ai_form/human5.png) center top no-repeat;
  background-size:100%;
}

div#ai_section2 {
    background: #0284b6;
    padding: 3%;
}
div.ai_section2_messagebox {
    background: white;
    border-radius: 8px;
    padding: 50px 3% 35px;
    position: relative;
    font-size: 2.5rem;
 /*   min-height: 200px; */
    width: 100%;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    font-weight:bold;
    color:#000;
}
div.ai_section2_messagebox h2.name {
    background: #000000;
    color: white;
    width: 230px;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    border-radius: 25px;
    padding: 12px 10px;
    position: absolute;
    left: 15px;
    top: -22px;
}

div#ai_section1_command-wrap {
    position: relative;
    left: 0;
    right: 0;
    width:100%;
    bottom: 0;
    top: 0;
    margin: auto auto auto 0;
    height: 340px;
    overflow: hidden;
    z-index: 2;
    overflow-y: auto;
    margin-left: auto;
    margin-right: auto;
  padding-left:15px;
  padding-right:15px;
	padding-top: 30px ;
}

div.checkbox-horizontal {
    font-size: 0;
    position: relative;
    width: 100%;
    text-align: center;
}
div.checkbox-horizontal > label {
    width: 47.5%;
    margin-right: 2.9%;
    max-width: 250px;
    display: inline-block;
    font-size: 2.2rem;
    margin-bottom: 25px;
}
div.checkbox-horizontal > label:nth-child( 2n ){
  margin-right:0;
}
div.checkbox-horizontal > label input {
    visibility: hidden;
    width: 0;
    position: absolute;
    z-index: -1;
}
div.checkbox-horizontal > label > span.button {
    background: white;
    display: block;
    line-height: 1.5;
    border: 5px solid #f17075;
    border-radius: 30px;
    text-align: center;
    padding: 5px 5px;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
div.checkbox-horizontal > label > input:checked + span.button {
    background: #f29c9f;
    color: white;
    border-color: #f29c9f;
}

div.radio-vertical,
div.select-vertical {
    width: 400px;
    margin-left: 145px;
    position: relative;
}

div.radio-vertical > label {

}

div.radio-vertical > label input {
  display: none;
}
div.radio-vertical > label > span.button {
    font-size: 1.8rem;
    font-weight: bold;
    color: #000000;
    display: block;
    text-align: center;
    cursor: pointer;
    margin-bottom: 20px;
    border:5px solid #377bce;
    background: #fff;
    border-radius: 45px;
    height: auto;
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
    padding: 10px 20px;
  transition: all 0.3s ease;
}
div.radio-vertical > label:last-child > span.button {
  margin-bottom: 0;
} 
div.radio-vertical > label > input:checked + span.button {
  color: #fff;
  background: #377bce;
}

div.radio-col2 {
    width:75%;
    max-width: 650px;
    margin-left: 50px;
    position: relative;
      display: flex;
    flex-wrap: wrap;
}

div.radio-col2 > label {
    width: 48.5%;
    margin-right: 3%;
}
div.radio-col2 > label:nth-child(2n) {
  margin-right:0;
}

div.radio-col2 > label input {
  display: none;
}
div.radio-col2 > label > span.button {
    font-size: 1.8rem;
    font-weight: bold;
    color: #000000;
    display: block;
    text-align: center;
    cursor: pointer;
    margin-bottom: 20px;
    border:5px solid #377bce;
    background: #fff;
    border-radius: 45px;
    height: auto;
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
    padding: 10px 20px;
  transition: all 0.3s ease;
}
div.radio-col2 > label > input:checked + span.button {
  color: #fff;
  background: #377bce;
}




div#ai_section1_navigation {
    position: relative;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 0;
    top: auto;
    margin: auto auto;
    overflow: hidden;
    z-index: 3;
    height: auto;
    padding: 10px 15px 20px;
    display: flex;
    align-items: flex-end;

}
div#ai_section1_navigation div.backbtn {
  margin-right:75px;
}
@media screen and (max-width: 900px) {
  div#ai_section1_navigation div.backbtn {
      margin-right: 30px;
  }
}

div#ai_section1_navigation div.backbtn >a {
    display: block;
    background: #377bce;
    font-size: 1.8rem;
    color: white;
    line-height: 1;
    padding: 10px 10px;
    border-radius: 30px;
    width: 130px;
    text-align: center;
}

div#ai_section1_navigation div.backbtn >a i {
    margin-right: 0.7em;
}

div#ai_section1_navigation div.nextbtn {
  display: none;
}
div#ai_section1_navigation div.nextbtn >a {
    display: block;
    background: #ec5e00;
    font-size: 1.8rem;
    color: white;
    line-height: 1.5;
    padding: 10px 10px;
    border-radius: 45px;
    width: 340px;
    text-align: center;
}
div#ai_section1_navigation div.nextbtn >a i {
    margin-left: 0.7em;
}
div#ai_section1_navigation div.backbtn.disable > a,
div#ai_section1_navigation div.nextbtn.disable > a,
div#ai_section1_navigation div.submitbtn.disable input{
    background: lightgrey;
    cursor: default;
    pointer-events: none;
}

div.submitbtn {
      display: none;
  position: relative;
}
div#ai_section1_navigation div.submitbtn > input {
    display: block;
    background:  #ec5e00;
    font-size: 1.8rem;
    color: white;
    line-height: 1;
    padding: 10px 10px;
    border-radius: 30px;
    width: 130px;
    text-align: center;
      -webkit-transition: all .3s ease;
    transition: all .3s ease;
      border: 1px solid #ec5e00;
  padding-right: 30px;
  cursor: pointer;
}
div.submitbtn i {
    color: #ffffff;
    position: absolute;
    right: 0;
    z-index: 2;
    top: 13px;
    right: 28px;
    font-size: 1.8rem;
}

div.ai_section1_command {
    display: none;
    opacity: 0;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
div.ai_section1_command.view {
    opacity:1;
}
h1.ai_form_title {
    font-size: 2.8rem;
    margin-bottom: 30px;
}
ul#ai_section2_message-wrap > li {
    display: none;
    opacity: 0;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
  position: relative;
}
ul#ai_section2_message-wrap > li.q {
  padding-left: 70px;
}


ul#ai_section2_message-wrap > li.view {
    opacity:1;
}
ul#ai_section2_message-wrap > li.q .question {
font-size: 5.0rem;
    margin-right: 15px;
    position: absolute;
    left: 0;
    top: -30px;
    z-index: 1;
}


div.ai_form_style select.form-select {
    width: 100%;
    max-width: 280px;
    font-size: 2.0rem;
    border: 4px solid #e95377;
    display: block;
      margin-bottom: 25px;
  padding: 0 15px;
}
div.ai_form_style input.form-text {
    width: 100%;
    max-width: 275px;
    font-size: 2.0rem;
    border: 3px solid #444444;
    display: block;
    padding: 2px 10px;
    font-weight: bold;
}
div.ai_form_style .ai_section1_command > div:not(:first-child ) > input.form-text {
    margin-top:20px;
}


div.ai_form_style input.form-text.full {
  max-width: 560px;
}

div.ai_form_style input.form-text + .err {
    color: red;
    font-weight: bold;
}

table#soudan-table td .form-text30, table#hikoukai-table td .form-text30, table#entry-table td .form-text30 {
  max-width: 30%;
}
div.ai_form_style input.form-text-name {
    max-width: 200px;
    width: 40%;
    display: inline;
    margin-right: 12px;
}

p.form-label {
    font-size: 2.0rem;
    margin-bottom: 5px;
    color: #000000;
    font-weight: bold;
}

#ai_section_finish {
    max-width: 960px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    color: #000000;
    padding-top: 90px;
    min-height: 75vh;
}

div#ai_section_finish h1 {
    font-size: 3.0rem;
    font-weight: bolder;
    margin-bottom: 30px;
}
p#ai_form_nokori {
    margin-top: 20px;
    font-size: 1.8rem;
  margin-bottom:0;
    opacity: 0;
}

body.page-id-8296 div#footer-section0, body.page-id-8296 div#footer-section1, body.page-id-8296 div#footer-section2 {
    display: none;
}

body.page-id-8296 aside#float-menu-wrap {
    display: none !important;
}

h2.download-midashi {
    margin-bottom: 20px !important;
}
h2.download-midashi.mt35 {
    margin-top: 35px !important;
}
div.download-layout {
    margin-bottom: 25px;
}

div.download-layout > div.el-left {
    width: 48px;
    margin-right: 12px;
}
div.download-layout > div.el-right {
  width: -webkit-calc( 100% - 65px );
  width: calc( 100% - 65px );
  
}
div.download-layout > div.el-right p.update {
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 1.4;
}
div.download-layout > div.el-right h3.filename {
    border: none;
    font-size: 1.8rem;
    margin: 0;
    padding: 0;
    margin-top: 4px;
}

div.lp-result-wrap {
    padding: 0 15px;
    overflow-x: auto;
}
table#lp-result-table {
    width: 2870px;
}
table#lp-result-table tr > th, table#lp-result-table tr > td {
    font-size: 1.4rem;
    padding: 8px;
}
table#lp-result-table .td-id {
    width: 80px;
}
table#lp-result-table .td-namae {
    width: 220px;
}
table#lp-result-table .td-namae_kana {
    width: 250px;
}
table#lp-result-table .td-email {
    width: 300px;
}
table#lp-result-table .td-phone {
    width: 170px;
}
table#lp-result-table .td-shikaku {
    width: 170px;
}
table#lp-result-table .td-birth_year {
    width: 80px;
}
table#lp-result-table .td-gender {
    width: 80px;
}
table#lp-result-table .td-working_type {
    width: 180px;
}
table#lp-result-table .td-start_day {
    width: 140px;
}
table#lp-result-table .td-shisetsu{
    width: 200px;
}
table#lp-result-table .td-pref {
    width: 100px;
}
table#lp-result-table .td-address {
    width: 500px;
}
table#lp-result-table .td-kinrin {
    width: 120px;
}
table#lp-result-table .td-other_pref {
    width:100px;
}
table#lp-result-table .td-create_dt {
    width: 180px;
}


@media only screen and (max-width: 767px) {
div#ai_section1_navigation {
    width: 100%;
}
  /*
  ul#ai_section1_bg-wrap {
      width: 100%;
    margin-right: 3%;
  }
  */
  ul#ai_section1_bg-wrap {
    width: 100%;
    margin-right: -8%;
    max-width: 240px;
}
  div#ai_section1_command-wrap {
      width: 100%;
  }
  div.ai_form_wrap {
}
form#ai_form {
    height: 100%;
}
  div#ai_section2 {
    /* height: 210px; */
    height: auto;
    padding: 30px 3% 20px;
  }
div#ai_section1 {
    /*height: calc( 100% - 210px ); */
/* 	height: 500px; */
      height: 360px;
      overflow: hidden;
    position: relative;
      background: url(../images/ai_form/bg.jpg) left top repeat;
}
  div.ai_section2_messagebox h2.name {
    width: 150px;
    font-size: 1.5rem;
    border-radius: 15px;
    top: -16px;
    padding-top: 8px;
    padding-bottom: 8px;
}
  div.ai_section2_messagebox {
    border-radius: 15px;
    padding: 30px 3% 10px;
    font-size: 1.8rem;
    min-height: 50px;
      /*  height: 170px; */
}
  div#ai_section1_navigation {
    height: 50px;
    padding: 0 3%;
  }
  div#ai_section1_navigation div.backbtn {
    width: 40%;
    max-width: 160px;
    font-weight: bold;
    margin-left: 0;
    margin-right: auto;
}
  div#ai_section1_navigation div.nextbtn,
  div#ai_section1_navigation div.submitbtn{
    width: 55%;
    max-width: 180px;
    font-weight: bold;
  }
  div#ai_section1_navigation div.nextbtn >a,
  div#ai_section1_navigation div.backbtn >a,
  div#ai_section1_navigation div.submitbtn >input{
    padding:10px 5px;
    font-size: 2.0rem;
    border-radius: 15px;
    width: 100%;
    
  }
div#ai_section1_command-wrap {
    width: 100%;
    margin-bottom: 55px;
    /* height: 50%; */
    height: 55%;
    overflow: hidden;
}
  
  body.page-id-8296 footer#footer {
    display: none;
  }
  div.checkbox-horizontal > label > span.button {
    padding: 8px 5px;
    border: 3px solid #f17075;
  }
  div.checkbox-horizontal > label {
    font-size: 4.2vw;
    font-weight: bold;
    margin-bottom: 20px;
}
 div.ai_form_style select.form-select {
    font-size: 4.7vw;
    padding: 5px 5px;
   margin-right:auto;
   margin-left:auto;
   margin-bottom:15px;
}
  p.form-label {
    font-size: 1.6rem;
    margin-bottom: 2px;
}
  div.ai_form_style input.form-text {
    font-size: 4.7vw;
    max-width: 280px;
    padding: 5px 5px;
    margin-bottom: 15px;
    margin-right: auto;
    margin-left: auto;

}
	div.ai_form_style input.form-text-name {
	margin-right: 6px;
	}

  p#ai_form_nokori {
    position: absolute;
    top: 0;
    right: 10px;
    font-weight: bold;
    color: #ffff90;
    background: #e95377;
    font-size: 1.6rem;
    z-index: 10;
    padding: 0px 12px;
}
 body.page-id-8296 header#sugu-header-sp {
    display: none;
}
 body.page-id-8296  #content {
    padding-top: 0;
}
div#ai_section_finish h1 {
    font-size: 2.0rem;
    text-align: center;
}
  div#ai_section_finish p.text {
    font-size: 1.4rem;
    padding: 0 3%;
}
div#ai_section_finish {
padding-top: 50px;
    padding-bottom: 80px;
      background: url(../images/ai_form/bg.jpg) left top repeat;
  
}
li#ai_section2_message-1 p.text {
    font-size: 1.4rem;
}
  h1.ai_form_title {
    font-weight: bold;
    text-shadow: 2px 2px 2px white;
}
  
}

.layout-bentouImg {
  width:75%;
  max-width: 600px;
  margin-left: 25px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.layout-bentouImg > div {
  width:48.5%;
  margin-right:3%;
}
.layout-bentouImg > div:nth-child( 2n ){
  margin-right: 0;
}

.text-select {
  border: 5px solid #377bce;
  padding: 10px 20px;
  width: 100%;
  font-size: 1.8rem;
  font-weight: bold;
  background:#fff;
}

@media only screen and (max-width: 767px) {
  div#ai_section1 {
    height: auto;
    overflow: visible;
    background: none;
  }
  div#ai_section1_command-wrap {
    margin-bottom: 0;
    height: 100%;
    position: relative;
    padding-top: 8vw;
    padding-bottom: 24vw;
    overflow-y: auto;
    height: auto;
  }
  
  
  div.radio-vertical,
  div.select-vertical {
      width: 100%;
      margin-left: 0;
  }
  div.radio-vertical > label > span.button {
    font-size: 1.6rem;
    padding: 5px 25px;
    border-width: 3px;
    border-radius: 45px;
    text-align: left;
    margin-bottom: 15px;
    min-height: 60px;
  }
  ul#ai_section2_message-wrap > li.q {
    padding-left: 40px;
  }
  ul#ai_section2_message-wrap > li.q .question {
    font-size: 3.0rem;
    top: -15px;
  }
  div#ai_section1_navigation {
    height: auto;
    padding: 10px 3%;
  }
  div.radio-col2 {
    width: 100%;
    max-width: none;
    margin-left: 0;
  }
  
  div.radio-col2 > label {
    width: 100%;
    margin-right:0;
  }
  div.radio-col2 > label > span.button {
    font-size: 1.6rem;
    padding: 5px 25px;
    border-width: 3px;
    border-radius: 45px;
    text-align: left;
    margin-bottom: 15px;
    min-height: 60px;
  }
  div.radio-col2 > label:last-child > span.button {
    margin-bottom: 0;
  }
  .layout-bentouImg {
    width: 100%;
    max-width: none;
    margin-left: 0;
  }
  div#ai_section1_navigation {
    height: auto;
    padding: 10px 3% 12px;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  div#ai_section1_navigation div.nextbtn {
    width: 75%;
    max-width: none;
    margin-bottom: 12px;
    margin-left: 0;
    margin-right: auto;
  }
  div#ai_section1_navigation div.nextbtn >a {
    font-size: 1.6rem;
    padding: 8px 5px;
  }
  div#ai_section1_navigation div.submitbtn {
    width: 38%;
    position: absolute;
  }
  #ai_section1_character.hide {
    display: none;
  }
  div#ai_section1_navigation div.submitbtn >input {
    padding-right: 9vw;
  }
  div.submitbtn i {
    right: 9vw;
  }
  div.ai_form_style input.form-text {
    margin-left: 0;
    border-width: 3px;
    padding: 5px 10px;
    font-size: 1.5rem;
    border-width: 2px;
    margin-bottom: 0;
  }
  div.ai_form_style .ai_section1_command > div:not(:first-child ) > input.form-text {
    margin-top: 15px;
  }
  div.ai_form_style input.form-text,
  div.ai_form_style input.form-text.full {
    max-width: 480px;
  }
  .text-select {
    font-size: 1.6rem;
    padding: 8px 18px;
    border-width: 3px;
  }
}

/* =================================================== *

   フッタ

 * =================================================== */
#footer {
    padding-top: 35px;
    padding-bottom: 20px;
    background: #ffffff;
}
.footer-icon-mail, .footer-icon-line, .footer-icon-instagram {
    width: 31px;
}
.footer-icon-facebook {
  width:16px;
}
#footer-layout1 {
    text-align: center;
  margin-bottom: 20px;
}
#footer-layout1 > li {
    margin-right: 20px;
    vertical-align: middle;
}
#footer-layout1 > li:last-child {
  margin-right: 0;
}
#footer-copyright {
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.3;
    margin-bottom: 0;
  color: #000000;
}
#footer-copyright > a {
  color: #000000;
}
@media screen and (max-width: 768px) {}


/* =================================================== *

   ホバーアクション

 * =================================================== */
.pic a {
  transition: opacity .2s linear;
}
.pic a:hover {
    opacity: 0.7;
}
#section6-layout1 > .element > a {
  transition: opacity .2s linear;
}
#section6-layout1 > .element > a:hover {
    opacity: 0.7;
}
#form-submit {
  transition: opacity .2s linear;
}
#form-submit:hover {
    opacity: 0.7;
}
/* =================================================== *

   表示切り替え

 * =================================================== */
.sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: block;
  }
}