@charset "UTF-8";
/* import */
/* カラー */
/* レスポンシブ */
/*****STANDART CSS******/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var,
video {
  margin: 0;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  /******SMOOTH SCROLL ANCHOR******/
}

/*****STANDART CSS******/
/* ---------common--------- */
body {
  margin: 0;
  font-family: "interstate", "Noto Sans JP", sans-serif;
  line-height: 1.75;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

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

a {
  transition: 0.3s;
  text-decoration: none;
  color: #000;
  cursor: pointer;
}
a:hover {
  opacity: 0.7;
}

/* flex */
.row {
  display: flex;
  flex-wrap: wrap;
}

.between {
  justify-content: space-between;
}

.align_start {
  align-items: flex-start;
}

.align_center {
  align-items: center;
}

.align_end {
  align-items: flex-end;
}

.flex_center {
  justify-content: center;
}

.flex_start {
  justify-content: flex-start;
}

.flex_end {
  justify-content: flex-end;
}

.stretch {
  align-items: stretch;
}

.reverse {
  flex-direction: row-reverse;
}

/* inner */
.inner {
  width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .inner {
    width: 90%;
  }
}

/* display */
@media (max-width: 599px) {
  .sp_dn {
    display: none;
  }
}

.sp_db {
  display: none;
}
@media (max-width: 599px) {
  .sp_db {
    display: block;
  }
}

@media (max-width: 768px) {
  .tab_dn {
    display: none;
  }
}

.tab_db {
  display: none;
}
@media (max-width: 768px) {
  .tab_db {
    display: block;
  }
}

section {
  padding: 70px 0;
}
@media (max-width: 599px) {
  section {
    padding: 30px 0;
  }
}

.common_ttl {
  text-align: center;
  position: relative;
  margin-bottom: 50px;
}
@media (max-width: 599px) {
  .common_ttl {
    margin-bottom: 20px;
  }
}
.common_ttl h2 {
  font-size: 35px;
  color: #4b4949;
}
@media (max-width: 599px) {
  .common_ttl h2 {
    font-size: 25px;
  }
}
.common_ttl img {
  width: 320px;
  margin-right: -10px;
}
@media (max-width: 599px) {
  .common_ttl img {
    width: 210px;
  }
}
.common_ttl span {
  font-size: 24px;
}
@media (max-width: 599px) {
  .common_ttl span {
    font-size: 16px;
  }
}
.common_ttl .common_subttl p {
  font-size: 130px;
  color: #f5f5f5;
  white-space: nowrap;
  font-style: italic;
  font-weight: bold;
  line-height: 0.8;
}
@media (max-width: 599px) {
  .common_ttl .common_subttl p {
    font-size: 58px;
  }
}

.text_red {
  color: #c1272d;
}

.common_btns {
  margin-top: 60px;
}
@media (max-width: 599px) {
  .common_btns {
    margin-top: 30px;
  }
}
.common_btns a {
  width: 35%;
  position: relative;
  color: #fff;
  font-size: 22px;
  text-align: center;
  border-radius: 5px;
  padding: 20px 0;
  font-weight: bold;
}
@media (max-width: 599px) {
  .common_btns a {
    width: 100%;
  }
}
.common_btns a::after {
  content: url(../images/arrow_right.png);
  position: absolute;
  right: 0;
  top: 36%;
  transform: scale(0.4) translateY(-50%);
}
.common_btns a.btn_plan {
  background-color: #7cae3b;
  margin-right: 40px;
  box-shadow: 0px 5px 0px 0px #648d32;
}
@media (max-width: 599px) {
  .common_btns a.btn_plan {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.common_btns a.btn_contact {
  background-color: #ea873f;
  box-shadow: 0px 5px 0px 0px #b96b32;
}
.common_btns a:hover {
  box-shadow: none;
  transform: translateY(5px);
  opacity: 1;
}

.mb_0 {
  margin-bottom: 0 !important;
}

/* 下層ページ共通 */
/* header */
header {
  position: relative;
}
header .header_tel {
  width: 340px;
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 1000;
}
header .header_tel img {
  border-radius: 60px;
  box-shadow: 0px 0px 15px -5px #777777;
}

/* footer */
footer {
  padding: 20px 0;
  border-top: 1px solid #e6e6e6;
  text-align: center;
}
footer p {
  font-size: 14px;
}

/* top */
.mv {
  background: url(../images/mv_bg_pc.jpg) center/cover no-repeat;
  padding: 90px 0 300px;
  position: relative;
}
@media (max-width: 599px) {
  .mv {
    background: url(../images/mv_bg_sp.jpg) center/cover no-repeat;
    padding: 30px 0px 40px;
  }
}
.mv .mv_img {
  width: 670px;
  margin: 0 auto;
}
@media (max-width: 599px) {
  .mv .mv_img {
    width: 90%;
    margin-bottom: 20px;
  }
}
.mv .mv_row {
  position: absolute;
  bottom: -100px;
  left: 50%;
  transform: translateX(-50%);
  width: 670px;
}
@media (max-width: 599px) {
  .mv .mv_row {
    width: 90%;
    position: inherit;
    bottom: auto;
  }
}
.mv .mv_row .mv_row_img {
  width: 50%;
}
@media (max-width: 599px) {
  .mv .mv_row .mv_row_img {
    width: 100%;
    margin-bottom: 20px;
  }
  .mv .mv_row .mv_row_img:last-child {
    margin-bottom: 0;
  }
}

.service {
  padding-top: 130px;
}
@media (max-width: 599px) {
  .service {
    padding-top: 30px;
  }
}
.service .service_text {
  width: 48%;
}
@media (max-width: 599px) {
  .service .service_text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.service .service_text h3 {
  display: inline;
  border-bottom: 3px solid #7cae3b;
  font-size: 38px;
  color: #7cae3b;
  margin-bottom: 30px;
}
@media (max-width: 599px) {
  .service .service_text h3 {
    margin-bottom: 20px;
    font-size: 32px;
  }
}
.service .service_text h4 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 18px;
}
@media (max-width: 599px) {
  .service .service_text h4 {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
.service .service_img {
  width: 50%;
}
@media (max-width: 599px) {
  .service .service_img {
    width: 100%;
  }
}
.service .service_img img {
  border-radius: 0 0 0 60px;
  box-shadow: 8px 8px 0px 0px #7cae3b;
}
.service .service_btns .btn_plan::after {
  content: url(../images/arrow_bottom.png);
  right: 20px;
  top: 30%;
}

.point {
  background: url(../images/point_bg.png) top/cover no-repeat;
  padding-bottom: 50px;
}
@media (max-width: 599px) {
  .point {
    padding-bottom: 10px;
    background: url(../images/point_bg_sp.png) top/cover no-repeat;
  }
}
.point .point_ttl .common_subttl p {
  color: #fff;
}
.point .point_box {
  width: 49%;
  margin-bottom: 30px;
  padding: 15px;
  background-color: #fff;
  border-radius: 5px;
}
@media (max-width: 599px) {
  .point .point_box {
    width: 100%;
  }
}
.point .point_box img {
  margin-bottom: 10px;
}
.point .point_box .point_box_text {
  padding: 10px;
}
.point .point_box h3 {
  font-size: 24px;
  margin-bottom: 20px;
}
@media (max-width: 599px) {
  .point .point_box h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

.plan {
  background-color: #f5f5f5;
}
.plan .plan_ttl .common_subttl p {
  color: #fff;
}
.plan .plan_box {
  background-color: #fff;
  padding: 30px;
  margin-bottom: 50px;
}
@media (max-width: 599px) {
  .plan .plan_box {
    padding: 20px;
    margin-bottom: 30px;
  }
}
.plan .plan_box:last-child {
  margin-bottom: 0;
}
.plan .plan_box .plan_left {
  width: 60%;
}
@media (max-width: 599px) {
  .plan .plan_box .plan_left {
    width: 100%;
    margin-bottom: 10px;
  }
}
.plan .plan_box .plan_left .plan_left_slide .slick-dots {
  bottom: 15px;
}
.plan .plan_box .plan_left .plan_left_slide .slick-dots li {
  margin: 0;
}
.plan .plan_box .plan_left .plan_left_slide .slick-dots li button:before {
  font-size: 72px;
  opacity: 1;
  color: #f5f5f5;
}
.plan .plan_box .plan_left .plan_left_slide .slick-dots li.slick-active button:before {
  color: #ea873f;
}
.plan .plan_box .plan_left .plan_price {
  border: 2px solid #000;
  padding: 10px;
  padding-left: 35px;
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 599px) {
  .plan .plan_box .plan_left .plan_price {
    margin-bottom: 20px;
    padding-left: 40px;
  }
}
.plan .plan_box .plan_left .plan_price::before {
  content: "";
  width: 20px;
  height: 4px;
  background-color: #7cae3b;
  position: absolute;
  left: 10px;
  top: 50%;
}
@media (max-width: 599px) {
  .plan .plan_box .plan_left .plan_price::before {
    top: 22px;
  }
}
.plan .plan_box .plan_left .plan_price p .plan_count {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 1px;
}
@media (max-width: 599px) {
  .plan .plan_box .plan_left .plan_price p .plan_count {
    display: block;
    line-height: 1;
  }
}
.plan .plan_box .plan_left .plan_price p .plan_price_text {
  font-size: 14px;
  font-weight: bold;
}
.plan .plan_box .plan_left .plan_price p .plan_price_text span {
  font-size: 28px;
  margin-left: 5px;
}
.plan .plan_box .plan_right {
  width: 33%;
}
@media (max-width: 599px) {
  .plan .plan_box .plan_right {
    width: 100%;
  }
}
.plan .plan_box .plan_right h3 {
  font-size: 16px;
}
.plan .plan_box .plan_right .plan_btn {
  text-align: center;
  background-color: #fbb03b;
  border-radius: 5px;
  margin-top: 30px;
}
@media (max-width: 599px) {
  .plan .plan_box .plan_right .plan_btn {
    margin-top: 20px;
  }
}
.plan .plan_box .plan_right .plan_btn a {
  padding: 20px 0;
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  position: relative;
}
.plan .plan_box .plan_right .plan_btn a::after {
  content: url(../images/icon_card.png);
  position: absolute;
  left: 70px;
  top: 7px;
  transform: scale(0.4);
}
@media (max-width: 599px) {
  .plan .plan_box .plan_right .plan_btn a::after {
    left: 35px;
  }
}

.case .case_item {
  width: 30%;
}
@media (max-width: 599px) {
  .case .case_item {
    width: 100%;
    margin-bottom: 30px;
  }
  .case .case_item:last-child {
    margin-bottom: 0;
  }
}
.case .case_item .case_before_ttl {
  text-align: center;
  padding: 10px 0;
  background-color: #fcee21;
  margin-bottom: 20px;
}
.case .case_item .case_before_ttl p {
  font-size: 18px;
}

.flow {
  background: url(../images/flow_bg.jpg) top/cover no-repeat;
  padding-bottom: 50px;
}
@media (max-width: 599px) {
  .flow {
    padding-bottom: 30px;
  }
}
@media (max-width: 599px) {
  .flow .flow_ttl {
    margin-bottom: 50px;
  }
}
.flow .flow_box {
  margin-bottom: 60px;
  width: 48%;
  position: relative;
  background-color: #fff;
  padding: 20px;
  border: 2px solid #000;
  padding-top: 40px;
  box-shadow: 0px 8px 0px 0px #000;
  border-radius: 10px;
}
@media (max-width: 599px) {
  .flow .flow_box {
    width: 100%;
    margin-bottom: 40px;
    padding-top: 30px;
  }
  .flow .flow_box:last-child {
    margin-bottom: 0;
  }
}
.flow .flow_box h3 {
  font-size: 22px;
  margin-bottom: 20px;
}
@media (max-width: 599px) {
  .flow .flow_box h3 {
    margin-bottom: 10px;
  }
}
.flow .flow_box .flow_box_number {
  background-color: #fff;
  padding: 2px 5px;
  position: absolute;
  top: -30px;
  left: 20px;
}
.flow .flow_box .flow_box_number p {
  font-size: 14px;
  font-weight: 500;
  font-weight: bold;
}
.flow .flow_box .flow_box_number p span {
  font-size: 27px;
  margin-left: 5px;
  font-weight: bold;
  font-style: italic;
}
.flow .flow_box .flow_box_img {
  width: 40%;
}
@media (max-width: 599px) {
  .flow .flow_box .flow_box_img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.flow .flow_box .flow_box_img img {
  border-radius: 10px;
}
.flow .flow_box .flow_box_text {
  width: 56%;
}
@media (max-width: 599px) {
  .flow .flow_box .flow_box_text {
    width: 100%;
  }
}
.flow .flow_box .flow_box_text .caption {
  font-size: 14px;
}
.flow .flow_box .flow_box_text p a {
  color: #7cae3b;
  text-decoration: underline;
}
.flow .flow_btns .btn_plan::after {
  content: url(../images/arrow_top.png);
  top: 30%;
  right: 20px;
}
.flow .flow_links {
  margin-top: 50px;
}
.flow .flow_links a {
  text-decoration: underline;
}
.flow .flow_links a:first-child {
  margin-right: 20px;
}

.fadein {
  opacity: 0;
  transform: translateY(3%);
}
.fadein.active {
  animation: 0.8s forwards fadein;
}

.fadein2 {
  opacity: 0;
  transform: translateY(3%);
}
.fadein2.active {
  animation: 0.8s forwards 0.1s fadein;
}

.leftin {
  transform: translateX(-100%);
  overflow: hidden;
}
.leftin.active {
  animation: 0.5s forwards leftin;
}

.rightin {
  transform: translateX(100%);
  overflow: hidden;
}
.rightin.active {
  animation: 0.5s forwards rightin;
}

@keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(3%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes leftin {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes rightin {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}/*# sourceMappingURL=style.css.map */