@charset "utf-8";

/* layout
--------------------------------------------------------------------------------*/
body {
  margin: 0;
  background: #fff;
  font-size: 14px;
  font-family: RodinPro-M, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", MyYuGothicM, YuGothic, Meiryo, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #333;
   line-height:1.73;
}

a {
  text-decoration: none;
  color: #333;
}

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

.container {
  width: 100%;
  overflow: hidden;
}

.sp {
  display: none;
}

@media only screen and (max-width:736px) {
  .sp {
    display: inline-block;
  }

  .pc {
    display: none;
  }
}
#float {
    opacity: 0;
}
/* common
--------------------------------------------------------------------------------*/
.inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 100px 10px;
}

.wrap {
  position: relative;
  text-align: center;
}

.visual {
  position: relative;
  height: 680px;
}

.leadTxt {
  position: absolute;
  right: 0;
  bottom: 8.82%;
  left: 0;
  font-size: 24px;
  color: #fff;
}

@media only screen and (max-width:736px) {
  .inner {
    padding: 30px 10px 50px;
  }

  .visual {
    height: 300px;
    margin-bottom: 30px;
  }

  .leadTxt {
    position: initial;
    display: inline-block;
    padding: 0 10px 20px;
    border-bottom: 1px solid #d2d2d2;
    font-size: 20px;
    color: initial;
  }
}


/* header
--------------------------------------------------------------------------------*/
.header {
  padding: 0;
}

.header_title {
  padding-left: 15px;
  padding-right: 15px;
  background-color: #231815;
  color: #858585;
}

.header_title h1 {
  margin: 0;
  font-size: .5rem;
  font-weight: normal;
  line-height: 25px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/* .mainVisual
--------------------------------------------------------------------------------*/
.mainVisual {
  background: url("../imgs/img-main.jpg") center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

/* nav-fix
--------------------------------------------------------------------------------*/
.nav-fix {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: rgba(0,0,0,0.7);
  z-index: 99999;
  text-align: center;
}

.nav-fix a {
  display: block;
  padding: 10px 0;
  color: #fff;
  font-size: 15px;
}

/* section
--------------------------------------------------------------------------------*/
.section-header {
  padding: 100px 10px;
}

.section-header .headline-02 {
  margin-bottom: 50px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.headline-02 span {
  color: #c30d23;
}

.section-header .txt {
  text-align: center;
}

@media only screen and (max-width:736px) {
  .section-header {
    padding: 0 10px 30px;
  }

  .section-header .headline-02 {
    margin-bottom: 25px;
    font-size: 20px;
  }

  .section-header .txt {
    text-align: left;
  }
}

/* value
--------------------------------------------------------------------------------*/
.value {
  background-color: #f8f8f8;
}

.value .value_visual {
  background: url("../imgs/img-01.jpg") center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.value li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 30px;
  border-bottom: 5px solid #e0e0e1;
}

.value .value_left {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 29%;
  height: 100px;
  background-color: #b5b6b6;
  color: #fff;
  line-height: 1.667;
}

.value .value_left .num {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  width: 20.69%;
  background-color: #898989;
  font-size: 30px;
}

.value .value_left .ttl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 20px;
  width: 79.31%;
}

.value .value_left .ttl-small {
  font-size: 12px;
}

.value .value_right {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  width: 71%;
  padding-left: 3.52%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width:736px) {
  .value .leadTxt {
    margin-bottom: 0;
  }

  .value li {
    display: block;
    padding-bottom: 20px;
    background-color: #fff;
  }

  .value li:last-child {
    margin-bottom: 0;
  }

  .value .value_left {
    width: auto;
    height: initial;
    margin-bottom: 20px;
  }

  .value .value_right {
    width: auto;
    text-align: left;
  }
}

/* step
--------------------------------------------------------------------------------*/
.step {
  background-color: #f8f8f8;
  text-align: center;
}

.step_visual {
  background: url("../imgs/img-02.jpg") center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.step ul {
}

.step li {
  position: relative;
  margin-bottom: 60px;
  padding-bottom: 60px;
}

.step li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.step li:after {
  position: absolute;
  content: '';
  display: inline-block;
  bottom: 0;
  left: 50%;
  width: 34px;
  height: 19px;
  margin-left: -17px;
  background: url("../imgs/img-arrow.png") 0 0 no-repeat;
}

.step li:last-child:after {
  display: none;
}

.step .headline-04 {
  position: relative;
  display: inline-block;
  margin-bottom: 35px;
  font-size: 30px;
  color: #c9c9c9;
}

.step .headline-04:after {
  content: '';
  position: absolute;
  right:0;
  bottom: 0;
  left: 0;
  display: inline-block;
  border-bottom: 4px dotted #c9c9c9;
}

.step .headline-04 span {
  font-size: 40px;
}

.step .txt {
  margin-bottom: 20px;
  font-size: 24px;
}

@media only screen and (max-width:736px) {
  .step li {
    margin-bottom: 10px;
    padding-bottom: 35px;
  }

  .step .leadTxt {
    margin-bottom: 0;
    font-size: 17px;
  }

  .step .txt {
    font-size: 20px;
  }
}

/* contact
--------------------------------------------------------------------------------*/
.contact {
  background-color: #9fa0a0;
  color: #fff;
  text-align: center;
}

.contact .inner {
  padding: 60px 10px;
}

.contact .headline-03 {
  margin-bottom: 50px;
  font-size: 20px;
}

.contact .unit-pc {}

.unit-pc .contact_lead {
  width: 300px;
  margin: 0 auto 20px;
  padding: 10px 0;
  background-color: #fff;
  color: #000;
}

.unit-pc .contact_tel {
  font-size: 50px;
  line-height: 50px;
  color: #fff;
}

.contact_tel .bar {
  position: relative;
  top: -3px;
  display: inline-block;
}

@media only screen and (max-width:736px) {
  .contact .unit-sp {
    width: 300px;
    margin: 0 auto;
    border: 3px solid #fff;
    border-top: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .unit-sp .contact_lead {
    padding: 10px 0;
    background-color: #fff;
    color: #000;
  }

  .unit-sp  .contact_tel {
    padding: 20px 0;
    font-size: 30px;
    line-height: 30px;
  }

  .unit-sp .contact_tel a {
    color: #fff;
  }
}

/* service
--------------------------------------------------------------------------------*/
.service {
  background-color: #eeeeee;
  text-align: center;
}

.service .headline-03 {
  margin-bottom: 60px;
  font-size: 20px;
}

.service .inner {
  padding: 100px 10px 30px ;
}

.service .service_menu {
  margin-bottom: 80px;
}

.service_menu ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.service_menu li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  width: 24%;
  margin-right: 1.3333333%;
  padding: 25px 1.5%;
  border: 5px solid #d2d2d2;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.service_menu li:last-child {
  margin-right: 0;
}

.service_menu .service_img {
  margin: 30px 0;
}

.service_menu .service_txt {
  text-align: left;
  width: 100%;
}

.service_bnr {
}

.service_bnr ul{
}

.service_bnr li {
  display: inline-block;
  width: 20%;
  margin: 0 1%;
}

.service_bnr li a:hover {
  opacity: 0.7;
}

@media only screen and (max-width:736px) {
  .service .headline-03 {
    margin-bottom: 30px;
  }

  .service .inner {
    padding: 30px 10px;
  }

  .service .service_menu {
    margin-bottom: 30px;
  }

  .service_menu ul {
    display: block;
  }

  .service_menu li {
    width: auto;
    margin-right: 0;
    margin-bottom: 30px;
    padding: 25px;
  }

  .service_bnr li {
  width: 200px;
  margin: 0 10px 20px;
  }

  .service_bnr li:last-child {
    margin-bottom: 0;
  }
}

/* footer
--------------------------------------------------------------------------------*/
.copyright {
  color: #1f73b9;
  font-size: .5rem;
  letter-spacing: .01em;
  font-smoothing: antialiased;
  padding: 10px 0;
}
.footer {
  padding: 0 15px;
  text-align: center;
  background: white;
}
.footer div {
  max-width: 1040px;
  padding: 30px 0 25px;
  margin: 0 auto;
}
.footer a {
  display: block;
  margin-bottom: .5rem;
}
.footer img {
  max-width: 100%;
  width: auto;
}
@media (min-width: 769px) {
  .copyright {
    font-size: 10px;
  }
  .footer {
    padding: 0 60px;
    text-align: left;
  }
}

.contents-footer-annotation {
  font-size: 12px;
  margin: 2em auto;
  padding: 0 5px;
}

@media only screen and (max-width: 736px) {
  .contents-footer-annotation {
    font-size: 1rem;
    font-size: 3.125vw;
    padding-top: 0;
  }
}
