@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; }

/*============
check
==============*/
.check {
  margin: 80px 0; }

.check_list {
  position: relative;
  max-width: 700px;
  margin: 40px auto;
  padding: 40px 30px;
  border: solid 1px #000;
  font-size: 1.4rem;
  font-weight: bold; }
  .check_list:after {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: -1;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #D4E1E4; }

.check_item {
  margin-bottom: 10px;
  padding-left: 1rem;
  text-indent: -1rem; }
  .check_item:before {
    content: "・"; }

@media screen and (max-width: 749px) {
  .check {
    margin: 60px 0; }

  .check_list {
    width: 90vw; } }
/*============
lead
==============*/
.lead {
  margin: 80px 0;
  padding: 40px 0;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center; }

.lead_text_pick {
  font-size: 1.8rem;
  color: #AE1924; }

@media screen and (max-width: 749px) {
  .lead {
    margin: 60px 0;
    padding: 30px 0;
    font-size: 1.3rem; } }
/*============
point
==============*/
.point {
  margin: 80px 0; }

.point_title {
  font-size: 3.3rem; }

.point_list {
  margin: 80px 0;
  overflow: hidden; }

.point_item {
  clear: both;
  position: relative;
  width: 60vw;
  border: solid 1px #000; }
  .point_item:not(:last-child) {
    margin-bottom: 80px; }
  .point_item:after {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: -1;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #EDEDED; }
  .point_item:nth-child(odd) {
    margin-left: -10px;
    padding: 80px 40px 80px 27vw; }
  .point_item:nth-child(even) {
    float: right;
    margin-right: -10px;
    padding: 80px 27vw 80px 40px; }
  .point_item:before {
    position: absolute;
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center; }
  .point_item:nth-child(1):before {
    top: 50%;
    left: 27vw;
    width: 200px;
    height: 170px;
    margin-top: -85px;
    margin-left: -220px;
    background-image: url(/assets/images/service/point_item_bg01.png); }
  .point_item:nth-child(2):before {
    top: 50%;
    right: 27vw;
    width: 90px;
    height: 230px;
    margin-top: -115px;
    margin-right: -110px;
    background-image: url(/assets/images/service/point_item_bg02.png); }
  .point_item:nth-child(3):before {
    top: 50%;
    left: 27vw;
    width: 100px;
    height: 240px;
    margin-top: -120px;
    margin-left: -120px;
    background-image: url(/assets/images/service/point_item_bg03.png); }
  .point_item .point_item_heading {
    position: relative;
    padding-left: 4rem; }
  .point_item .point_item_heading:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    font-family: "Oswald", sans-serif;
    font-size: 6rem;
    line-height: 1; }
  .point_item:nth-child(1) .point_item_heading:before {
    content: "1"; }
  .point_item:nth-child(2) .point_item_heading:before {
    content: "2"; }
  .point_item:nth-child(3) .point_item_heading:before {
    content: "3"; }

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

.point_item_text {
  font-size: 1.4rem; }

@media screen and (min-width: 750px) and (max-width: 1099px) {
  .point_item {
    width: 95vw; }
    .point_item:nth-child(odd) {
      padding: 80px 40px 80px 35vw; }
    .point_item:nth-child(even) {
      padding: 80px 35vw 80px 40px; }
    .point_item:nth-child(1):before {
      left: 35vw; }
    .point_item:nth-child(2):before {
      right: 35vw; }
    .point_item:nth-child(3):before {
      left: 35vw; } }
@media screen and (max-width: 749px) {
  .point {
    margin: 60px 0; }

  .point_title {
    font-size: 2.5rem; }

  .point_list {
    margin: 60px 0; }

  .point_title {
    font-size: 2.5rem; }

  .point_item {
    width: 95vw; }
    .point_item:not(:last-child) {
      margin-bottom: 60px; }
    .point_item:nth-child(odd), .point_item:nth-child(even) {
      padding: 30px; }
    .point_item:before {
      display: none; }

  .point_item_heading {
    font-size: 2rem; } }
/*============
system
==============*/
.system {
  position: relative;
  padding: 80px 0;
  background: #D4E1E4; }
  .system:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 0;
    height: 0;
    margin-left: -70px;
    border-left: 70px solid transparent;
    border-right: 70px solid transparent;
    border-top: 30px solid #fff; }

.system_title {
  font-size: 3.3rem; }

.system_lead {
  margin: 40px 0;
  font-size: 1.4rem;
  text-align: center; }

.system_img {
  max-width: 1000px;
  margin: 0 auto; }

@media screen and (max-width: 749px) {
  .system {
    padding: 60px 0; }

  .system_title {
    font-size: 2.5rem; }

  .system_lead {
    margin: 30px 0;
    font-size: 1.3rem; } }

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