@charset "UTF-8";
.mt0 {
  margin-top: 0px !important; }

.mb0 {
  margin-bottom: 0px !important; }

.mt5 {
  margin-top: 5px !important; }

.mb5 {
  margin-bottom: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mt25 {
  margin-top: 25px !important; }

.mb25 {
  margin-bottom: 25px !important; }

.mt30 {
  margin-top: 30px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mt35 {
  margin-top: 35px !important; }

.mb35 {
  margin-bottom: 35px !important; }

.mt40 {
  margin-top: 40px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mt45 {
  margin-top: 45px !important; }

.mb45 {
  margin-bottom: 45px !important; }

.mt50 {
  margin-top: 50px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.clearfix {
  clear: both; }
  .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden; }

.-red {
  color: #AE1924; }

.-bold {
  font-weight: bold; }

.-en {
  font-family: "Oswald", sans-serif; }

.-anc-none {
  color: #000; }

.js-none {
  display: none; }

@media screen and (min-width: 750px) {
  .none-pc {
    display: none; } }
@media screen and (max-width: 749px) {
  .none-sm {
    display: none; } }
._btn {
  position: relative;
  display: inline-block;
  padding: 20px 50px;
  background: #AE1924;
  color: #fff;
  font-size: 1.4rem; }
  ._btn:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 13px;
    margin-right: 10px;
    background: url(/assets/icon/ico_arrow_right.svg) center center/contain no-repeat; }
  ._btn.-white {
    background: #fff;
    color: #AE1924;
    border: solid 2px #AE1924; }
  ._btn.-white:before {
    background-image: url(/assets/icon/ico_arrow_right_red.svg); }

@media screen and (max-width: 749px) {
  ._btn {
    padding: 10px 20px; } }
._titlewrap {
  text-align: center; }

._title {
  display: inline-block;
  border-bottom: solid 1px #000;
  font-family: "Oswald", sans-serif;
  font-size: 4rem; }

._title-small {
  margin-top: 10px;
  font-family: 游明朝体, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-size: 1.4rem; }

#cv {
  margin: 30px;
  padding: 90px;
  background: url(/assets/images/common/contact_bg.jpg) center center/cover no-repeat;
  text-align: center; }

.cv_headwrap {
  position: relative; }
  .cv_headwrap:before, .cv_headwrap:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat; }
  .cv_headwrap:before {
    background-image: url(/assets/images/common/contact_illu_desktop.png);
    background-position: center left; }
  .cv_headwrap:after {
    background-image: url(/assets/images/common/contact_illu_mobile.png);
    background-position: center right; }

.cv_heading {
  margin-bottom: 20px;
  font-family: 游明朝体, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-size: 2.8rem;
  font-weight: 100; }

.cv_btn {
  padding: 30px 60px;
  font-size: 2rem;
  z-index: 1; }

.cv_text {
  margin-top: 90px;
  font-size: 1.4rem; }

.cv_text_pick {
  font-weight: bold; }

.cv_num {
  font-family: "Oswald", sans-serif;
  font-size: 7.4rem; }

.cv_num_time {
  font-size: 1.2rem; }

.cv_num_anc {
  color: #000; }

.cv_advance {
  display: inline-block;
  margin-top: 40px;
  padding: 30px 100px;
  border: solid 1px #000;
  font-size: 1.4rem; }

.cv_advance_heading {
  margin-bottom: 10px; }

.cv_advance_item {
  text-align: left; }
  .cv_advance_item:before {
    content: "・"; }

.cv_advance_memo {
  margin-top: 10px; }

@media screen and (min-width: 750px) and (max-width: 1099px) {
  #cv {
    padding: 80px 30px; }

  .cv_headwrap:before, .cv_headwrap:after {
    background-size: 15vw; }

  .cv_text {
    margin-top: 40px; }

  .cv_advance {
    padding: 40px; } }
@media screen and (max-width: 749px) {
  #cv {
    margin: 10px;
    padding: 60px 10px; }

  .cv_headwrap {
    padding-bottom: 16vw; }
    .cv_headwrap:before, .cv_headwrap:after {
      background-size: 15vw; }
    .cv_headwrap:before {
      background-position: bottom left; }
    .cv_headwrap:after {
      background-position: bottom right; }

  .cv_heading {
    margin-bottom: 30px;
    font-size: 1.9rem; }

  .cv_btn {
    padding: 20px 30px;
    font-size: 1.5rem; }

  .cv_text {
    margin-top: 0;
    margin-bottom: 0; }

  .cv_num {
    font-size: 5rem; }

  .cv_advance {
    margin-top: 30px;
    padding: 15px;
    font-size: 1.3rem; } }
.kv {
  padding: 40px 0;
  background: url(/assets/images/common/kv.jpg) center center/cover no-repeat;
  color: #fff; }

.kv_heading {
  padding-bottom: 10px;
  font-family: "Oswald", sans-serif;
  font-size: 4rem; }

.kv_caption {
  font-size: 1.4rem; }

@media screen and (max-width: 749px) {
  .kv {
    background-image: url(/assets/images/common/kv_sp.jpg); } }
.breadcrumb {
  padding: 10px 0;
  background: #EDEDED;
  color: #676767;
  font-size: 1.4rem; }

.breadcrumb_item {
  display: inline; }
  .breadcrumb_item:not(:last-child):after {
    content: ">";
    padding: 0 10px; }

.breadcrumb_anc {
  color: #676767; }

.breadcrumb_img {
  display: inline;
  vertical-align: middle; }

/*============
case_lead
==============*/
.case_lead {
  margin: 80px 0;
  font-size: 1.4rem;
  text-align: center; }

@media screen and (max-width: 749px) {
  .case_lead {
    margin: 60px 0;
    font-size: 1.3rem; } }
/*============
casewrap
==============*/
.casewrap {
  padding: 80px 0;
  background: #F7F9FA;
  font-size: 1.4rem; }

.case_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .case_item:not(:last-child) {
    margin-bottom: 80px; }

.case_item_profile {
  width: 180px;
  text-align: center; }

.case_item_heading {
  margin-bottom: 10px; }

.case_item_message {
  position: relative;
  width: calc(100% - 180px - 50px);
  margin-left: 50px;
  padding: 40px;
  background: #fff;
  border: solid 1px #676767;
  border-radius: 15px;
  -webkit-box-shadow: 10px 10px 0 #D4E1E4;
          box-shadow: 10px 10px 0 #D4E1E4; }
  .case_item_message:before {
    content: "";
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    background: #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }

.case_item_pick {
  color: #AE1924;
  font-size: 1.8rem;
  font-weight: bold; }

@media screen and (min-width: 750px) {
  .case_item_message:before {
    top: 50%;
    left: -16px;
    margin-top: -15px;
    border-left: 1px solid #676767;
    border-bottom: 1px solid #676767;
    background: #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); } }
@media screen and (max-width: 749px) {
  .casewrap {
    padding: 60px 0; }

  .case_item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .case_item:not(:last-child) {
      margin-bottom: 60px; }

  .case_item_profile {
    width: 50vw;
    margin: 0 auto 30px; }

  .case_item_message {
    width: 100%;
    margin-left: 0;
    padding: 20px; }
    .case_item_message:before {
      top: -16px;
      left: 50%;
      margin-left: -15px;
      border-left: 1px solid #676767;
      border-top: 1px solid #676767;
      background: #fff;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); } }

/*# sourceMappingURL=case.css.map */