@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

body {
  background-image: url(../img/bg.png);
  color: #000;
  font-size: 14px;
  line-height: 1.5;
  font-family: Helvetica,Arial,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','モリサワ 新ゴ R','Droid Sans',メイリオ,sans-serif;
}

body img {
  display: block;
}

body .bg {
  width: 100%;
}

body .bg_w {
  background: #FFF;
}

body .bg_y {
  background: #fff500;
}

body .bg_b {
  background: #bacbe4;
}

body .s_txt {
  font-size: 12px;
  padding: 5px;
}

body .line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #fff500));
  background: linear-gradient(transparent 50%, #fff500 50%);
}

@media screen and (max-width: 767px) {
  body .pc {
    display: none !important;
  }
  body .contents img {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  body .sp {
    display: none !important;
  }
}

body .contents {
  margin: 0 auto;
  padding: 0 5% 20px 5%;
}

body .contents .cv_area {
  width: 80%;
  margin: 0 auto;
  padding: 20px 0;
}

body .contents .cv_area .btn {
  padding-top: 10px;
}

body .contents .ttl {
  padding: 20px 0;
}

body .contents .ttl_sub {
  padding: 10px 0;
}

body .contents .txt {
  padding: 10px 0;
}

body header {
  background-image: url(../img/main_ara_bg.png);
  background-position: bottom;
}

body header img {
  width: 100%;
}

body .icon_bg {
  position: relative;
}

body .icon_bg .icon {
  width: 13%;
  position: absolute;
  bottom: 6%;
  right: 10%;
}

body .contents .sub_text {
  padding: 30px 0;
}

body .contents .content_area {
  padding: 20px 5%;
  background: #FFF;
  border-radius: 20px;
}

body .contents .content_area .figure {
  width: 90%;
  margin: 0 auto;
  padding: 10px 0;
}

body .contents .step {
  position: relative;
}

body .contents .step p {
  position: absolute;
  bottom: 16px;
  left: 5%;
  width: 90%;
  font-size: 12px;
}

body .contents .step_arrow {
  width: 16%;
  margin: 0 auto;
  padding: 30px 0;
}

body .contents .voice_area {
  margin-top: 30px;
  padding: 20px 5%;
  background: #FFF;
  position: relative;
}

body .contents .voice_area .frame_1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 15%;
}

body .contents .voice_area .frame_2 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 15%;
}

body .contents .voice_area .voice_ttl {
  width: 50%;
  margin: 0 auto;
}

body .contents .voice_area .voice_sub_ttl {
  width: 80%;
  margin: 0 auto;
  padding: 20px 0;
}

body .contents .voice_area .voice_img {
  width: 80%;
  margin: 0 auto;
}

body .contents .voice_area .voice_txt p {
  background: #f4f4f4;
  padding: 10px 6%;
}

body .contents .voice_area .voice_txt .last {
  border-radius: 0 0 20px 20px;
  margin-bottom: 20px;
}

body .q_area {
  position: relative;
  margin: 30px 0;
}

body .q_area .q {
  padding: 10px 5%;
  font-weight: bold;
}

body .q_area .a {
  padding: 10px 5%;
}

body .q_area img {
  width: 8%;
  position: absolute;
  top: -18px;
  left: 4%;
}

body .bg_corp {
  background-image: url(../img/bg_corporate.png);
}

body .corp_area {
  padding: 20px 5%;
  background: #FFF;
  font-size: 14px;
}

body .corp_area img {
  width: 50%;
  margin: 0 auto;
}

body .corp_area .corp_item {
  padding: 20px 0;
}

body .corp_area .corp_item .list_name {
  background: #e5e5e5;
  font-weight: bold;
  padding: 10px 5%;
}

body .corp_area .corp_item .list_item {
  padding: 10px 5%;
}

body .contact_area {
  border-radius: 20px;
  margin-bottom: 100px;
}

body .contact_area .contact_txt {
  border-radius: 20px 20px 0 0;
  text-align: center;
}

body .contact_area .contact_txt img {
  padding: 20px 0;
}

body .contact_area .contact_txt p {
  padding: 10px 5%;
}

body .contact_area .tel_area {
  padding: 0 5%;
  text-align: center;
}

body .contact_area .tel_area .tel {
  width: 80%;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 10px;
}

body .contact_area .tel_area .tel p {
  padding-bottom: 20px;
}

body .contact_area .mail_area {
  padding: 30px 5%;
}

body .contact_area .mail_area .mail {
  width: 80%;
  margin: 0 auto;
}

body .arrow {
  width: 8%;
  margin: 0 auto;
}

body .cv_area2 {
  margin: 0 auto;
  padding: 0 5%;
}

body .cv_area2 .cv {
  width: 80%;
  margin: 0 auto;
  padding-top: 20px;
}

body .cv_area2 .btn {
  width: 80%;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 20px;
}

body .bg_cv {
  background: url(../img/cv_bg.png);
  background-position: bottom;
}

body .border {
  border-bottom: solid #eee 1px;
  width: 80%;
  margin-top: 30px;
}

body .formrun {
  padding: 20px 0;
}

body .formrun .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body .formrun .item .required {
  font-weight: bold;
  padding-bottom: 2px;
}

body .formrun .item .texttype {
  border: none;
  height: 30px;
  background: #eee;
}

body .formrun .item .inquiry {
  height: 100px;
}

body .formrun .btn {
  max-width: 300px;
  margin: 0 auto;
  width: 100%;
  display: table;
}

body .formrun .submittype {
  width: 100%;
  font-size: 20px;
  height: 50px;
  background-size: 50px;
  background: #fff500 url(../img/form_arrow.png) no-repeat;
  border: none;
  border-radius: 5px;
  display: block;
  margin-top: 20px;
  color: #004cbf;
  font-weight: bold;
  background-position: 95%;
  background-size: 3%;
  border-bottom: 5px solid #004cbf;
}

body .footer_fix {
  padding: 10px 10%;
  position: fixed;
  bottom: 0;
}

body .footer_fix .footer_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body .footer_fix .footer_box .fix_btn {
  width: 50%;
}

body .footer_fix .footer_box .fix_btn img {
  width: 100%;
  padding-right: 10%;
}

body .footer_fix .footer_box .fix_txt {
  width: 50%;
}

body .footer_fix .footer_box .fix_txt img {
  width: 100%;
  padding-left: 10%;
}

@media screen and (min-width: 768px) {
  body .main-wrap {
    max-width: 1200px;
    margin: 0 auto;
    font-size: 16px;
  }
  body .main-wrap img {
    margin: 0 auto;
  }
  body .main-wrap .w_7 {
    width: 70%;
  }
  body .main-wrap .w_8 {
    max-width: 800px;
    margin: 0 auto;
    width: 90%;
  }
  body .main-wrap .w_9 {
    max-width: 960px;
    width: 90%;
  }
  body .main-wrap .txt {
    padding: 24px 0;
  }
  body .main-wrap .ttl {
    padding: 30px 0;
  }
  body .main-wrap .sub_text {
    padding: 40px;
  }
  body .main-wrap header {
    background: url(../img/pc/main_ara_bg.png);
    background-position: bottom;
  }
  body .main-wrap header .top-area {
    max-width: 800px;
    margin: 0 auto;
  }
  body .main-wrap header .top-area .cv_area {
    max-width: 500px;
    margin: 0 auto;
    padding: 30px;
  }
  body .main-wrap header .top-area .cv_area .btn {
    padding-top: 20px;
    width: 80%;
    margin: 0 auto;
  }
  body .main-wrap .cont_1 .icon_bg {
    position: relative;
  }
  body .main-wrap .cont_1 .icon_bg .icon {
    width: 55px;
    position: absolute;
    bottom: 10px;
  }
  body .main-wrap .cont_1 h2 img {
    width: 90%;
  }
  body .main-wrap .cont_6 .sub_text {
    max-width: 665px;
  }
  body .main-wrap .cont_7 .step {
    position: relative;
  }
  body .main-wrap .cont_7 .step p {
    position: absolute;
    top: 50%;
    left: 40%;
    font-size: 16px;
    width: 40%;
  }
  body .main-wrap .cont_7 .step_arrow {
    max-width: 54px;
  }
  body .main-wrap .cv_area2 {
    margin: 0 auto;
    margin-bottom: 50px;
    background: url(../img/pc/cv_bg.png);
  }
  body .main-wrap .cv_area2 .cv_wrap {
    max-width: 500px;
    margin: 0 auto;
    padding-bottom: 30px;
  }
  body .main-wrap .cv_area2 .cv_wrap .cv {
    width: 100%;
    margin: 0 auto;
    padding-top: 20px;
  }
  body .main-wrap .cv_area2 .cv_wrap .btn {
    width: 80%;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  body .main-wrap .cont_8 .voice_area {
    padding: 0;
    margin: 0 auto;
  }
  body .main-wrap .cont_8 .voice_area .frame_1, body .main-wrap .cont_8 .voice_area .frame_2 {
    width: 10%;
  }
  body .main-wrap .cont_8 .voice_area h6 img {
    width: 40%;
    margin: 0 auto;
    max-width: 300px;
    padding-top: 30px;
  }
  body .main-wrap .cont_8 .voice_area .voice_img {
    padding: 30px;
    max-width: 664px;
  }
  body .main-wrap .cont_8 .voice_area .voice_sub_ttl {
    width: 50%;
  }
  body .main-wrap .cont_8 .voice_area .voice_txt {
    padding-bottom: 30px;
    width: 80%;
  }
  body .main-wrap .cont_8 .voice_area .voice_txt img {
    max-width: 800px;
    width: 100%;
  }
  body .main-wrap .cont_8 .voice_area .voice_txt .voice_a {
    max-width: 800px;
    width: 100%;
    background: #f4f4f4;
  }
  body .main-wrap .cont_8 .voice_area .voice_txt .voice_a p {
    padding: 10px 6%;
    margin-bottom: 0;
  }
  body .main-wrap .cont_8 .voice_area .voice_txt .voice_a:last-child {
    border-radius: 0 0 20px 20px;
    margin-bottom: 50px;
  }
  body .main-wrap .cont_9 .q_area {
    max-width: 800px;
    margin: 0 auto;
  }
  body .main-wrap .cont_9 .q_area .a {
    margin-bottom: 30px;
  }
  body .main-wrap .cont_9 .q_area img {
    max-width: 5%;
  }
  body .main-wrap .cont_10 {
    padding-bottom: 50px;
    background: url(../img/pc/bg_corporate.png);
  }
  body .main-wrap .cont_10 .corp_area {
    padding: 0;
    margin: 0 auto;
  }
  body .main-wrap .cont_10 .corp_area img {
    max-width: 30%;
    padding: 50px 0;
  }
  body .main-wrap .cont_10 .corp_area .corp_item {
    padding-bottom: 50px;
  }
  body .main-wrap .cont_10 .corp_area .corp_item ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body .main-wrap .cont_10 .corp_area .corp_item .list_name {
    width: 20%;
    background: #FFF;
  }
  body .main-wrap .cont_10 .corp_area .corp_item .list_item {
    border-bottom: 1px #e5e5e5 solid;
    width: 100%;
  }
  body .main-wrap #cont_11 {
    text-align: center;
    margin-bottom: 200px;
  }
  body .main-wrap #cont_11 .contact_area {
    margin: 0 auto;
  }
  body .main-wrap #cont_11 .contact_area .tel_area {
    padding: 30px 0;
  }
  body .main-wrap #cont_11 .contact_area .tel_area img {
    max-width: 630px;
    width: 60%;
  }
  body .main-wrap #cont_11 .contact_area .tel_area p {
    padding: 10px 0;
  }
  body .main-wrap #cont_11 .contact_area .border {
    margin: 0 auto;
  }
  body .main-wrap #cont_11 .contact_area .mail_area img {
    max-width: 390px;
    width: 60%;
  }
  body .main-wrap #cont_11 .contact_area .mail_area .formrun {
    max-width: 500px;
    margin: 0 auto;
  }
  body .main-wrap #cont_11 .contact_area .mail_area .formrun .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-bottom: 10px;
  }
  body .main-wrap #cont_11 .contact_area .mail_area .formrun .item .required {
    text-align: left;
    width: 40%;
  }
  body .main-wrap #cont_11 .contact_area .mail_area .formrun .item .texttype {
    width: 100%;
  }
  body .main-wrap #cont_11 .contact_area .mail_area .formrun .submittype {
    height: 70px;
  }
  body .footer_fix {
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
    padding: 0;
    height: 130px;
  }
  body .footer_fix .footer_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 962px;
    margin: 0 auto;
    height: 130px;
  }
  body .footer_fix .footer_box .fix_btn {
    max-width: 420px;
    padding: 20px 0;
    padding-left: 5%;
  }
  body .footer_fix .footer_box .fix_txt img {
    max-width: 288px;
    width: 70%;
  }
}
/*# sourceMappingURL=style.css.map */