@charset "UTF-8";

/*--------------------------------------------------
　color
--------------------------------------------------*/
.cl-wh {
  color: #fff;
}
.cl-rd {
  color: #c51919;
}
.cl-yl {
  color: #ffe360;
}


/*--------------------------------------------------
　fv
--------------------------------------------------*/
.fv {
  background: #fff;
  width: 100%;
  min-width: 890px;
  z-index: 0;
  overflow: hidden;
}
.fv-area {
  width: 100%;
  background: url("../img/fv-bg.png") center bottom no-repeat;
  background-size: cover;
  z-index: -1;
}
.fv-inner {
  max-width: 1000px;
  margin: auto;
  padding: 70px 0 20px;
  position: relative;
}
.fv-inner::before {
  content: "";
  display: block;
  position: absolute;
  width: 475px;
  height: 424px;
  background: url("../img/fv-img.png") right bottom no-repeat;
  background-size: contain;
  bottom: 0;
  right: 0;
  z-index: 0;
}
.fv-navi {
  text-align: right;
}
.fv-navi a {
  font-size: 18px;
  padding: 0 20px 0 0;
  box-sizing: border-box;
  position: relative;
  z-index: 10;
  display: inline-block;
}
.fv-navi a::before,
.fv-navi a::after {
  content: "";
  display: block;
  position: absolute;
}
.fv-navi a::before {
  width: 16px;
  height: 16px;
  background: #000;
  border-radius: 100px;
  top: 2px;
  right: 0;
}
.fv-navi a::after {
  width: 4px;
  height: 4px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  top: 50%;
  right: 6px;
  margin: -2px 0 0;
}
.fv-catch {
  max-width: 500px;
}
.fv-block {
  margin: -15px 0 0;
}
.fv-logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 500px;
  margin: 25px 0 50px;
  position: relative;
}
.fv-logo::before {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 100%;
  background: #333;
  top: 0;
  left: 205px;
}
.fv-logo .fv-logo01 {
  width: 187px;
}
.fv-logo .fv-logo02 {
  width: 266px;
}
.fv-txt {
  font-size: 14px;
}

/*----- implementing -----*/
.implementing {
  padding: 40px 0 40px;
}
.implementing-ttlWrap {
  max-width: 890px;
  margin: auto;
  text-align: center;
}
.implementing-ttl {
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 35px;
}
.implementing-ttl .large {
  font-size: 30px;
  font-weight: 700;
}

/*----- implementing-slider-wrap -----*/
.implementing-slider-wrap {
  overflow: hidden;
  width: 100%;
}

/* 縮小専用 */
.implementing-slider-scale {
  width: max-content;
  zoom: 0.9;
  /*transform: scale(0.9);
  transform-origin: left center;*/
}

/* 横に流す専用 */
.implementing-slider {
  display: flex;
  align-items: center;
  width: max-content;
  will-change: transform;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
  touch-action: pan-y;
}
.implementing-slider.is-dragging {
  cursor: grabbing;
}
.implementing-slider * {
  user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
}
.implementing-slider-group {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}

/*----- implementing-logo -----*/
.implementing-logo {
  flex: 0 0 auto;
  padding: 0 45px;
  box-sizing: border-box;
}
.implementing-logo a {
  display: block;
  -webkit-user-drag: none;
}
.implementing-logo img {
  display: block;
  width: auto;
  max-width: none;
  height: auto;
  pointer-events: none;
  -webkit-user-drag: none;
}

/* ドラッグ中のカーソル */
.implementing-slider {
  cursor: grab;
}
.implementing-slider:active {
  cursor: grabbing;
}

@media screen and (max-width: 1200px) {
.implementing-slider-scale {
  zoom: 0.8;
}
}

@media screen and (max-width: 1000px) {
.implementing-slider-scale {
  zoom: 0.7;
}
}

@media screen and (max-width: 768px) {
  .fv {
    min-width: 100%;
  }
  .fv-area {
    width: 100%;
    height: 100%;
    background: url("../img/fv-bg-sp.png") center bottom no-repeat;
    background-size: contain;
    z-index: -1;
  }
  .fv-inner {
    max-width: 100%;
    padding: 20px 20px 6.51vw;
    position: inherit;
  }
  .fv-inner::before {
    display: none;
    position: inherit;
  }
  .fv-navi {
    margin: 0 0 9.5vw;
  }
  .fv-navi a {
    font-size: 12px;
    padding: 0 18px 0 0;
  }
  .fv-navi a::before {
    width: 14px;
    height: 14px;
    top: -1px;
  }
  .fv-navi a::after {
    width: 3px;
    height: 3px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    top: 50%;
    right: 5px;
    margin: -3px 0 0;
  }
  .fv-catch {
    max-width: 100%;
  }
  .fv-logo {
    max-width: 100%;
    margin: 5.2vw 0 5.85vw;
  }
  .fv-logo::before {
    width: 1px;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .fv-logo .fv-logo01 {
    width: 39%;
    margin: 0 0 0 5.5%;
  }
  .fv-logo .fv-logo02 {
    width: 45%;
  }
  .fv-txt {
    font-size: 2.6vw;
    text-align: center;
  }

  /*----- implementing -----*/
  .implementing {
    padding: 7vw 0 6vw;
  }
  .implementing-ttlWrap {
    max-width: 100%;
    padding: 0 20px;
  }
  .implementing-ttl {
    font-size: 4vw;
    margin: 0 0 7vw;
  }
  .implementing-ttl .large {
    font-size: 6vw;
  }
  
  /*----- implementing-slider-wrap -----*/
  .implementing-slider-wrap {
    /*height: 60px;*/
    overflow: hidden;
  }
  .implementing-slider-scale {
    zoom: 0.5;
    /*transform: scale(0.5);
    transform-origin: left top;*/
  }
  .implementing-logo {
    padding: 0 45px;
  }
}


/*--------------------------------------------------
　contents
--------------------------------------------------*/
h2,h3,h4,h5 {
  font-weight: 700;
  line-height: 1.5;
}
h2 span,h3 span,h4 span,h5 span {
  font-weight: 700;
}

.section {
  width: 100%;
  min-width: 890px;
}

.section-inner {
  max-width: 890px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .section {
    min-width: 100%;
  }

  .section-inner {
    max-width: 100%;
  }
}


/*--------------------------------------------------
　about
--------------------------------------------------*/
.about {
  background: #f1eeee;
  padding: 60px 0 80px;
  position: relative;
}

.about .main-aboutTitle {
  padding-bottom: 15px;
  font-size: 22px;
  text-align: center;
  line-height: 1.5;
  position: relative;
}
.about .main-aboutTitle::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg, #c51919 0%, #c51919 20%, #222 20%, #222 100%);
  border-radius: 100px;
  width: 100%;
  height: 4px;
  box-sizing: border-box;
}
.about .main-aboutTitle .f-size01 {
  font-size: 56px;
}
.about .main-aboutTitle .f-size02 {
  font-size: 34px;
}
.about .main-aboutTitle .f-size03 {
  font-size: 32px;
}
.about .main-aboutTitle .f-size04 {
  font-size: 68px;
  vertical-align: -3px;
}

.about-worries {
  margin-top: 65px;
}
.about-worries .worries-ttlWrap {
  text-align: center;
}
.about-worries .worries-ttl {
  display: inline-block;
  background: #c51919;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 30px;
  border-radius: 100px;
  position: relative;
}
.about-worries .worries-ttl::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
  transform: translate(-50%,0);
  box-sizing: border-box;
  border-top: 25px solid #c51919;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}

.about-worries .worries-block {
  position: relative;
}
.about-worries .worries-block::after {
  content: "";
  display: block;
  background: url("../img/about-worries-illust01.png") left bottom no-repeat;
  background-size: 90% auto;
  width: 250px;
  height: 174px;
  margin: -55px auto -2px;
  box-sizing: border-box;
}
.about-worries .worries-blockInner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0 20px;
  margin-top: 30px;
}
.about-worries .worries-item {
  background: #fff;
  width: calc(100% / 3);
  padding: 25px 0;
  border: 3px solid #222;
  border-radius: 8px;
  position: relative;
}
.about-worries .worries-item:not(:nth-child(2)) {
  margin-top: 50px;
}
.about-worries .worries-item::after {
  content: "";
  position: absolute;
  top: calc(100% - 5px);
  right: 50px;
  background: url("../img/sb-deco01.png") left top no-repeat;
  background-size: contain;
  width: 44px;
  height: 36px;
  box-sizing: border-box;
}
.about-worries .worries-item:not(:nth-child(1))::after {
  transform: scale(-1,1);
}
.about-worries .worries-item:nth-child(3)::after {
  right: inherit;
  left: 50px;
}
.about-worries .worries-catchWrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-worries .worries-catch {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
}
.about-worries .worries-catch .large {
  font-size: 26px;
  font-weight: 900;
}
.about-worries .worries-icon {
  width: 180px;
  margin: 20px auto 0;
}

.about-service {
  background: #fff;
  border: 3px solid #222;
  border-radius: 8px;
}
.about-service .service-ttl {
  background: #222;
  padding: 10px 30px;
  font-size: 28px;
  text-align: center;
  line-height: 1.4;
  border-radius: 5px 5px 0 0;
}
.about-service .service-block {
  padding: 30px 0 50px;
}
.about-service .service-img {
  width: 730px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .about {
    padding: 40px 20px 40px;
  }

  .about .main-aboutTitle {
    padding-bottom: 3.9vw;
    font-size: 3.38vw;
  }
  .about .main-aboutTitle::before {
    display: none;
  }
  .about .main-aboutTitle .f-size01 {
    font-size: 9.11vw;
  }
  .about .main-aboutTitle .f-size02 {
    font-size: 5.46vw;
  }
  .about .main-aboutTitle .f-size03 {
    font-size: 4.81vw;
  }
  .about .main-aboutTitle .f-size04 {
    font-size: 11.5vw;
    vertical-align: -3px;
  }
  .about .main-aboutTitle .b-bottom {
    display: inline-block;
    margin-bottom: 15px;
    position: relative;
  }
  .about .main-aboutTitle .b-bottom::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, #c51919 0%, #c51919 20%, #222 20%, #222 100%);
    width: 100%;
    height: 3px;
    box-sizing: border-box;
  }

  .about-worries {
    margin-top: 2.6vw;
  }
  .about-worries .worries-ttl {
    margin-bottom: 3.25vw;
    padding: 2.5vw 3.9vw;
    font-size: 3.5vw;
  }
  .about-worries .worries-ttl::after {
    border-top: 12px solid #c51919;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
  }

.about-worries .worries-block::after {
  background-size: contain;
  width: 45%;
  height: 0;
  margin: 10px auto -2px;
  padding-top: calc(45%*174/250);
}
  .about-worries .worries-blockInner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 20px;
    align-items: start;
    margin-top: 3.9vw;
    width: 100%;
  }
  .about-worries .worries-item {
    width: 100%;
    padding: 3.25vw 0;
    border: 2px solid #222;
    border-radius: 4px;
  }
  .worries-item:nth-child(1) {
    grid-column: 1;
    grid-row: 2;
    order: 2;
  }
  .worries-item:nth-child(2) {
    grid-column: 1 / -1;
    grid-row: 1;
    justify-self: center;
    width: calc(50% - 10px);
    order: 1;
  }
  .worries-item:nth-child(3) {
    grid-column: 2;
    grid-row: 2;
    order: 3;
  }
  .about-worries .worries-item:not(:nth-child(2)) {
    margin-top: 0;
  }
  .about-worries .worries-item::after {
    top: calc(100% - 4px);
    right: inherit;
    background: url("../img/sb-deco01.png") left top no-repeat;
    background-size: contain;
    width: 20%;
    height: 0;
    padding-top: calc(20%*36/44);
  }
  .about-worries .worries-item:not(:nth-child(1))::after {
    transform: scale(-1,1);
  }
  .about-worries .worries-item:nth-child(1)::after {
    right: 6.51vw;
  }
  .about-worries .worries-item:nth-child(2)::after {
    left: 50%;
    transform: translate(-50%,0) scale(-1,1);
  }
  .about-worries .worries-item:nth-child(3)::after {
    right: inherit;
    left: 6.51vw;
  }
  .about-worries .worries-catch {
    font-size: 3.12vw;
  }
  .about-worries .worries-catch .large {
    font-size: 4.2vw;
  }
  .about-worries .worries-icon {
    width: 60%;
    margin: 2.6vw auto 0;
  }

  .about-service {
    border: 2px solid #222;
    border-radius: 4px;
  }
  .about-service .service-ttl {
    padding: 1.95vw 3.9vw;
    font-size: 4.42vw;
    border-radius: 2px 2px 0 0;
  }
  .about-service .service-block {
    padding: 3.9vw 2.6vw 6.51vw;
  }
  .about-service .service-img {
    width: 100%;
  }
}


/*--------------------------------------------------
　point
--------------------------------------------------*/
.point {
  background: #fff;
  padding: 80px 0 80px;
  border-top: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.point::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%,0);
  background: url("../img/point-bg.png") left top no-repeat;
  background-size: contain;
  width: 1430px;
  height: 380px;
  margin: auto;
  box-sizing: border-box;
  z-index: -1;
}

.point .point-ttlWrap {
  text-align: center;
}
.point .point-ttl {
  display: inline-block;
  padding: 0 20px 10px;
  font-size: 40px;
  font-weight: 800;
  letter-spacing: 0.1em;
  position: relative;
}
.point .point-ttl::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%,0);
  background: url("../img/title-line02.png") center top no-repeat;
  background-size: contain;
  width: 100%;
  height: 20px;
  margin: auto;
  box-sizing: border-box;
}

.point .point-block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 65px;
}

.point .point-item {
  display: flex;
  justify-content: center;
  align-items: center;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(180deg, #ffc0c0, #c51919) border-box;
  width: 280px;
  text-align: center;
  border: 3px solid transparent;
  border-radius: 50%;
  position: relative;
}
.point .point-item:not(:nth-child(2)) {
  margin-top: 70px;
}
.point .point-item::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.point .point-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  background: url("../img/icon-check.png") left top no-repeat;
  background-size: contain;
  width: 70px;
  height: 70px;
  box-sizing: border-box;
}

.point .point-txt {
  margin-top: 30px;
  font-size: 28px;
}
.point .point-txt .point-sub {
  font-weight: 500;
  line-height: 1.2em;
}
.point .point-txt span {
  font-weight: 700;
}
.point .point-txt .f-size01 {
  font-size: 110px;
}
.point .point-txt .f-size02 {
  font-size: 58px;
  position: relative;
  top: -6px;
}
.point .point-txt .f-size03 {
  font-size: 80px;
}
.point .point-txt .f-size04 {
  font-size: 48px;
  position: relative;
  top: -8px;
}
.point .point-item:nth-child(2) .point-txt {
  margin-top: 60px;
}

.point .note {
  margin-top: -20px;
  font-size: 16px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .point {
    padding: 40px 20px 40px;
  }

  .point::after {
    background: url("../img/point-bg-sp.png") left top no-repeat;
    background-size: contain;
    width: 100%;
    height: 0;
    padding-top: calc(100%*280/750);
  }

  .point .point-ttl {
    padding: 0 7.8vw 2.6vw;
    font-size: 7.81vw;
  }
  .point .point-ttl::after {
    width: 100%;
    height: 0;
    padding-top: calc(100%*23/303);
  }

  .point .point-block {
    margin-top: 9.76vw;
  }

  .point .point-item {
    width: calc(100% / 3);
    text-align: center;
    border: 2px solid transparent;
  }
  .point .point-item:not(:nth-child(2)) {
    margin-top: 9.11vw;
  }
  .point .point-item::after {
    top: -5px;
    left: 3px;
    width: 7vw;
    height: 7vw;
  }

  .point .point-txt {
    margin-top: 3.9vw;
    font-size: 3vw;
  }
  .point .point-txt .point-sub {
    font-weight: 500;
    line-height: 1.2em;
  }
  .point .point-txt .f-size01 {
    font-size: 13vw;
  }
  .point .point-txt .f-size02 {
    font-size: 6vw;
    top: -1.04vw;
  }
  .point .point-txt .f-size03 {
    font-size: 8vw;
  }
  .point .point-txt .f-size04 {
    font-size: 4vw;
    top: -1.04vw;
  }
  .point .point-item:nth-child(2) .point-txt {
    margin-top: 3.5vw;
    line-height: 0.95;
  }

  .point .note {
    margin-top: 0;
    font-size: 2.34vw;
  }
}


/*--------------------------------------------------
　feature
--------------------------------------------------*/
.feature {
  background: #fff;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f6f6f6 calc(100% - 1px)),
                    linear-gradient(90deg, transparent calc(100% - 1px), #f6f6f6 calc(100% - 1px));
  background-size: 30px 30px;
  background-repeat: repeat;
  background-position: center center;
  padding: 60px 0 80px;
}

.feature .main-featureTitle__wrap {
  text-align: center;
}
.feature .main-featureTitle {
  display: inline-block;
  padding: 0 10px 0;
  font-size: 28px;
  position: relative;
}
.feature .main-featureTitle .eng_large {
  font-size: 48px;
  vertical-align: -2px;
}
.feature .main-featureTitle .large {
  font-size: 40px;
}
.feature .main-featureTitle .dot {
  display: inline-block;
	background-image: radial-gradient(circle at center, #c51919 12%, transparent 12%);
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1em 0.5em;
  padding-top: 5px;
}
.feature .main-featureTitle::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%,0);
  background: url("../img/title-line03.png") center top no-repeat;
  background-size: contain;
  width: 100%;
  height: 21px;
  margin: auto;
  box-sizing: border-box;
}

.feature-block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 50px 40px;
  margin-top: 80px;
}
.feature-block .feature-item {
  width: calc((100% - 40px) / 2);
  background: #fff;
  border: 3px solid #c51919;
  border-radius: 8px;
}
.feature-block .feature-ttl {
  background: #c51919;
  padding: 8px 20px 10px;
  font-size: 28px;
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
  border-radius: 5px 5px 0 0;
}
.feature-block .feature-inner {
  padding: 30px 20px;
  position: relative;
}
.feature-block .num {
  position: absolute;
  top: 10px;
  left: 20px;
  font-size: 90px;
}
.feature-block .feature-img {
  width: 220px;
  margin: auto;
}
.feature-block .feature-item:nth-child(3) .feature-img {
  margin: auto;
  position: relative;
  left: 50px;
}
.feature-block .txt {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 1.8;
}
.feature-block .txt span {
  font-weight: 700;
}
.feature-block .txt .marker {
  display: inline;
  background: #ffebeb;
  padding: 0 5px;
}
.feature-block .note {
  margin-top: 20px;
  font-size: 15px;
  text-align: left;
  line-height: 1.4;
}
.feature-block .feature-item:nth-child(3) .note {
  text-align: center;
}

.feature-scene {
  background: #fff;
  margin-top: 120px;
  border: 3px solid #c51919;
  border-radius: 8px;
}
.feature-scene .scene-ttlWrap {
  text-align: center;
  margin-top: -40px;
}
.feature-scene .scene-ttl {
  display: inline-block;
  background: #fff;
  padding: 10px 60px 15px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  border-radius: 100px;
  border: 3px solid #c51919;
  position: relative;
}
.feature-scene .scene-ttl::after {
  content: "";
  position: absolute;
  top: calc(100% + 5px);
  left: 50%;
  transform: translate(-50%,0);
  background: url("../img/title-deco01.png") left top no-repeat;
  background-size: contain;
  width: 14px;
  height: 72px;
  margin: auto;
  box-sizing: border-box;
}
.feature-scene .scene-inner {
  padding: 90px 45px 60px;
}
.feature-scene .scene-block {
  display: flex;
  justify-content: space-between;
  gap: 0 15px;
}
.feature-scene .scene-item {
  width: calc(100% /6);
}
.feature-scene .scene-txt {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}
.feature-scene .bottom-txt {
  margin-top: 60px;
  font-size: 28px;
  text-align: center;
  line-height: 1.4;
}
.feature-scene .bottom-txt span {
  display: inline-block;
  background: linear-gradient(transparent 45%, #ffebeb 0%);
  padding: 0 15px 5px;
}

@media screen and (max-width: 768px) {
  .feature {
    background-size: 15px 15px;
    padding: 40px 20px 40px;
  }

  .feature .main-featureTitle {
    padding: 0 3.9vw 2.6vw;
    font-size: 4.55vw;
  }
  .feature .main-featureTitle .eng_large {
    font-size: 8vw;
    vertical-align: -2px;
  }
  .feature .main-featureTitle .large {
    font-size: 6.51vw;
  }
  .feature .main-featureTitle::after {
    width: 100%;
    height: 0;
    padding-top: calc(100%*23/503);
  }

  .feature-block {
    display: block;
    margin-top: 10.41vw;
  }
  .feature-block .feature-item {
    width: 100%;
    margin-bottom: 20px;
    border: 2px solid #c51919;
    border-radius: 4px;
  }
  .feature-block .feature-item:last-child {
    margin-bottom: 0;
  }
  .feature-block .feature-ttl {
    padding: 1.3vw 2.6vw;
    font-size: 4.42vw;
    border-radius: 2px 2px 0 0;
  }
  .feature-block .feature-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 5px;
    padding: 6vw 2.4vw 4vw;
  }
  .feature-block .num {
    top: 5px;
    left: 10px;
    font-size: 10vw;
    z-index: 1;
  }
  .feature-block .feature-img {
    width: 32%;
  }
  .feature-block .feature-img img {
    display: block;
    width: 100%;
    margin: auto;
  }
  .feature-block .feature-item:nth-child(4) .feature-img img {
    width: 80%;
    margin-left: 20px;
  }
  .feature-block .feature-img img.pc_only {
    display: none;
  }
  .feature-block .feature-item:nth-child(3) .feature-img {
    margin: auto;
    left: 0;
  }
  .feature-block .txt {
    margin-top: 0;
    font-size: 3vw;
    text-align: left;
  }
  .feature-block .txt .marker {
    padding: 0 3px;
  }
  .feature-block .note {
    margin-top: 2vw;
    font-size: 2vw;
  }
  .feature-block .feature-item:nth-child(3) .note {
    text-align: left;
  }

  .feature-scene {
    margin-top: 16vw;
    border: 2px solid #c51919;
    border-radius: 4px;
  }
  .feature-scene .scene-ttlWrap {
    margin-top: -5.2vw;
  }
  .feature-scene .scene-ttl {
    padding: 1.95vw 13.02vw 1.95vw;
    font-size: 6.51vw;
    border: 2px solid #c51919;
  }
  .feature-scene .scene-ttl::after {
    width: 3%;
    height: 0;
    padding-top: calc(3%*72/14);
  }
  .feature-scene .scene-inner {
    padding: 14vw 3vw 7.81vw;
  }
  .feature-scene .scene-block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0 10px;
    padding: 0 10px;
  }
  .feature-scene .scene-item {
    width: calc((100% - 20px) /3);
    margin-bottom: 10px;
  }
  .feature-scene .scene-txt {
    margin-top: 2vw;
    font-size: 3vw;
  }
  .feature-scene .bottom-txt {
    margin-top: 4vw;
    font-size: 3.4vw;
  }
  .feature-scene .bottom-txt span {
    background: linear-gradient(transparent 40%, #ffebeb 0%);
    padding: 0 0 3px;
  }
}


/*--------------------------------------------------
　step
--------------------------------------------------*/
.step {
  background: #f1eeee;
  padding: 70px 0 80px;
}

.step .main-stepTitleWrap {
  text-align: center;
}
.step .main-stepTitle {
  display: inline-block;
  padding-bottom: 10px;
  font-size: 28px;
  position: relative;
}
.step .main-stepTitle .large {
  font-size: 40px;
}
.step .main-stepTitle::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%,0);
  background: url("../img/title-line03.png") center top no-repeat;
  background-size: contain;
  width: 100%;
  height: 23px;
  margin: auto;
  box-sizing: border-box;
}

.step .step-block {
  display: flex;
  justify-content: space-between;
  gap: 0 70px;
  margin-top: 120px;
}

.step .step-item {
  background: #fff;
  width: calc(100% / 3);
  padding: 0 20px 30px;
  border-radius: 8px;
  box-shadow: 8px 8px 12px rgba(205,205,205,0.5);
  position: relative;
}
.step .step-item::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 15px);
  transform: translate(0,-50%);
  background: url("../img/arrow01.png") center center no-repeat;
  background-size: 85% auto;
  width: 45px;
  height: 56px;
  box-sizing: border-box;
}
.step .step-item:last-child::after {
  display: none;
}

.step .step-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #222;
  width: 106px;
  margin: -53px auto 0;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 0.9;
  position: relative;
}
.step .step-icon::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.step .step-icon > div {
  font-weight: 600;
}
.step .step-icon .large {
  font-size: 54px;
  font-weight: 600;
}

.step .step-img {
  width: 150px;
  margin: 20px auto 0;
}

.step .step-ttl {
  margin-top: 20px;
  font-size: 28px;
  text-align: center;
  line-height: 1.3;
}
.step .step-ttl .eng_large {
  font-size: 29px;
}

@media screen and (max-width: 768px) {
  .step {
    padding: 40px 20px 40px;
  }

  .step .main-stepTitle {
    padding-bottom: 2.6vw;
    font-size: 4.55vw;
  }
  .step .main-stepTitle .large {
    font-size: 6.51vw;
  }
  .step .main-stepTitle::after {
    width: 100%;
    height: 0;
    padding-top: calc(100%*23/503);
  }

  .step .step-block {
    display: block;
    margin-top: 10vw;
  }

  .step .step-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: none;
    width: 100%;
    margin-bottom: 40px;
    padding: 2vw 2.6vw 2vw;
    border-radius: 0;
    box-shadow: none;
    position: relative;
    z-index: 0;
  }
  .step .step-item:last-child {
    margin-bottom: 0;
  }
  .step .step-item::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0,-50%);
    background: #fff;
    width: calc(100% - 35px);
    height: 100%;
    box-sizing: border-box;
    border-radius: 4px;
    box-shadow: 4px 4px 6px rgba(205,205,205,0.5);
    z-index: -1;
  }
  .step .step-item::after {
    top: calc(100% + 10px);
    left: 50%;
    transform: translate(-50%,0);
    background: url("../img/arrow01-sp.png") left top no-repeat;
    background-size: contain;
    width: 7%;
    height: 0;
    padding-top: calc(7%*37/43);
  }
  .step .step-item:last-child::after {
    display: none;
  }

  .step .step-icon {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
    width: 65px;
    margin: 0 0 0;
    font-size: 3.12vw;
    line-height: 1;
    order: 1;
  }
  .step .step-icon .large {
    font-size: 8.07vw;
  }

  .step .step-img {
    width: 25%;
    margin: 0 0 0;
    order: 3;
  }

  .step .step-ttl {
    flex: 1;
    margin-top: 0;
    margin-left: 70px;
    font-size: 4.16vw;
    order: 2;
  }
  .step .step-ttl .eng_large {
    font-size: 4.5vw;
  }
}


/*--------------------------------------------------
　footer
--------------------------------------------------*/
footer {
  background: #fff;
  position: relative;
}

.footer-inner {
  max-width: 890px;
  margin: auto;
  padding: 30px 0 80px;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
}
.footer-nav li {
  padding: 0 15px 0 0;
  margin: 10px 15px 10px 0;
  font-size: 15px;
  border-right: 1px solid #222;
  position: relative;
}
.footer-nav li:nth-child(3),
.footer-nav li:nth-child(8){
  border-right: none;
}

.footer-license {
  display: flex;
  justify-content: flex-end;
  gap: 0 30px;
  margin-top: 50px;
}
.footer-license .license-number {
  font-size: 15px;
  line-height: 1.5;
}
.footer-license .privacy {
  width: 60px;
  margin-top: 20px;
}

footer .copy {
  background: #262626;
  padding: 20px 20px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}

.pagetop {
  position: fixed;
  right: 20px;
  bottom: 135px;
  width: 96px;
  z-index: 11111;
}

@media screen and (max-width: 768px) {
  .footer-inner {
    max-width: 100%;
    padding: 3.9vw 20px 10.41vw;
  
  }

  .footer-nav li {
    padding: 0 5px 0 0;
    margin: 5px 5px 5px 0;
    font-size: 2.6vw;
  }
  .footer-nav li:nth-child(2),
  .footer-nav li:nth-child(3),
  .footer-nav li:nth-child(8){
    border-right: none;
  }

  .footer-license {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0 3.9vw;
    margin-top: 6.51vw;
  }
  .footer-license .license-number {
    font-size: 2.6vw;
  }
  .footer-license .privacy {
    width: 9.11vw;
    margin-top: 0;
  }

  footer .copy {
    padding: 2.6vw 2.6vw;
    font-size: 2.34vw;
  }

  .pagetop {
    right: 5px;
    bottom: 33vw;
    width: 12.5vw;  
  }
}


/*--------------------------------------------------
　fixed-inquiry
--------------------------------------------------*/
.fixed-inquiry {
  position: fixed;
  bottom: 0;
  left: 0;
  background: #fff;
  width: 100%;
  padding: 30px 0 30px;
  z-index: 111;
}
.fixed-inquiry.is-stop {
  position: relative;
  padding: 0 0 100px;
}

.fixed-inquiry__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 20px;
  max-width: 890px;
  margin: auto;
}

.fixed-inquiry__info {
  flex: 1;
}

.fixed-inquiry .logo {
  width: 160px;
}
.fixed-inquiry .logo img {
  width: 100%;
}

.fixed-inquiry .tel {
  display: inline-block;
  margin-top: 10px;
  padding-left: 28px;
  font-size: 38px;
  font-weight: 600;
  position: relative;
}
.fixed-inquiry .tel::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0,-50%);
  background: url("../img/icon-tel.png") left top no-repeat;
  background-size: contain;
  width: 24px;
  height: 28.8px;
  box-sizing: border-box;
}

.fixed-inquiry .time {
  margin-top: 10px;
  font-size: 18px;
}
.fixed-inquiry .time .small {
  font-size: 12px;
}

.fixed-inquiry .inquiry-btn {
  width: 415px;
}
.fixed-inquiry .inquiry-btn a {
  background: #01a145;
  padding: 25px 25px 25px 0;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  border-radius: 100px;
  box-shadow: 0 5px 0 #00662b;
  position: relative;
}
.fixed-inquiry .inquiry-btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 45px;
  transform: translate(0,-50%);
  background: url("../img/arrow02.png") left top no-repeat;
  background-size: contain;
  width: 28px;
  height: 28px;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .fixed-inquiry {
    padding: 3vw 20px 3vw;
  }
  .fixed-inquiry.is-stop {
    padding: 0 0 13.02vw;
  }
  
  .fixed-inquiry__inner {
    flex-wrap: wrap;
    gap: 0 0;
    max-width: 100%;
  }

  .fixed-inquiry__info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 2.6vw;
    width: 100%;
    margin-top: 3vw;
    order: 2;
  }

  .fixed-inquiry .logo {
    width: 35%;
    order: 2;
  }

  .fixed-inquiry .telWrap {
    order: 1;
    flex: 1;
  }
  .fixed-inquiry .tel {
    margin-top: 0;
    padding-left: 4.55vw;
    font-size: 5.72vw;
  }
  .fixed-inquiry .tel::before {
    width: 3.9vw;
    height: 4.68vw;
  }

  .fixed-inquiry .time {
    margin-top: 1.3vw;
    font-size: 2.6vw;
  }
  .fixed-inquiry .time .small {
    font-size: 1.82vw;
  }

  .fixed-inquiry .inquiry-btn {
    width: 100%;
    order: 1;
  }
  .fixed-inquiry .inquiry-btn a {
    padding: 4.2vw 7.81vw;
    font-size: 5.4vw;
    box-shadow: 0 5px 0 #00662b;
  }
  .fixed-inquiry .inquiry-btn a::after {
    right: 3.9vw;
    width: 5.5vw;
    height: 5.5vw;
  }
}
