@charset "UTF-8";
/* CSS Document */



/*---------------
main-visual
---------------*/

/*-- 共通・sp --*/
.main-visual {
  padding-top: 60px;
  height: 440px;
  width: 100%;
  background: url(../images/service/mainvisual-bg.png) no-repeat center center/cover;
}
.main-visual__content-wrapper {
  top: 24px;
  font-family: "Kaisei Opti", serif;
}
.main-visual__title {
  max-width: 1040px;
  margin: 1.0rem auto 4.0rem;
  font-family: "Kaisei Opti", serif;
  font-size: clamp(3.0rem, 6vw, 6rem);
  text-align: center;
  letter-spacing: 0.1em;
}
.main-visual__content-inner {
  max-width: 1040px;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: flex-end;
}
.main-visual__img {
  width: 270px;
  height: auto;
}
.car-img {
  display: none;
  width: 80px;
  height: auto;
}

/*-- メインビジュアルの枠線 --*/
.main-visual__box-cross {
  position: relative;
  margin: 0 12px;
  border-top: solid 2px #fff;
  border-bottom: solid 2px #fff;
  color: #fff;
  height: 356px;
  padding: 1em 2em;
  font-weight: bold;
}
.main-visual__box-cross:before, .main-visual__box-cross:after {
  position: absolute;
  top: -20px;
  width: 2px;
  height: calc(100% + 40px);
  background-color: #fff;
  content: "";
}
.main-visual__box-cross:before {
  position: absolute;
  left: 20px;
}
.main-visual__box-cross:after {
  position: absolute;
  right: 20px;
}

/*-- pc --*/
@media screen and (min-width: 768px),print {
  .main-visual {
    padding-top: 80px;
    height: 580px;
    width: 100%;
  }
  .main-visual__content-wrapper {
    top: 40px;
  }
  .main-visual__title {
    max-width: 1040px;
    margin: 25px auto;
    text-align: left;
    letter-spacing: 0.1em;
  }
  .main-visual__box-cross {
    margin: 0 20px;
    height: 460px;
  }
  .main-visual__content-inner {
    max-width: 1040px;
    margin: 0 auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: flex-end;
  }
  .car-img {
    display: block;
    width: 172px;
    height: 106px;
    padding-bottom: 35px;
  }
  .main-visual__img {
    width: 400px;
    height: auto;
  }
}

.section__text {
  list-style: none;
}

/*---------------
service
---------------*/

/*-- 共通・sp --*/
.service__content {
  width: 100%;
  max-width: 500px;
  min-width: 320px;
  margin: 0 auto;
}

.service__object {
  max-width: 500px;
  max-height: 500px;
  min-width: 320px;
  min-height: 320px;
  margin: 0 auto;
}
.service__img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/*-- pc --*/
@media screen  and (min-width: 768px),print {
  .service-flex {
    display: flex;
    flex-wrap: wrap;
  }
  .service__content {
    width: 100%;
    max-width: 500px;
    min-width: 320px;
    margin: 0 auto;
  }
  .service__object {
    max-width: 500px;
    max-height: 500px;
    min-width: 320px;
    min-height: 320px;
    margin: 0 auto;
  }
  .service__img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}

/*---------------
flow
---------------*/

/*-- 共通・sp --*/
.flow__title-wrapper {
  display: flex;
  width: 100%;
  height: 70px;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.flow__contents {
  width: 100%;
  height: auto;
  border: solid;
  position: relative;
}
.flow__number {
  font-size: 20px;
  font-weight: bold;
  padding: 0 10px;
}
.flow__title {
  font-size: 20px;
  font-weight: bold;
}
.flow__content {
  text-align: justify;
  letter-spacing: 0.1rem;
  padding: 10px 30px;
}
.flow__contents::before {
  content: "";
  width: 100%;
  height:60px;
  background-color:#006A87;
  opacity: 0.3;
  position: absolute;
  top: 5px;
  left: 5px;
}
.transform-02::before {
  transform: rotate(-1deg);
}
.transform-03::before {
  transform: rotate(1deg);
}
.transform-04::before {
  position: absolute;
  top: -5px;
  left: -5px;
}
.transform-05::before {
  transform: rotate(2deg);
}
.transform-06::before {
  transform: rotate(-2deg);
}
.flow__arrow {
  width: 19px;
  height: auto;
  margin-top: 20px;
}


/*-- pc --*/
@media screen  and (min-width: 768px),print {
  .flow__title-wrapper {
    width: 234px;
  }
  .flow__contents {
    display: flex;
    position: relative;
    align-items: center;
  }
  .flow__contents::before {
    content: "";
    width: 234px;
    height:80px;
    background-color:#006A87;
    opacity: 0.3;
    position: absolute;
    top: 5px;
    left: 5px;
  }
  .transform-02::before {
    transform: rotate(-1deg);
  }
  .transform-03::before {
    transform: rotate(1deg);
  }
  .transform-04::before {
    position: absolute;
    top: -5px;
    left: -5px;
  }
  .transform-05::before {
    transform: rotate(2deg);
  }
  .transform-06::before {
    transform: rotate(-2deg);
  }

  .flow__number {
    font-size: 24px;
    font-weight: bold;
    padding: 0 30px;
  }
  .flow__title {
    width: 150px;
    font-size: 18px;
    font-weight: bold;
  }
  .flow__content {
    text-align: left;
    letter-spacing: 0.1rem;
    padding: 10px 30px;
  }
  .flow__arrow-wrapper {
    width: 100%;
    text-align: left;
  }
  .flow__arrow {
    width: 19px;
    height: auto;
    margin-top: 20px;
    margin-left: 110px;
  }
}




/*---------------
button
---------------*/

/*-- 共通・sp --*/
.mv-btn__inner {
  position: relative;
  bottom: 60px;
}
a.mv-btn-border-shadow {
  padding: calc(1.5rem - 12px) 3rem 1.5rem;
  background: #FFAF94;
}
a.mv-btn-border-shadow__color {
  border-radius: 3rem;
  background: #fff;
}
a.mv-btn-border-shadow__color:before {
  border-radius: 3rem;
}

.btn__inner {
  text-align: center;
  margin-top: 60px;
}
.btn,
a.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #333333;
  border-radius: 0.5rem;
}

a.btn-border-shadow {
  padding: calc(1.5rem - 12px) 3rem 1.5rem;
  background: #fff;
}

a.btn-border-shadow:before {
  position: absolute;
  top: -6px;
  left: -6px;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 2px solid #333333;
  border-radius: 3rem;
}
a.btn-border-shadow:hover {
  padding: calc(1.5rem - 6px) 3rem;
}
a.btn-border-shadow:hover:before {
  top: 0;
  left: 0;
}
a.btn-border-shadow__color {
  border-radius: 3rem;
  background: #FFAF94;
}
a.btn-border-shadow__color:before {
  border-radius: 3rem;
}

/*-- pc --*/
@media screen  and (min-width: 768px),print {
  .btn__inner {
    text-align: right;
    margin-top: 60px;
  }
}
