@charset "UTF-8";
/*
 * 変数
 */
/*
 * ブレークポイント
 */
/*
 * 480pxより広くなったら改行なくす
 */
@media (min-width: 610px) {
  .br_sp {
    display: none;
  }
}

/*
 * 780pxより広くなったら改行なくす
 */
@media (min-width: 950px) {
  .br_tab {
    display: none;
  }
}

/*
 * 780pxより狭くなったら改行なくす
 */
@media (max-width: 950px) {
  .pc_br {
    display: none;
  }
}

/*
 * トランジション
 */
/*
 * ボタン
 */
h1 {
  text-align: center;
  color: #f65f53;
}

.main-block {
  position: initial;
}

.main-block__inner {
  width: 90%;
  margin: 0 auto;
  padding-top: 7%;
}

.main-block__tit {
  display: flex;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}
.main-block__tit .main-p {
  color: #f65f53;
  font-weight: bold;
  font-size: 65px;
}
@media (max-width: 610px) {
  .main-block__tit .main-p {
    font-size: 56px;
  }
}
.main-block__tit span {
  font-weight: bold;
  font-size: 23px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 68%;
}
.main-block__tit span::before {
  color: #373737;
  border-top: 1px solid;
  content: "";
  width: 4em;
  margin-right: 1em;
  margin-left: 2%;
}
@media (max-width: 610px) {
  .main-block__tit span {
    width: 100%;
    justify-content: flex-start;
  }
}
@media (max-width: 610px) {
  .main-block__tit {
    flex-wrap: wrap;
  }
}

.body-block {
  position: relative;
}

.main-top {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.main-top__inner {
  padding-bottom: 10%;
  margin: 0 auto;
  width: 100%;
  max-width: 1309px;
  position: relative;
}
@media (max-width: 950px) {
  .main-top__inner {
    padding-bottom: 8%;
  }
}
.main-top__back {
  position: absolute;
  top: -44%;
  width: 95%;
  right: 0;
}
.main-top__back img {
  width: 100%;
  position: absolute;
  right: calc(5% - 205px);
  max-width: 1347px;
}
@media (max-width: 950px) {
  .main-top__back {
    top: -40%;
  }
  .main-top__back img {
    right: calc(7% - 157px);
  }
}
@media (max-width: 610px) {
  .main-top__back {
    width: 110%;
    right: -9%;
    top: -77%;
  }
  .main-top__back img {
    right: 0;
  }
}
.main-top__content {
  max-width: 1310px;
  width: 100%;
  margin: 0 auto;
}
.main-top__content-tit {
  margin-top: 17%;
  margin-left: 5%;
  width: 43%;
  max-width: 375px;
}
.main-top__content-tit img {
  width: 100%;
}
@media (max-width: 610px) {
  .main-top__content {
    position: relative;
    margin-top: 77%;
  }
  .main-top__content-tit {
    width: 69%;
  }
}
.main-top__wrap {
  margin-top: 4%;
  width: 100%;
}
.main-top__wrap-top {
  padding: 3% 0;
  width: 83%;
  position: relative;
}
.main-top__wrap-top-image {
  max-width: 706px;
  text-align: center;
  width: 77%;
  position: relative;
  margin-left: 4%;
}
.main-top__wrap-top-image .top-catch {
  max-width: 400px;
  width: 59%;
}
@media (max-width: 610px) {
  .main-top__wrap-top-image .top-catch {
    width: 100%;
  }
}
.main-top__wrap-top-image::before, .main-top__wrap-top-image::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 610px) {
  .main-top__wrap-top-image::before, .main-top__wrap-top-image::after {
    content: none;
  }
}
.main-top__wrap-top-image::before {
  background-position: left top;
  background-image: url(../images/bg-tit1.svg);
}
.main-top__wrap-top-image::after {
  background-position: right top;
  background-image: url(../images/bg-tit2.svg);
  width: 95%;
  height: 79%;
  bottom: 0;
  margin: auto;
}
@media (max-width: 610px) {
  .main-top__wrap-top-image {
    margin: 0 auto;
    width: 83%;
    margin-top: -8%;
  }
}
.main-top__wrap-top::after {
  width: 129%;
  content: "";
  background: white;
  height: 100%;
  position: absolute;
  top: 0;
  left: -39%;
  z-index: -1;
}
@media (max-width: 610px) {
  .main-top__wrap-top::after {
    width: 100%;
    left: 0;
  }
}
@media (max-width: 610px) {
  .main-top__wrap-top {
    width: 100%;
  }
}
.main-top__wrap-bottom {
  z-index: 1;
  position: relative;
  margin-top: 4%;
  margin-left: 6%;
  display: inline-block;
  text-align: center;
  width: 44%;
}
.main-top__wrap-bottom img {
  width: 100%;
  max-width: 600px;
}
@media (max-width: 610px) {
  .main-top__wrap-bottom {
    display: block;
    width: 86%;
    margin: 0 auto;
    margin-top: 5%;
  }
}
@media (max-width: 610px) {
  .main-top__wrap {
    margin-top: 23%;
  }
}
.main-top::after {
  width: 100%;
  content: "";
  background: white;
  background: linear-gradient(90deg, whitesmoke 0%, whitesmoke 73%, white 73%, white 100%);
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -2;
}
@media (max-width: 610px) {
  .main-top::after {
    background: white;
  }
}

.item-link-btn {
  margin-top: 4%;
}
.item-link-btn a {
  background-color: #f65f53;
  color: white;
  padding: 1em 3em;
  display: inline-block;
  transition: all 0.5s cubic-bezier(0.37, 0.16, 0.12, 1);
}
.item-link-btn a .fa-arrow-down {
  margin-left: 5px;
}
.item-link-btn a:hover {
  background: #ff5044;
  box-shadow: 0px 0px 31px -6px rgba(231, 15, 15, 0.6);
}

.step-block__inner .spacer {
  width: 100%;
}
.step-block__wrap {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  padding: 0;
  width: 90%;
  margin: 0 auto;
  align-items: center;
  max-width: 1200px;
}
.step-block__wrap .step-angle {
  width: 6%;
}
.step-block__wrap .step-angle_pic {
  width: 100%;
}
@media (max-width: 950px) {
  .step-block__wrap {
    width: 96%;
    margin-top: 4%;
  }
  .step-block__wrap .step-angle {
    width: 9%;
  }
}
@media (max-width: 610px) {
  .step-block__wrap {
    justify-content: center;
    margin-top: 11%;
    flex-direction: column;
  }
  .step-block__wrap .step-angle {
    width: 12%;
    margin-bottom: -17px;
    z-index: 1;
    position: relative;
  }
}
.step-block__box {
  display: inline-block;
  padding: 2%;
  width: 35%;
  margin: 2% 0;
  position: relative;
  background-color: white;
  box-shadow: 0px 4px 6px 1px rgba(73, 73, 73, 0.27);
  max-width: 388px;
}
.step-block__box:nth-child(3n+3) {
  top: 50px;
}
@media (max-width: 610px) {
  .step-block__box:nth-child(3n+3) {
    top: 0;
  }
}
.step-block__box:nth-child(8) {
  top: 100px;
}
@media (max-width: 610px) {
  .step-block__box:nth-child(8) {
    top: 0;
  }
}
.step-block__box::after {
  width: 100%;
  height: 100%;
  position: absolute;
  right: -22px;
  bottom: -22px;
  content: "";
  background-color: #ffffff;
  background-image: radial-gradient(#68cca4 13%, transparent 21%), radial-gradient(#68cca4 13%, transparent 21%);
  background-position: 0 0, 6px 6px;
  background-size: 12px 12px;
  z-index: -1;
}
@media (max-width: 610px) {
  .step-block__box::after {
    background-color: #f5f5f5;
    right: -20px;
    bottom: -20px;
  }
}
.step-block__box-tit {
  padding-bottom: 15%;
}
.step-block__box-tit span {
  font-weight: bold;
  font-size: 30px;
  vertical-align: middle;
}
.step-block__box-tit span.step-num {
  font-size: 50px;
  margin-left: 4px;
}
@media (max-width: 610px) {
  .step-block__box-tit {
    padding-left: 3%;
  }
}
.step-block__box-img {
  text-align: center;
  padding-bottom: 14%;
}
.step-block__box-img img {
  width: 80%;
}
.step-block__box-img-1 {
  max-width: 272px;
}
.step-block__box-img-2 {
  max-width: 232px;
}
@media (max-width: 610px) {
  .step-block__box-img-2 {
    max-width: 198px;
  }
}
.step-block__box-img-3 {
  max-width: 255px;
}
@media (max-width: 610px) {
  .step-block__box-img-3 {
    max-width: 199px;
  }
}
.step-block__box-img-4 {
  max-width: 250px;
}
@media (max-width: 610px) {
  .step-block__box-img-4 {
    max-width: 196px;
  }
}
@media (max-width: 950px) {
  .step-block__box {
    width: 42%;
  }
}
@media (max-width: 610px) {
  .step-block__box {
    width: 90%;
    padding: 2% 4%;
  }
}
@media (max-width: 610px) {
  .step-block {
    background-color: #f5f5f5;
    padding-bottom: 16%;
  }
}

.blog-block {
  position: absolute;
  right: 0;
  bottom: 14px;
}
@media (max-width: 610px) {
  .blog-block {
    bottom: 75%;
    font-size: 15px;
    min-width: 343px;
    width: 80%;
  }
}

ul.news__list {
  display: inline-block;
  right: 0;
  border-radius: 5px;
  border: 2px solid #f65f53;
  min-width: 324px;
  bottom: 6%;
  background-color: white;
  z-index: 1;
  width: 100%;
  box-shadow: 0px 4px 6px 1px rgba(73, 73, 73, 0.27);
}
@media (max-width: 950px) {
  ul.news__list {
    bottom: 0;
  }
}

li.news__item {
  display: flex;
  width: 100%;
}

.news__time {
  background-color: #f65f53;
  color: white;
  display: flex;
  align-items: center;
  padding: 0 3%;
  border-radius: 3px 0 0 3px;
}

.news__title {
  position: relative;
  padding-right: 72px;
}
.news__title a {
  display: block;
  padding: 4% 72px 4% 4%;
  border-radius: 4px;
  width: 100%;
  transition: color 0.2s;
}
.news__title a:hover {
  color: #f65f53;
}
.news__title:before, .news__title:after {
  transition: all 0.5s cubic-bezier(0.37, 0.16, 0.12, 1);
  transition-property: transform;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  height: 2px;
  background: #f65f53;
}
.news__title:before {
  width: 49px;
}
.news__title:after {
  width: 15px;
  transform-origin: right center;
  transform: rotate(25deg);
}
.news__title:hover:before, .news__title:hover:after {
  transition: all 0.5s cubic-bezier(0.37, 0.16, 0.12, 1);
  transition-property: transform;
}
.news__title:hover:before {
  transform: translate(6px, 0);
}
.news__title:hover:after {
  transform: translate(6px, 0) rotate(25deg);
}

.reason-block {
  position: relative;
}
.reason-block__inner {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 4%;
}
@media (max-width: 950px) {
  .reason-block__inner {
    margin-top: 9%;
  }
}
.reason-block__wrap {
  width: 90%;
  margin: 0 auto;
  margin-top: 3%;
}
@media (max-width: 950px) {
  .reason-block__wrap {
    width: 95%;
    margin-top: 7%;
  }
}
.reason-block__column {
  width: 74%;
  background-color: white;
  box-shadow: 0px 4px 6px 1px rgba(73, 73, 73, 0.27);
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4%;
  padding: 3%;
}
.reason-block__column:nth-of-type(2) {
  margin-left: auto;
}
.reason-block__column-text {
  width: 54%;
}
.reason-block__column-text .reason-num {
  font-weight: bold;
  font-size: max(20px, min(4.5vw,71px));
  font-size: clamp(20px, 4.5vw, 71px);
  color: #FFCC41;
}
@media (max-width: 950px) {
  .reason-block__column-text .reason-num {
    font-size: max(20px, min(7.5vw, 71px));
    font-size: clamp(20px, 7.5vw, 71px);
  }
}
@media (max-width: 610px) {
  .reason-block__column-text .reason-num {
    font-size: max(19px, min(17.5vw, 71px));
    font-size: clamp(19px, 17.5vw, 71px);
  }
}
.reason-block__column-text .reason-tit {
  font-size: max(20px, min(3.5vw,44px));
  font-size: clamp(20px, 3.5vw, 44px);
  font-weight: bold;
  display: inline-block;
  margin-left: 8px;
  vertical-align: super;
}
@media (max-width: 610px) {
  .reason-block__column-text .reason-tit {
    font-size: max(20px, min(8.5vw, 44px));
    font-size: clamp(20px, 8.5vw, 44px);
  }
}
@media (max-width: 610px) {
  .reason-block__column-text {
    width: 95%;
  }
}
.reason-block__column-img {
  width: 42%;
  text-align: center;
}
.reason-block__column-img img {
  width: 100%;
}
.reason-block__column-img-2 {
  max-width: 186px;
}
.reason-block__column-img-3 {
  margin-bottom: 10px;
}
@media (max-width: 610px) {
  .reason-block__column-img {
    width: 80%;
    margin-top: 6%;
    margin-bottom: 5%;
  }
}
.reason-block__column-caption .tit {
  color: white;
  background-color: #f65f53;
  font-weight: bold;
  font-size: 23px;
  padding: 4px;
}
@media (max-width: 950px) {
  .reason-block__column-caption .tit {
    padding: 0;
  }
}
.reason-block__column-caption .text {
  color: #f65f53;
  font-size: 48px;
  font-weight: bold;
}
.reason-block__column-caption .text .text-min {
  font-size: max(13px, min(2vw,22px));
  font-size: clamp(13px, 2vw, 22px);
}
@media (max-width: 610px) {
  .reason-block__column-caption .text .text-min {
    font-size: max(17px, min(5vw, 22px));
    font-size: clamp(17px, 5vw, 22px);
  }
}
@media (max-width: 950px) {
  .reason-block__column-caption .text {
    font-size: 39px;
  }
}
@media (max-width: 610px) {
  .reason-block__column-caption .text {
    font-size: 51px;
  }
}
.reason-block__column-caption .text-date {
  color: #ACACAC;
}
@media (max-width: 950px) {
  .reason-block__column-caption .text-date {
    font-size: 14px;
  }
}
@media (max-width: 950px) {
  .reason-block__column {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 13%;
  }
}
@media (max-width: 610px) {
  .reason-block__column {
    flex-direction: column;
    width: 100%;
  }
}
.reason-block .obj {
  position: absolute;
  max-height: 500px;
  z-index: -2;
}
.reason-block .obj-1 {
  top: 50%;
  left: -290px;
}
.reason-block .obj-2 {
  top: 10%;
  right: -290px;
}

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