@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.7320644217vw;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 1.3333333333vw;
  }
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #4d4d4d;
  font-weight: 700;
  letter-spacing: 0.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;
  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;
  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;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .trans {
    transition: none;
  }
}

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

/* ======================================================================
 header
====================================================================== */
.header {
  padding: 2rem 0 0;
}
.header .inner {
  display: flex;
  justify-content: space-between;
  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: 0.2rem;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .header_txt {
    margin-top: 1.5rem;
    line-height: 1.5;
  }
}

/* ======================================================================
 footer
====================================================================== */
.footer {
  background: #4c8ed6;
  color: #FFF;
  padding: 3rem 0;
}
.footer_copy {
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0.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: flex;
  justify-content: space-between;
  margin-top: 11rem;
}
@media screen and (max-width: 768px) {
  .top_sec01_list {
    display: block;
    margin-top: 4rem;
  }
}
.top_sec01_list_box {
  text-align: center;
  width: 50%;
}
@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 #4c8ed6;
}
@media screen and (max-width: 768px) {
  .top_sec01_list_box:not(:last-child) {
    border-right: none;
    border-bottom: 2px solid #4c8ed6;
  }
}
.top_sec01_list_ttl {
  background: #4c8ed6;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 7.9rem;
  width: 24.6rem;
  height: 7.9rem;
  letter-spacing: 0.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;
}
@media screen and (max-width: 768px) {
  .top_sec01_ttl02 {
    margin: 4rem auto -8rem;
  }
}
.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: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .top_sec02_list {
    display: block;
    margin: 0 10%;
  }
}
.top_sec02_list_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: 170%;
    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: #4c8ed6 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: flex;
  justify-content: 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;
    margin-top: 15rem;
  }
}
.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: 0.05rem;
  margin-top: 2rem;
}
.top_sec05_staff_column {
  margin: 10rem 7.4% 12rem;
}
.top_sec05_staff_column .inner {
  display: flex;
  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: #4c8ed6;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25.3rem;
  height: 5.4rem;
  border-radius: 5.4rem;
  letter-spacing: 0.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: #4c8ed6;
  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: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .top_sec05_staff_prof_point {
    display: block;
  }
}
.top_sec05_staff_prof_point_ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  text-align: center;
  background: #4c8ed6;
  color: #FFF;
  font-size: 3.4rem;
  line-height: 4.8rem;
  letter-spacing: 0.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: 0.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 {
  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: #4c8ed6;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30rem;
  height: 5.4rem;
  border-radius: 5.4rem;
  font-size: 3.4rem;
  letter-spacing: 0.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: 0.1rem;
  padding-top: 0.75rem;
}
.top_sec05_staff_prof_rls_box:not(:last-child) {
  margin-bottom: 2rem;
}
.top_sec05_staff_qa {
  background: #4c8ed6;
  color: #FFF;
  font-size: 2.8rem;
  padding: 1rem;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .top_sec05_staff_qa {
    padding: 1.5rem;
    line-height: 1.5;
    font-size: 2.6rem;
  }
}
.top_cv {
  padding: 7rem 0;
}
.top_cv_ttl {
  text-align: center;
  font-weight: bold;
  font-size: 3rem;
  line-height: 1.5;
  color: #4c8ed6;
}
@media screen and (max-width: 768px) {
  .top_cv_ttl {
    font-size: 3.2rem;
  }
}
.top_cv_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .top_cv_list {
    display: block;
    margin-top: 4rem;
  }
}
.top_cv_btn {
  width: 48.5%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-width: 3px;
  border-style: solid;
  background: #FFF;
  border-radius: 1rem;
  margin-top: 2%;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  .top_cv_btn {
    width: 100%;
    font-size: 3.4rem;
  }
}
.top_cv_btn:before {
  transform: scale(0.3);
  margin: -4rem;
}
@media screen and (max-width: 768px) {
  .top_cv_btn:before {
    transform: scale(0.2);
    margin: -11rem;
  }
}
.top_cv_btn._tel {
  color: #EA2424;
  border-color: #EA2424;
}
.top_cv_btn._tel:before {
  content: url(../img/ico_tel.png);
}
.top_cv_btn._line {
  color: #00b900;
  border-color: #00b900;
}
.top_cv_btn._line:before {
  content: url(../img/ico_line.png);
}
.top_cv_btn._mail {
  color: #0b9bdb;
  border-color: #0b9bdb;
}
.top_cv_btn._mail:before {
  content: url(../img/ico_mail.png);
}
.top_cv_btn._search {
  color: #5030d6;
  border-color: #5030d6;
}
.top_cv_btn._search:before {
  content: url(../img/ico_search.png);
}
.top_contact {
  text-align: center;
  padding: 12rem 0 0;
}
@media screen and (max-width: 768px) {
  .top_contact {
    padding: 20rem 0 0;
  }
}
.top_contact_ttl {
  color: #e85324;
  font-size: 5rem;
  letter-spacing: 0.5rem;
  margin-bottom: 4rem;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .top_contact_ttl {
    font-size: 4rem;
  }
}
.top_contact_tel {
  color: #e85324;
  font-size: 4rem;
  letter-spacing: 0.4rem;
  background: url(../img/tel.svg) no-repeat 0 50%;
  background-size: 2.6rem;
  padding-left: 4rem;
}
.top_contact_box {
  text-align: center;
  margin-top: 4rem;
}
.top_contact_mail {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4rem;
  letter-spacing: 0.4rem;
  margin: 0 2rem;
}
.top_contact_mail:before {
  content: url(../img/mail.svg);
  width: 5rem;
  margin-right: 1rem;
}
.top_contact_line {
  display: block;
  margin: 4rem auto;
  width: 35.9rem;
}/*# sourceMappingURL=style.css.map */