@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* ======================================================================
 common
====================================================================== */
html {
  font-size: 0.7320644216691069vw;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 1.3333333333333335vw;
  }
}

body {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', serif;
  color: #4d4d4d;
  font-weight: 700;
  letter-spacing: .05rem;
  background: url(../img/kv_bg.svg) no-repeat 0 -25rem;
  background-size: 100%;
}

@media screen and (max-width: 768px) {
  body {
    background-position: 0 20rem;
  }
}

input,
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.8rem;
  color: inherit;
}

select::-ms-expand {
  display: none;
}

label {
  cursor: pointer;
}

a {
  text-decoration: none;
  color: #4d4d4d;
}

img {
  width: 100%;
  vertical-align: bottom;
}

.inner {
  width: calc(100% - 29rem);
  margin: 0 auto;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .inner {
    width: 92%;
  }
}

.sm {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .sm {
    display: block !important;
  }
  .md {
    display: none !important;
  }
}

.trans {
  opacity: 1;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

@media screen and (max-width: 768px) {
  .trans {
    -webkit-transition: none;
    transition: none;
  }
}

.trans:hover,
.trans:hover img {
  opacity: .6;
}

@media screen and (max-width: 768px) {
  .trans:hover,
  .trans:hover img {
    opacity: 1;
  }
}

/* ======================================================================
 header
====================================================================== */
.header {
  padding: 2rem 0 0;
}

.header .inner {
  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;
}

.header_logo {
  width: 15.6rem;
}

@media screen and (max-width: 768px) {
  .header_logo {
    width: 21.6rem;
  }
}

.header_txt {
  color: #000;
  text-align: right;
  letter-spacing: .2rem;
  font-size: 2.5rem;
}

@media screen and (max-width: 768px) {
  .header_txt {
    margin-top: 1.5rem;
    line-height: 1.5;
  }
}

/* ======================================================================
 footer
====================================================================== */
.footer {
  background: #f7931e;
  color: #FFF;
  padding: 3rem 0 22rem;
}

.footer_copy {
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: .1rem;
}

/* ======================================================================
 main
====================================================================== */
.top_kv {
  background-size: 100%;
  padding: 2rem 0 12rem;
}

@media screen and (max-width: 768px) {
  .top_kv {
    padding: 9rem 0 12rem;
  }
}

.top_kv_img {
  margin: 0 auto;
  width: 50rem;
}

@media screen and (max-width: 768px) {
  .top_kv_img {
    width: 100%;
  }
}

.top_kv_logo {
  margin: 4rem auto 0;
  width: 60rem;
}

@media screen and (max-width: 768px) {
  .top_kv_logo {
    width: 100%;
  }
}

.top_sec01 {
  background: url(../img/bg01.png) no-repeat 0 0;
  background-size: cover;
  padding: 14rem 0 23rem;
}

@media screen and (max-width: 768px) {
  .top_sec01 {
    background-size: 150% 150%;
    background-position: 50% 0;
  }
}

.top_sec01_ttl01 {
  margin: 0 auto;
  width: 55.3rem;
}

.top_sec01_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 11rem;
}

@media screen and (max-width: 768px) {
  .top_sec01_list {
    display: block;
  }
}

.top_sec01_list_box {
  text-align: center;
  width: 33.33%;
}

@media screen and (max-width: 768px) {
  .top_sec01_list_box {
    width: 100%;
    padding: 7% 0;
  }
}

.top_sec01_list_box:not(:last-child) {
  border-right: 2px solid #f7931e;
}

@media screen and (max-width: 768px) {
  .top_sec01_list_box:not(:last-child) {
    border-right: none;
    border-bottom: 2px solid #f7931e;
  }
}

.top_sec01_list_ttl {
  background: #f7931e;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 7.9rem;
  width: 24.6rem;
  height: 7.9rem;
  letter-spacing: .2rem;
  font-size: 3.3rem;
  margin: 0 auto 5rem;
}

.top_sec01_list_txt {
  font-size: 2.4rem;
  line-height: 3.7rem;
}

.top_sec01_ttl02 {
  width: 28.8rem;
  margin: 8rem auto 0;
}

.top_sec01_ttl03 {
  width: 89rem;
  margin: 11.3rem auto 0;
}

@media screen and (max-width: 768px) {
  .top_sec01_ttl03 {
    width: 100%;
  }
}

.top_sec02 {
  background: url(../img/bg02.png) no-repeat 100% 100%;
  background-size: cover;
  padding: 0 0 16rem;
}

.top_sec02_ttl01 {
  position: relative;
  width: 33.5rem;
  margin: 0 auto;
  top: -7rem;
}

.top_sec02_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .top_sec02_list {
    display: block;
    margin: 0 10%;
  }
}

.top_sec02_list_box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 33.33%;
  padding: 0 2rem;
}

@media screen and (max-width: 768px) {
  .top_sec02_list_box {
    width: 100%;
  }
  .top_sec02_list_box:not(:last-child) {
    margin-bottom: 7%;
  }
}

.top_sec03 {
  padding: 12rem 0;
}

@media screen and (max-width: 768px) {
  .top_sec03 {
    overflow: hidden;
  }
}

.top_sec03_ttl01 {
  width: 52.8rem;
  margin: 0 auto;
}

.top_sec03_img {
  margin-top: 9.2rem;
}

@media screen and (max-width: 768px) {
  .top_sec03_img {
    width: 140%;
    margin-left: -20%;
  }
}

.top_sec04 {
  background: url(../img/bg03.png) no-repeat 0 0;
  background-size: cover;
  padding: 18rem 0 15rem;
}

.top_sec04_ttl01 {
  margin: 0 auto;
  width: 39.8rem;
}

.top_sec04_list {
  margin-top: 9rem;
}

.top_sec04_list_box:not(:last-child):after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8.2rem 8.45rem 0 8.45rem;
  border-color: #f7931e transparent transparent transparent;
  margin: 5rem auto 3.5rem;
}

.top_sec05 {
  padding: 18rem 0 0;
}

.top_sec05_ttl01 {
  margin: 0 auto;
  width: 71.5rem;
}

@media screen and (max-width: 768px) {
  .top_sec05_ttl01 {
    width: 100%;
  }
}

.top_sec05_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 12rem;
}

.top_sec05_list_box {
  width: 32.6rem;
  margin: 0 4.5rem;
}

.top_sec05_staff {
  margin-top: 23rem;
}

@media screen and (max-width: 768px) {
  .top_sec05_staff {
    overflow: hidden;
  }
}

.top_sec05_staff_ttl {
  margin-left: 5rem;
}

@media screen and (max-width: 768px) {
  .top_sec05_staff_ttl {
    margin-left: 0;
  }
}

.top_sec05_staff_ttl._ttl01 {
  width: 84.1rem;
}

@media screen and (max-width: 768px) {
  .top_sec05_staff_ttl._ttl01 {
    width: 100%;
  }
}

.top_sec05_staff_ttl._ttl02 {
  width: 82rem;
}

@media screen and (max-width: 768px) {
  .top_sec05_staff_ttl._ttl02 {
    width: 100%;
  }
}

.top_sec05_staff_desc {
  margin: 0 7.4%;
}

@media screen and (max-width: 768px) {
  .top_sec05_staff_img {
    width: 120%;
  }
}

.top_sec05_staff_txt {
  font-size: 2.4rem;
  line-height: 4.7rem;
  letter-spacing: .05rem;
  margin-top: 4rem;
}

.top_sec05_staff_column {
  margin: 10rem 7.4% 12rem;
}

.top_sec05_staff_column .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .top_sec05_staff_column .inner {
    display: block;
  }
}

.top_sec05_staff_column_desc {
  width: 57.76%;
}

@media screen and (max-width: 768px) {
  .top_sec05_staff_column_desc {
    width: 100%;
  }
}

.top_sec05_staff_column_img {
  position: relative;
  width: 42.24%;
  right: -3.5rem;
}

@media screen and (max-width: 768px) {
  .top_sec05_staff_column_img {
    width: 100%;
    right: inherit;
    margin-top: 4rem;
  }
}

.top_sec05_staff_column_img img {
  width: 120%;
}

@media screen and (max-width: 768px) {
  .top_sec05_staff_column_img img {
    width: 100%;
  }
}

.top_sec05_staff_column_tag {
  background: #f7931e;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 25.3rem;
  height: 5.4rem;
  border-radius: 5.4rem;
  letter-spacing: .2rem;
  font-size: 3.4rem;
}

@media screen and (max-width: 768px) {
  .top_sec05_staff_column_tag {
    margin: 0 auto;
  }
}

.top_sec05_staff_column_ttl {
  color: #f7931e;
  font-size: 3rem;
  margin-top: 3rem;
}

@media screen and (max-width: 768px) {
  .top_sec05_staff_column_ttl {
    line-height: 1.5;
    text-align: center;
  }
}

.top_sec05_staff_column_txt {
  font-size: 2.4rem;
  line-height: 4.7rem;
  margin-top: 2rem;
}

@media screen and (max-width: 768px) {
  .top_sec05_staff_column_txt {
    text-align: center;
  }
}

.top_sec05_staff_prof {
  background: url(../img/bg03.png) 0 0 no-repeat;
  background-size: cover;
  padding: 10rem 0 9rem;
}

.top_sec05_staff_prof_point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .top_sec05_staff_prof_point {
    display: block;
  }
}

.top_sec05_staff_prof_point_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFF;
  text-align: center;
  background: #f7931e;
  color: #FFF;
  font-size: 3.4rem;
  line-height: 4.8rem;
  letter-spacing: .2rem;
  width: 22.6rem;
  height: 22.6rem;
  border-radius: 50%;
  margin-right: 5rem;
}

@media screen and (max-width: 768px) {
  .top_sec05_staff_prof_point_ttl {
    margin: 0 auto 4rem;
  }
}

.top_sec05_staff_prof_point_box {
  background: url(../img/check.svg) 0 0 no-repeat;
  background-size: 5.4rem;
  padding-left: 6rem;
  font-size: 2.4rem;
  line-height: 4.6rem;
  letter-spacing: .1rem;
}

@media screen and (max-width: 768px) {
  .top_sec05_staff_prof_point_box {
    padding-top: 0.75rem;
  }
}

.top_sec05_staff_prof_point_box:not(:last-child) {
  margin-bottom: 3rem;
}

.top_sec05_staff_prof_rls {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  background: #FFF;
  border-radius: 1rem;
  margin: 9rem auto 0;
  width: 90.4rem;
  padding: 5rem 6rem;
}

@media screen and (max-width: 768px) {
  .top_sec05_staff_prof_rls {
    width: 100%;
  }
}

.top_sec05_staff_prof_rls_ttl {
  background: #f7931e;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30rem;
  height: 5.4rem;
  border-radius: 5.4rem;
  font-size: 3.4rem;
  letter-spacing: .1rem;
  position: absolute;
  top: -3rem;
  left: 50%;
  margin-left: -15rem;
}

.top_sec05_staff_prof_rls_box {
  background: url(../img/check.svg) 0 0 no-repeat;
  background-size: 5.4rem;
  padding-left: 6rem;
  font-size: 2.4rem;
  line-height: 4.6rem;
  letter-spacing: .1rem;
  padding-top: 0.75rem;
}

.top_sec05_staff_prof_rls_box:not(:last-child) {
  margin-bottom: 2rem;
}

.top_cv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: fixed;
  z-index: 999;
  width: 100%;
  bottom: 0;
  left: 0;
}

.top_cv_btn {
  width: 49.75%;
  height: 9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFF;
  font-size: 4.1rem;
  letter-spacing: .1rem;
}

@media screen and (max-width: 768px) {
  .top_cv_btn {
    font-size: 3rem;
    line-height: 5rem;
    height: 18rem;
  }
}

.top_cv_btn._c01 {
  background: #f7931e;
  border-bottom: 1rem solid #f7ae1e;
}

.top_cv_btn._c01 span {
  background-image: url(../img/arrow02.svg);
}

.top_cv_btn._c02 {
  background: #e85324;
  border-bottom: 1rem solid #d94524;
}

.top_cv_btn._c02 span {
  background-image: url(../img/arrow03.svg);
}

.top_cv_btn span {
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: 4rem;
  padding-right: 5rem;
}

.top_contact {
  text-align: center;
  padding: 10rem 0 12rem;
}

.top_contact_ttl {
  color: #e85324;
  font-size: 4rem;
  letter-spacing: .5rem;
  margin-bottom: 4rem;
}

.top_contact_tel {
  color: #e85324;
  font-size: 4rem;
  letter-spacing: .4rem;
  background: url(../img/tel.svg) no-repeat 0 50%;
  background-size: 2.6rem;
  padding-left: 4rem;
}

.top_contact_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4rem;
}

@media screen and (max-width: 768px) {
  .top_contact_box {
    display: block;
    text-align: center;
  }
}

.top_contact_mail {
  font-size: 3rem;
  letter-spacing: .4rem;
  background: url(../img/mail.svg) no-repeat 0 50%;
  background-size: 4rem;
  padding-left: 5rem;
  margin: 0 2rem;
}

.top_contact_line {
  width: 35.9rem;
  margin: 0 2rem;
}

@media screen and (max-width: 768px) {
  .top_contact_line {
    margin: 4rem auto 0;
    display: block;
  }
}
/*# sourceMappingURL=style.css.map */