@charset "UTF-8";

.pc_only {
  display: none !important;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
}

img {
  width: 100%;
}

ul {
  list-style-type: none;
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0;
}

:-webkit-any(article, aside, nav, section) h1 {
  margin-block-start: 0;
  margin-block-end: 0;
}

h3 {
  margin-block-start: 0;
  margin-block-end: 0;
}

.red {
  color: #ff5500;
}

.blue {
  color: #0466c8;
}

p {
  margin-block-start: 0;
  margin-block-end: 0;
}

html {
  font-size: 1.429vw !important;
  /*
        計算式：　10(px) / 700(px) * 100 = 1.429
        画面幅700pxの時に "font-size: 10px" 相当になる
      */
}

body {
  font-size: 1.4rem !important;
  /*
        html要素で指定されたfont-sizeの1.4倍になる
      */
}

#container {
  position: relative;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

/*--------------------------------------------------
**************************************************
バナー
**************************************************
--------------------------------------------------*/
#banner {
  position: fixed;
  z-index: 99998;
  /* bottom: 20px; */
  right: 0px;
}

#banner .banner_comment {
  position: relative;
  /* font-size: 12px; */
  letter-spacing: 0.05em;
  /* line-height: 16px; */
  text-align: center;
  /* margin-bottom: 20px; */
}

#banner .banner_comment::before {
  position: absolute;
  content: "";
  /* width: 180px;
    height: 70px;
    top: -8px; */
  left: 0;
  right: 0;
  background: url(../imgs/comment_01.png) no-repeat;
  background-size: 100%;
  z-index: -1;
  margin: auto;
}

#banner .banner_comment .red {
  /* font-size: 25px; */
  font-weight: bold;
}

#banner .contact-btn {
  position: relative;
  /* width: 260px;
    height: 80px; */
}

#banner .contact-btn::before {
  position: absolute;
  content: "";
  /* width: 130px;
    height: 70px;
    top: -10px;
    left: -60px; */
  background: url(../imgs/coupon_02.png) no-repeat;
  background-size: 100%;
  z-index: 1;
}

#banner .contact-btn a {
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  right: 0;
  /* font-size: 25px; */
  color: #ffffff;
  text-decoration: none;
  letter-spacing: 0.1em;
  text-align: center;
  background: linear-gradient(
    -45deg,
    #0a70c4 25%,
    #0466c8 25%,
    #0466c8 50%,
    #0a70c4 50%,
    #0a70c4 75%,
    #0466c8 75%,
    #0466c8
  );
  /* background-size: 10px 10px; */
  animation: anime_btn_animation_1 0.8s infinite linear;
  /* border-radius: 20px 0 0 20px; */
  flex-direction: column;
  justify-content: flex-end;
  box-shadow: 5px 5px 0px 1px rgb(0 0 0 / 20%);
}

@keyframes anime_btn_animation_1 {
  0% {
    background-position-y: 0;
  }

  100% {
    background-position-y: -2rem;
  }
}

#banner .contact-btn a .btn-text {
  /* margin-bottom: -10px; */
}

#banner .contact-btn .arrow {
  /* width: 140px;
    height: 20px;
    margin: 0 10px 10px auto; */
}

#banner .tel-btn {
  /* width: 260px;
    height: 80px;
    margin-top: 20px; */
}

#banner .tel-btn a.tel {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  /* font-size: 15px; */
  color: #000000;
  letter-spacing: 0.1em;
  background: #ffc022;
  font-weight: bold;
  text-decoration: none;
  /* border-radius: 40px 0 0 40px; */
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /* padding-left: 60px; */
  box-sizing: border-box;
  box-shadow: 4px 4px 0px 1px rgb(0 0 0 / 20%);
}

#banner .tel-btn a.tel::before {
  position: absolute;
  content: "";
  /* width: 60px;
    height: 60px; */
  top: 0;
  /* left: 7px; */
  bottom: 0;
  background: url(../imgs/tel_01.svg) no-repeat;
  background-size: 100%;
  margin: auto;
}

#banner {
  bottom: 2rem;
}

#banner .banner_comment {
  font-size: 1.2rem;
  line-height: 1.6rem;
  margin-bottom: 2rem;
}

#banner .banner_comment::before {
  width: 18rem;
  height: 7rem;
  top: -0.8rem;
}

#banner .banner_comment .red {
  font-size: 2.5rem;
}

#banner .contact-btn {
  width: 26rem;
  height: 8rem;
}

#banner .contact-btn::before {
  width: 13rem;
  height: 7rem;
  top: -1rem;
  left: -6rem;
}

#banner .contact-btn a {
  font-size: 2.5rem;
  border-radius: 2rem 0 0 2rem;
}

#banner .contact-btn a .btn-text {
  margin-bottom: -1rem;
}

#banner .contact-btn .arrow {
  width: 14rem;
  height: 2rem;
  margin: 0 1rem 1rem auto;
}

#banner .tel-btn {
  width: 26rem;
  height: 8rem;
  margin-top: 2rem;
}

#banner .tel-btn a.tel {
  font-size: 1.7rem;
  border-radius: 4rem 0 0 4rem;
  padding-left: 6rem;
  box-sizing: border-box;
}

#banner .tel-btn a.tel::before {
  width: 6rem;
  height: 6rem;
  left: 0.7rem;
}

/*--------------------------------------------------
**************************************************
トップ
**************************************************
--------------------------------------------------*/
#top {
  position: relative;
  height: 145rem;
  /* height: 88rem; */
  /* overflow: hidden; */
  /* padding-bottom: 15rem; */
  box-sizing: border-box;
}

#top::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #017fe6;
  z-index: -2;
}

#top::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../imgs/sptop-bg_02.jpg) no-repeat;
  background-size: cover;
  z-index: -1;
}

#top .top_bg {
  position: relative;
  width: 100%;
  height: auto;
  z-index: -1;
}

#top .top-title {
  position: absolute;
  width: 100%;
  top: 0;
  text-align: center;
  /* padding-top: 70px; */
}

#top .top-title .sub_title {
  /* font-size: 20px; */
  color: #ffffff;
  /* line-height: 40px; */
  letter-spacing: 0.1em;
  font-weight: bold;
}

#top .top-title h1 {
  /* font-size: 40px; */
  letter-spacing: 0.2em;
  color: #ffffff;
  font-weight: bold;
}

#top .award-area {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 41rem;
  margin: auto;
  z-index: 1;
}

#top .award-area .award-wrap {
  position: relative;
  /* display: flex; */
  width: 100%;
  /* height: 250px; */
  /* justify-content: center; */
}

#top .award-area .award-wrap .award_cont {
  position: absolute;
  /* display: flex; */
  /* width: 150px; */
  /* align-items: flex-start; */
  /* margin: 0 20px; */
}

#top .award-area .award-wrap .award_cont:nth-child(1) {
  top: 4rem;
  right: -4rem;
}

#top .award-area .award-wrap .award_cont:nth-child(2) {
  top: 0rem;
  left: 13rem;
  display: none;
}

#top .award-area .award-wrap .award_cont:nth-child(3) {
  top: 0rem;
  right: 13rem;
  display: none;
}

#top .award-area .award-wrap .award_cont:nth-child(4) {
  top: 8rem;
  right: -2rem;
  display: none;
}

/* #top .award-area .award-wrap .award_cont:first-child,
#top .award-area .award-wrap .award_cont:last-child {
  align-items: flex-end;
  margin: 0;
} */

#top .top-cntent {
  position: absolute;
  /* width: 550px;
    height: 535px; */
  bottom: 0;
  left: 0;
  right: 0;
  /* margin: 70px auto 0 auto; */
  /* padding-top: 120px; */
  box-sizing: border-box;
}

/* #top .top-cntent::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: -1px;
  background: url(../imgs/house_01.svg) no-repeat;
  background-size: 100%;
  margin: 0 auto;
  z-index: -1;
} */

.top-house-wrap {
  position: relative;
  display: flex;
  width: 100%;
  align-items: flex-end;
  flex-direction: column;
  margin-bottom: 5rem;
  z-index: 1;
}

#top .top-cntent .top-house-wrap .rank-img {
  position: absolute;
  width: 16rem;
  top: -2rem;
  right: -7rem;
}

#top .top-cntent .top-cont-01 {
  position: relative;
  text-align: center;
}

#top .top-cntent .top-cont-01 .img-wrap {
  position: absolute;
  /* width: 70px; */
  top: 0;
  left: 12%;
  margin: auto;
}

#top .top-cntent .top-cont-01 .text-wrap {
  padding-left: 6rem;
  box-sizing: border-box;
}

#top .top-cntent .top-cont-01 .text-wrap .text {
  display: block;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.2em;
}

#top .top-cntent .top-cont-01 .text-wrap .blue {
  /* font-size: 35px; */
  font-family: "Monda", serif;
  font-style: italic;
  font-weight: bold;
  letter-spacing: -0.05em;
  /* line-height: 35px; */
}

#top .top-cntent .top-cont-01 .text-wrap .blue .en {
  display: inline-block;
  /* font-size: 18px; */
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  letter-spacing: 0.2em;
  /* margin-left: 5px; */
}

#top .top-cntent .more {
  /* font-size: 18px; */
  font-weight: bold;
  letter-spacing: 0.2em;
  text-align: center;
  /* margin: 10px auto; */
}

#top .top-cntent .arrow-wrap {
  /* width: 35px; */
  margin: 0 auto;
}

#top .top-cntent .pay-wrap {
  position: relative;
  text-align: center;
  margin-top: -2rem;
}

#top .top-cntent .pay-wrap::before {
  position: absolute;
  content: "";
  /* width: 140px;
    height: 85px;
    top: -40px;
    left: 50px; */
  background: url(../imgs/coupon_01.png) no-repeat;
  background-size: 100%;
}

#top .top-cntent .pay-wrap .blue {
  /* font-size: 45px; */
  font-family: "Monda", serif;
  font-style: italic;
  font-weight: bold;
  letter-spacing: -0.05em;
}

#top .top-cntent .pay-wrap .blue .en {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  /* font-size: 25px; */
  font-style: normal;
  letter-spacing: 0.2em;
  /* margin-left: 5px; */
}

#top .top-cntent .pay-wrap .tax {
  /* font-size: 18px; */
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
}

#top .top-cntent .note {
  /* font-size: 18px; */
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  /* margin-top: 10px; */
}

#top .top-cntent .top-cont-list {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  /* margin-top: 20px; */
}

#top .top-cntent .top-cont-list .cont-list {
  display: flex;
  /* width: 130px;
    height: 160px;
    margin: 0 10px; */
  flex-direction: column;
  align-items: center;
}

#top .top-cntent .top-cont-list .cont-list .icon-wrap {
  /* width: 50px;
    height: 60px; */
  margin: 0 auto;
}

#top .top-cntent .top-cont-list .cont-list .icon-title {
  display: flex;
  width: 100%;
  /* height: 60px;
    font-size: 14px; */
  font-weight: 500;
  color: #ffffff;
  background: #0466c8;
  /* border-radius: 40px; */
  text-align: center;
  letter-spacing: 0.1em;
  /* line-height: 20px; */
  justify-content: center;
  align-items: center;
}

#top .man-img-wrap {
  position: absolute;
  display: flex;
  width: 150%;
  height: 70%;
  left: -25%;
  right: 0;
  bottom: 0px;
  justify-content: space-between;
  margin: 0 auto;
}

.contact-banner .top-house-wrap {
  width: calc(100% - 4rem);
  margin: 0 auto;
}

#top .man-img-wrap .img-l {
  /* width: 200px; */
}

#top .man-img-wrap .img-r {
  /* width: 220px; */
}
.attention {
  width: calc(100% + 60px);
  margin-left: -30px;
  margin-top: -20px;
  display: block;
  text-align: center;
}

@media screen and (min-width: 500px) {
  .attention {
    margin-top: -25px;
  }
}
.attention span {
  display: inline-block;
  margin: 0 auto;
  font-size: 12px;
  color: #666;
}

#top .top-title {
  padding-top: 3rem;
  box-sizing: border-box;
}

#top .top-title .sub_title {
  font-size: 3rem;
  line-height: 4.5rem;
}

#top .top-title h1 {
  font-size: 5rem;
  margin-top: 2rem;
}

#top .award-area .award-wrap {
  height: 25rem;
}

#top .award-area .award-wrap .award_cont {
  width: 21rem;
  margin: 0 2rem;
}

#top .top-cntent {
  width: 55rem;
  height: 111.5rem;
  /* margin: 7rem auto 14.3rem auto; */
  /* padding-top: 10rem; */
  margin: 0 auto;
  box-sizing: border-box;
}

#top .top-cntent::before {
  bottom: -0.1rem;
}

#top .top-cntent .top-cont-01 .img-wrap {
  width: 7rem;
}

#top .top-cntent .top-cont-01 .text-wrap {
  padding-top: 1rem;
  box-sizing: border-box;
}

#top .top-cntent .top-cont-01 .text-wrap .text {
  font-size: 2.5rem;
}

#top .top-cntent .top-cont-01 .text-wrap .blue {
  font-size: 5rem;
  line-height: 5.5rem;
  margin-left: -5rem;
}

#top .top-cntent .top-cont-01 .text-wrap .blue,
.contact-banner .cbanner-cont .text-wrap .blue {
  position: relative;
}

#top .top-cntent .top-cont-01 .text-wrap .blue::before,
.contact-banner .cbanner-cont .text-wrap .blue::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 1rem;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 0.4rem;
  margin: auto;
  background-color: #99c2ea;
}

#top .top-cntent .top-cont-01 .text-wrap .blue::after,
.contact-banner .cbanner-cont .text-wrap .blue::after {
  content: "";
  position: absolute;
  top: 1rem;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 0.4rem;
  margin: auto;
  background-color: #99c2ea;
}

#top .top-cntent .top-cont-01 .text-wrap .blue .en {
  font-size: 1.8rem;
  margin-left: 0.5rem;
}

#top .top-cntent .more {
  font-size: 2.3rem;
  margin: 0 auto 1rem;
  padding-left: 2rem;
}

#top .top-cntent .arrow-wrap {
  width: 4rem;
}

#top .top-cntent .pay-wrap::before {
  width: 21rem;
  height: 12.5rem;
  top: -5.6rem;
  left: 1rem;
  z-index: -1;
}

#top .top-cntent .pay-wrap .blue {
  font-size: 8rem;
  padding-left: 6rem;
  box-sizing: border-box;
}

#top .top-cntent .pay-wrap .blue .en {
  font-size: 2.5rem;
  margin-left: 0.5rem;
}

#top .top-cntent .pay-wrap .tax {
  font-size: 1.8rem;
}

#top .top-cntent .note {
  font-size: 2.5rem;
  /* margin-top: 1rem; */
}

#top .top-cntent .top-cont-list {
  margin-top: 2rem;
}

#top .top-cntent .top-cont-list .cont-list {
  width: 15rem;
  height: 16rem;
  margin: 0 1rem;
}

#top .top-cntent .top-cont-list .cont-list .icon-wrap {
  width: 6rem;
  height: 7rem;
}

#top .top-cntent .top-cont-list .cont-list .icon-title {
  height: 6rem;
  font-size: 1.8rem;
  border-radius: 4rem;
  line-height: 2.2rem;
}

#top .man-img-wrap {
  bottom: -0.1rem;
}

#top .man-img-wrap .img-l {
  position: absolute;
  width: 20rem;
  top: 0;
  z-index: 0;
}

#top .man-img-wrap .img-r {
  position: absolute;
  width: 22rem;
  right: 0;
  bottom: 0;
  z-index: 2;
}

/*--------------------------------------------------
**************************************************
利用者の声
**************************************************
--------------------------------------------------*/

#voice {
  position: relative;
  /* margin-top: 50px; */
  padding-top: 13rem;
}

#voice h3 {
  /* font-size: 25px; */
  letter-spacing: 0.2em;
  /* line-height: 40px; */
  text-align: center;
}

#voice .slide-area {
  display: flex;
  /* height: 180px !important;
    margin: 50px 0; */
}

#voice .slide-area .slide-cont {
  position: relative;
  display: flex;
  /* width: 320px !important;
    height: 180px; */
  background: #32a6ce;
  /* border-radius: 20px;
    margin: 0 30px; */
  flex-direction: column;
  align-items: center;
  /* padding: 20px 30px; */
  box-sizing: border-box;
}

#voice .slide-area .slide-cont .title {
  position: relative;
  display: inline-block;
  /* font-size: 18px; */
  font-weight: bold;
  color: #ffffff;
  /* margin-bottom: 20px; */
  z-index: 1;
}

#voice .slide-area .slide-cont .title::before {
  position: absolute;
  content: "";
  /* width: calc(100% + 20px);
    height: 10px;
    left: -10px; */
  bottom: 0;
  background: #378db7;
  z-index: -1;
}

#voice .slide-area .slide-cont .text {
  /* font-size: 14px; */
  /* letter-spacing: 0.1em; */
  /* line-height: 26px; */
  color: #ffffff;
}

#voice .slide-area .slide-cont .img-wrap {
  position: absolute;
  /* width: 80px;
    height: 80px; */
  top: 0;
  /* left: -50px; */
  bottom: 0;
  margin: auto;
}

#voice .slide-area .slick-dots {
  display: none !important;
}

/* #voice {
    margin-top: 2rem;
} */

#voice h3 {
  font-size: 4rem;
  line-height: 6rem;
}

#voice .slide-area {
  height: 27rem !important;
  margin: 5rem 0;
}

#voice .slide-area .slide-cont {
  width: 38rem !important;
  height: 27rem;
  border-radius: 2rem;
  margin: 0 5rem;
  padding: 2rem 3rem;
  box-sizing: border-box;
}

#voice .slide-area .slide-cont .title {
  font-size: 3rem;
  margin-bottom: 2rem;
}

#voice .slide-area .slide-cont .title::before {
  width: calc(100% + 2rem);
  height: 1rem;
  left: -1rem;
}

#voice .slide-area .slide-cont .text {
  font-size: 2.8rem;
  line-height: 3.5rem;
}

#voice .slide-area .slide-cont .text.small {
  font-size: 2.6rem;
  line-height: 3.2rem;
}

#voice .slide-area .slide-cont .img-wrap {
  width: 10rem;
  height: 10rem;
  left: -8rem;
}

/*--------------------------------------------------
**************************************************
注意バナー
**************************************************
--------------------------------------------------*/
#announce {
  position: relative;
  /* margin: 50px auto 0 auto; */
  background: #ffe159;
  /* padding-bottom: 17px; */
}

#announce::before,
#announce::after {
  position: absolute;
  content: "";
  width: 100%;
  /* height: 15px; */
  top: 0;
  left: 0;
  right: 0;
  background: url(../imgs/pattern_01.svg);
  background-repeat: repeat-x;
  background-size: auto;
}

#announce::after {
  top: unset;
  bottom: 0;
}

#announce .announce-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

#announce .announce-wrap .text-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 0 auto;
  /* padding: 20px 0 10px 20px; */
  box-sizing: border-box;
}

#announce .announce-wrap .text-content .icon-wrap {
  /* width: 50px;
    margin-bottom: 20px; */
}

#announce .announce-wrap .text-content .title-cont {
  /* font-size: 18px; */
  letter-spacing: 0.2em;
}

#announce .announce-wrap .text-content .title-cont h2 {
  /* font-size: 28px; */
  letter-spacing: 0.1em;
}

#announce .announce-wrap .img-wrap {
  position: relative;
  /* width: 280px; */
}

#announce {
  margin: 5rem auto 0 auto;
  padding-bottom: 1.7rem;
}

#announce::before,
#announce::after {
  height: 1.5rem;
}

#announce .announce-wrap .text-content .icon-wrap {
  width: 5rem;
  margin-bottom: 2rem;
}

#announce .announce-wrap .text-content {
  padding: 2rem 0 1rem 2rem;
  box-sizing: border-box;
}

#announce .announce-wrap .text-content .title-cont {
  font-size: 3rem;
}

#announce .announce-wrap .text-content .title-cont h2 {
  font-size: 4.5rem;
  margin-block-start: 0.3em;
  margin-block-end: 0.3em;
}

#announce .announce-wrap .img-wrap {
  width: 28rem;
  margin-top: 6.5rem;
}

/*--------------------------------------------------
**************************************************
リスク
**************************************************
--------------------------------------------------*/
#risk {
  position: relative;
  background: #f4f4f4;
  /* padding: 50px 0; */
}

#risk h3 {
  /* font-size: 28px; */
  letter-spacing: 0.2em;
  text-align: center;
  /* line-height: 40px;
    margin-bottom: 30px; */
}

#risk .explain {
  /* width: calc(100% - 40px);
    font-size: 16px; */
  letter-spacing: 0.1em;
  /* line-height: 35px; */
  margin: 0 auto;
}

#risk .explain .red {
  color: #c30d23;
  /* font-size: 20px; */
  font-weight: 400;
}

#risk .mission {
  position: relative;
  background: #fff;
  border: 0.5rem solid #a9cad4;
  width: calc(100% - 4rem);
  max-width: 700px;
  margin: 5rem auto 1rem auto;
  font-size: 3rem;
  line-height: 5rem;
  border-radius: 2rem;
  padding: 4rem 3rem 3.4rem 3rem;
  box-sizing: border-box;
}

#risk .mission .title {
  position: absolute;
  left: 0;
  right: 0;
  top: -2.8rem;
  margin: 0 auto 0 auto;
  width: 28rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 3.8rem;
  text-align: center;
  z-index: 1;
  color: #3c7e92;
}

#risk .mission .title::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 2.3rem;
  margin: 0 auto;
  display: block;
  width: 28rem;
  height: 0.5rem;
  background: #fff;
  z-index: -1;
}

#risk .risk-img {
  position: relative;
  margin: 0 auto;
}

#risk .risk-img .risk-cont {
  position: relative;
}

#risk .risk-img .risk-cont .img-wrap,
#risk .risk-img .risk-cont-b .img-wrap {
  /* width: 200px;
    margin-bottom: 30px; */
}

#risk .risk-img .risk-cont .risk-cont-l {
  /* width: calc((100% - 300px) / 2);
    margin-top: 70px; */
}

#risk .risk-img .risk-cont .risk-cont-r {
  /* width: calc((100% - 300px) / 2);
    margin: -50px 0 0 -50px; */
}

#risk .risk-img .risk-cont .risk-cont-c .img-wrap {
  /* width: 250px; */
}

#risk .risk-img .risk-cont .risk-cont-l .img-wrap.one {
  margin-left: 0px;
}

#risk .risk-img .risk-cont .risk-cont-r .img-wrap.two {
  /* margin: -30px 0 20px 50px; */
}

#risk .risk-img .risk-cont-b {
}

#risk .risk-img .risk-cont-b .img-wrap.two {
  /* margin: -30px -50px 0 50px; */
}

#risk .rule {
  /* font-size: 25px; */
  letter-spacing: 0.2em;
  text-align: center;
  font-weight: bold;
  /* line-height: 40px;
    margin-top: 30px; */
}

#risk {
  padding: 5rem 0;
  box-sizing: border-box;
}

#risk h3 {
  font-size: 4rem;
  line-height: 6rem;
  margin-bottom: 3rem;
}

#risk .explain {
  width: calc(100% - 4rem);
  font-size: 3rem;
  line-height: 5rem;
}

#risk .explain .red {
  font-size: 3.3rem;
}

#risk .risk-img {
  position: relative;
}

#risk .risk-img .risk-img-title {
  text-align: center;
  font-weight: bold;
  font-size: 4rem;
  line-height: 6rem;
  margin-top: 8rem;
  margin-bottom: 5rem;
  letter-spacing: 0.2em;
}

#risk .risk-img .risk-img-wrap {
  width: 100%;
}

#risk .risk-img .risk-img-wrap.img-01 {
  position: relative;
  z-index: 1;
}

#risk .risk-img .risk-img-wrap.img-02 {
  position: relative;
  z-index: 2;
  margin-top: -26rem;
}

#risk .risk-img .risk-img-wrap.img-03 {
  position: relative;
  z-index: 2;
  margin-top: -10rem;
}

#risk .risk-img .risk-img-wrap.img-04 {
  position: relative;
  z-index: 3;
  margin-top: -23rem;
}

#risk .risk-img .risk-img-wrap.img-05 {
  position: relative;
  z-index: 2;
  margin-top: -12rem;
}

#risk .risk-img .risk-img-wrap.img-06 {
  position: relative;
  z-index: 1;
  margin-top: -20rem;
}

#risk .risk-img .risk-img-wrap.img-07 {
  position: relative;
  z-index: 3;
  margin-top: -15rem;
  margin-bottom: 8rem;
}

#risk .risk-img .risk-cont .risk-cont-c .img-wrap {
  width: 25rem;
}

#risk .risk-img .risk-cont .risk-cont-l .img-wrap.one {
  margin-left: 0px;
}

#risk .risk-img .risk-cont .risk-cont-r .img-wrap.two {
}

#risk .risk-img .risk-cont-b {
}

#risk .risk-img .risk-cont-b .img-wrap.two {
}

#risk .rule {
  font-size: 3.4rem;
  line-height: 5rem;
  margin: 3rem 2rem 5rem;
}

/*--------------------------------------------------
**************************************************
相続バンクとは
**************************************************
--------------------------------------------------*/
#what .what-wrap {
  position: relative;
  /* height: 918px; */
  background: #d0eefc;
  /* padding: 50px 0 6px 0; */
  /* border-bottom: 6px solid #ffc200; */
}

#what .what-wrap h3 {
  /* font-size: 30px; */
  letter-spacing: 0.1em;
  text-align: center;
  /* line-height: 20px; */
}

#what .what-wrap .sub-title {
  /* font-size: 20px; */
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.2em;
  /* line-height: 30px;
    margin-top: 30px; */
}

.what-bg {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 40rem;
  /* スマホ版の背景の高さ */
  bottom: 0;
  background: url("../imgs/what-spbg.png") repeat-x,
    url("../imgs/what-spbg.png") repeat-x;
  background-size: auto 100%;
  /* 画像の比率を維持して高さを100%にする */
  animation: scroll-bg-sp 40s linear infinite;
}

@keyframes scroll-bg-sp {
  from {
    background-position: 0 0, -258.56rem 0;
    /* 2424px ÷ 16px = 約151.5rem */
  }

  to {
    background-position: 258.56rem 0, 0 0;
    /* 画像幅をrem換算して適用 */
  }
}

#what .what-wrap .house-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  /* margin: 50px auto; */
  flex-direction: column;
}

#what .what-wrap .house-wrap .house-cont.one {
  position: relative;
  display: flex;
  /* width: 330px;
    height: 330px; */
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

#what .what-wrap .house-wrap .house-cont.one::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../imgs/house_04.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}

#what .what-wrap .house-wrap .house-cont.one::after {
  position: absolute;
  content: "";
  /* width: 50px;
    height: 50px; */
  left: 0;
  right: 0;
  /* bottom: -50px; */
  background: url(../imgs/arrow_10.svg) no-repeat;
  background-size: 100%;
  margin: auto;
  z-index: -1;
}

#what .what-wrap .house-wrap .house-cont.one .icon-wrap {
  /* width: 40px; */
}

#what .what-wrap .house-wrap .house-cont.one .house-title {
  /* font-size: 18px; */
  letter-spacing: 0.2em;
  /* line-height: 28px; */
  color: #664b38;
  font-weight: bold;
  text-align: center;
  /* margin: 20px 0; */
}

#what .what-wrap .house-wrap .house-cont.one .house-text {
  /* font-size: 13px; */
  color: #666666;
  letter-spacing: 0;
  text-align: center;
  /* line-height: 30px; */
}

#what .what-wrap .house-wrap .house-cont.one .house-text .fbig {
  /* font-size: 18px; */
  font-weight: bold;
  color: #333333;
}

#what .what-wrap .house-wrap .house-cont.two {
  position: relative;
  display: flex;
  /* width: 650px;
    height: 440px; */
  z-index: 1;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  /* padding: 100px 10px 0px 10px; */
  box-sizing: border-box;
}

#what .what-wrap .house-wrap .house-cont.two::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 74rem;
  /* top: 0; */
  left: 0;
  right: 0;
  /* bottom: -6px; */
  background: url(../imgs/house_03.png) no-repeat;
  background-size: 74rem;
  background-position: center bottom;
  z-index: -1;
}

#what .what-wrap .house-wrap .house-cont.two .icon-wrap {
  /* width: 150px; */
}

#what .what-wrap .house-wrap .house-cont.two .what-list {
  display: flex;
  /* width: 450px; */
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  /* margin-top: 20px; */
}

#what .what-wrap .house-wrap .house-cont.two .what-list .what-cont {
  /* width: 180px;
    height: 110px; */
  background: #f4e9dc;
  /* border-radius: 20px;
    margin: 10px 10px 20px 10px; */
}

#what .what-wrap .house-wrap .house-cont.two .what-list .what-cont .icon {
  /* width: 40px;
    height: 50px;
    margin: -20px auto 0 auto; */
}

#what
  .what-wrap
  .house-wrap
  .house-cont.two
  .what-list
  .what-cont:nth-child(4)
  .icon {
  /* width: 30px; */
}

#what
  .what-wrap
  .house-wrap
  .house-cont.two
  .what-list
  .what-cont
  .wcont-title {
  /* font-size: 18px; */
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
}

#what .what-wrap .house-wrap .house-cont.two .what-list .what-cont .wcont-text {
  /* font-size: 12px; */
  /* letter-spacing: 0.1em; */
  /* line-height: 20px; */
  text-align: center;
  /* margin-top: 10px; */
}

#what .what-wrap .house-wrap .house-cont.two .peple-wrap {
  position: absolute;
  display: flex;
  width: 100%;
  /* right: -20px;
    bottom: 5px; */
  justify-content: space-between;
  align-items: flex-end;
}

#what .what-wrap .house-wrap .house-cont.two .peple-wrap .peple-img.one {
  /* width: 80px; */
}

#what .what-wrap .house-wrap .house-cont.two .peple-wrap .peple-img.two {
  /* width: 150px; */
}

.one-stop {
  position: relative;
  /* padding: 70px 0 30px 0; */
}

.one-stop::before {
  position: absolute;
  content: "";
  /* width: 80px;
    height: 130px;
    top: 20px; */
  left: 0;
  right: 0;
  background: url(../imgs/arrow_03.svg) no-repeat;
  background-size: 100%;
  margin: auto;
  z-index: 1;
}

.one-stop .stop-wrap {
  position: relative;
  /* width: calc(100% - 40px);
    border: 6px solid #c1c1c1; */
  /* border-radius: 20px; */
  margin: 0 auto;
  /* padding: 0 30px 30px 30px; */
  box-sizing: border-box;
}

.one-stop .stop-wrap::before {
  position: absolute;
  content: "";
  width: 90%;
  /* height: 10px;
    top: -10px; */
  left: 0;
  right: 0;
  background: #ffffff;
  margin: auto;
}

.one-stop .stop-wrap .stop-title {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* margin-top: -40px; */
  z-index: 2;
}

.one-stop .stop-wrap .stop-title .icon-wrap {
  /* width: 60px;
    margin-right: 10px; */
}

.one-stop .stop-wrap .stop-title h3 {
  /* font-size: 25px; */
  letter-spacing: 0.1em;
  /* line-height: 35px; */
}

.one-stop .stop-wrap .stop-text {
  /* font-size: 14px; */
  letter-spacing: 0.1em;
  /* line-height: 30px;
    margin-top: 20px; */
}

#what .what-wrap {
  height: 115.4rem;
  padding: 10rem 0 0.6rem 0;
  border-bottom: 0.6rem solid #ffc200;
  box-sizing: border-box;
}

#what .what-wrap h3 {
  font-size: 4rem;
  line-height: 4rem;
}

#what .what-wrap .sub-title {
  font-size: 3rem;
  line-height: 4rem;
  margin-top: 3rem;
}

.what-bg {
  height: 40rem;
}

#what .what-wrap .house-wrap {
  margin: 5rem auto;
}

#what .what-wrap .house-wrap .house-cont.one {
  width: 36rem;
  height: 36rem;
}

#what .what-wrap .house-wrap .house-cont.one::after {
  width: 6rem;
  height: 6rem;
  bottom: -6rem;
}

#what .what-wrap .house-wrap .house-cont.one .icon-wrap {
  width: 5rem;
}

#what .what-wrap .house-wrap .house-cont.one .house-title {
  font-size: 2.5rem;
  line-height: 2.8rem;
  margin: 2rem 0;
}

#what .what-wrap .house-wrap .house-cont.one .house-text {
  font-size: 2rem;
  line-height: 4rem;
}

#what .what-wrap .house-wrap .house-cont.one .house-text .fbig {
  font-size: 3rem;
}

#what .what-wrap .house-wrap .house-cont.two {
  width: 70rem;
  height: 52rem;
  padding: 10rem 1rem 1rem 1rem;
  box-sizing: border-box;
}

#what .what-wrap .house-wrap .house-cont.two::before {
  bottom: 0rem;
}

#what .what-wrap .house-wrap .house-cont.two .icon-wrap {
  width: 20rem;
}

#what .what-wrap .house-wrap .house-cont.two .what-list {
  width: 48rem;
  margin-top: 2rem;
}

#what .what-wrap .house-wrap .house-cont.two .what-list .what-cont {
  width: 22rem;
  height: 13rem;
  border-radius: 2rem;
  margin: 1rem 1rem 2rem 1rem;
}

#what .what-wrap .house-wrap .house-cont.two .what-list .what-cont .icon {
  width: 5rem;
  height: 5rem;
  margin: -2rem auto 0 auto;
}

#what
  .what-wrap
  .house-wrap
  .house-cont.two
  .what-list
  .what-cont:nth-child(4)
  .icon {
  width: 3rem;
}

#what
  .what-wrap
  .house-wrap
  .house-cont.two
  .what-list
  .what-cont
  .wcont-title {
  font-size: 2.2rem;
}

#what .what-wrap .house-wrap .house-cont.two .what-list .what-cont .wcont-text {
  font-size: 1.8rem;
  line-height: 2rem;
  margin-top: 1rem;
}

#what .what-wrap .house-wrap .house-cont.two .peple-wrap {
  right: 0;
  bottom: 0;
}

#what .what-wrap .house-wrap .house-cont.two .peple-wrap .peple-img.one {
  width: 8rem;
}

#what .what-wrap .house-wrap .house-cont.two .peple-wrap .peple-img.two {
  width: 15rem;
}

.one-stop {
  padding: 15rem 0 5rem 0;
  box-sizing: border-box;
}

.one-stop::before {
  width: 10rem;
  height: 15rem;
  top: 2rem;
}

.one-stop .stop-wrap {
  width: calc(100% - 4rem);
  border: 0.6rem solid #c1c1c1;
  border-radius: 2rem;
  padding: 0 3rem 3rem 3rem;
  box-sizing: border-box;
}

.one-stop .stop-wrap::before {
  height: 2rem;
  top: -1rem;
}

.one-stop .stop-wrap .stop-title {
  margin-top: -16rem;
}

.one-stop .stop-wrap .stop-title .icon-wrap {
  width: 9rem;
  margin-right: 1rem;
  margin-top: -1rem;
}

.one-stop .stop-wrap .stop-title h3 {
  font-size: 3.4rem;
  line-height: 4.5rem;
  text-align: center;
}

.one-stop .stop-wrap .stop-text {
  font-size: 3rem;
  line-height: 4rem;
  margin-top: 2rem;
}

/*--------------------------------------------------
**************************************************
名義変更
**************************************************
--------------------------------------------------*/
#change {
  position: relative;
  height: 190rem;
  margin: 0 auto;
}

#change h3 {
  /* font-size: 25px; */
  letter-spacing: 0.1em;
  font-weight: bold;
  text-align: center;
  /* line-height: 35px; */
}

#change .change-content {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  /* margin-top: 50px; */
}

#change .change-content .change-wrap {
  position: relative;
  width: calc(100% / 2);
}

#change .change-content .change-wrap .change-cont {
  position: relative;
  /* padding: 50px 20px 10px 20px; */
}

#change .change-content .change-wrap.one .change-cont {
  background: #e5e5e5;
}

#change .change-content .change-wrap .change-cont::before {
  position: absolute;
  content: "";
  width: 100%;
  /* height: 40px; */
  left: 0;
  right: 0;
  /* bottom: -40px; */
}

#change .change-content .change-wrap.one .change-cont::before {
  background: url(../imgs/change_bg01.svg) no-repeat;
  background-size: 100%;
}

#change .change-content .change-wrap.two .change-cont::before {
  background: url(../imgs/change_bg02.svg) no-repeat;
  background-size: 100%;
}

#change .change-content .change-wrap.two .change-cont {
  background: #d4f0fc;
}

#change .change-content .change-wrap .change-cont .title {
  display: flex;
  justify-content: center;
  align-items: center;
  /* font-size: 18px; */
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
}

#change .change-content .change-wrap .change-cont .img-wrap {
  /* width: 280px;
    height: 280px;
    margin: 30px auto 20px auto; */
}

#change .change-content .change-wrap .chack-list li {
  position: relative;
  display: flex;
  /* height: 60px; */
  justify-content: flex-start;
  align-items: center;
}

#change .change-content .change-wrap .chack-list li::before {
  position: absolute;
  content: "";
  width: 80%;
  /* height: 2px;
    left: 50px; */
  bottom: 0px;
  border-bottom: 2px dotted #888888;
}

#change .change-content .change-wrap .chack-list li:last-child::before {
  border-bottom: none;
}

#change .change-content .change-wrap .chack-list li .check {
  position: relative;
  /* width: 30px;
    height: 30px; */
  /* background: #ffffff;
  border: 1px solid #cccccc; */
  /* border-radius: 5px;
    margin-right: 20px; */
}

#change .change-content .change-wrap .chack-list li .check::before {
  position: absolute;
  content: "";
  /* width: 32px;
    height: 30px;
    top: 5px; */
  background: url(../imgs/mark_02.svg) no-repeat;
  background-size: 100%;
}

#change .change-content .change-wrap .chack-list li .list-text {
  /* font-size: 14px; */
}

#change .change-content .change-wrap .change-item {
  position: relative;
  display: flex;
  /* padding-top: 100px; */
  align-items: flex-start;
  justify-content: center;
}

#change .change-content .change-wrap .change-item::before {
  position: absolute;
  content: "";
  /* width: 70px;
      height: 80px;
      top: 30px; */
  left: 0;
  right: 0;
  margin: auto;
}

#change .change-content .change-wrap.one .change-item::before {
  left: 7rem;
}

#change .change-content .change-wrap.two .change-item::before {
  right: 7rem;
}

#change .change-content .change-wrap.one .change-item::before {
  background: url(../imgs/mark_03.svg) no-repeat;
  background-size: 100%;
}

#change .change-content .change-wrap.two .change-item::before {
  background: url(../imgs/mark_04.svg) no-repeat;
  background-size: 100%;
}

#change .change-content .change-wrap .change-item .text {
  display: flex;
  /* height: 80px;
    font-size: 15px; */
  letter-spacing: 0.05em;
  align-items: center;
  /* margin-right: 10px; */
}

#change .change-content .change-wrap.one .change-item .text {
  /* margin: 0 0 0 10px; */
}

#change .change-content .change-wrap .change-item .img-wrap {
  /* width: 160px;
    height: 180px;
    margin-bottom: -10px; */
}

#change .change-content .change-wrap .change-item .img-wrap img {
  height: 100%;
}

#change h3 {
  font-size: 4rem;
  line-height: 6rem;
}

#change .change-content {
  margin-top: 5rem;
}

#change .change-content .change-wrap .change-cont {
  padding: 5rem 0rem 1rem 0rem;
  box-sizing: border-box;
}

#change .change-content .change-wrap .change-cont::before {
  height: 4rem;
  bottom: -4rem;
}

#change .change-content .change-wrap .change-cont .title {
  height: 8rem;
  font-size: 3rem;
}

#change .change-content .change-wrap .change-cont .img-wrap {
  width: 28rem;
  height: 28rem;
  margin: 3rem auto 2rem auto;
}

#change .change-content .change-wrap .chack-list li {
  height: 16rem;
}

#change .change-content .change-wrap .chack-list li::before {
  height: 0.2rem;
  left: 5rem;
}

#change .change-content .change-wrap .chack-list li .check {
  width: 4rem;
  height: 4rem;
  border-radius: 1rem;
  /* margin-right: 2rem; */
}

#change .change-content .change-wrap.one .chack-list li .check {
  display: none;
}

#change .change-content .change-wrap.two .chack-list li .check {
  position: absolute;
  left: -2rem;
}

#change .change-content .change-wrap .chack-list li .check::before {
  width: 6rem;
  height: 6rem;
  top: -0.2rem;
  left: -0.9rem;
}

#change .change-content .change-wrap .chack-list li .list-text {
  font-size: 2.8rem;
}

#change .change-content .change-wrap.one .chack-list li .list-text {
  padding: 0 3rem 0 1.5rem;
}

#change .change-content .change-wrap.two .chack-list li .list-text {
  padding: 0 1rem 0 4.6rem;
}

#change .change-content .change-wrap .change-item {
  height: 1.6rem;
  padding-top: 10rem;
  box-sizing: border-box;
}

#change .change-content .change-wrap .change-item::before {
  width: 8rem;
  height: 8rem;
  top: 3rem;
}

#change .change-content .change-wrap .change-item .text {
  position: absolute;
  height: 8rem;
  font-size: 2.3rem;
  margin-right: 1rem;
}

#change .change-content .change-wrap.one .change-item .text {
  left: 0;
  margin: -4rem 0 0 1rem;
}

#change .change-content .change-wrap.two .change-item .text {
  right: 0;
  margin: -4rem 2rem 0 0;
}

#change .change-content .change-wrap .change-item .img-wrap {
  position: absolute;
  width: 22rem;
  height: 22rem;
  margin-top: 3rem;
  margin-bottom: -1rem;
}

#change .change-content .change-wrap.one .change-item .img-wrap {
  right: 0;
}

#change .change-content .change-wrap.two .change-item .img-wrap {
  width: 22rem;
  left: 0;
}

/*--------------------------------------------------
**************************************************
パシャとそうぞく
**************************************************
--------------------------------------------------*/
#online {
  position: relative;
  background: #d4f0fc;
  /* padding: 40px 30px; */
}

#online::before {
  position: absolute;
  content: "";
  /* width: 220px;
    height: 160px; */
  top: 0;
  left: 0;
  right: 0;
  background: url(../imgs/arrow_04.svg) no-repeat;
  background-size: 100%;
  margin: 0 auto;
}

#online h3 {
  position: relative;
  /* font-size: 25px; */
  text-align: center;
  letter-spacing: 0.1em;
}

#online .text {
  position: relative;
  /* font-size: 25px; */
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.1em;
  /* margin-top: 20px; */
}

#online .sub-title {
  /* margin-top: 50px; */
  text-align: center;
}

#online .sub-title .blue {
  /* font-size: 16px; */
  font-weight: bold;
  color: #023c6d;
  letter-spacing: 0.15em;
}

#online .sub-title h2 {
  /* font-size: 30px; */
  letter-spacing: 0.1em;
}

#online .online-content {
  background: #ffffff;
  /* padding: 30px 30px;
    border-radius: 50px; */
  margin: 0 auto;
}

#online .online-content .text-area {
  /* font-size: 14px; */
  text-align: center;
  letter-spacing: 0.1em;
  /* line-height: 30px; */
}

#online .online-content .text-area .obig {
  /* font-size: 17px; */
  font-weight: bold;
}

#online .online-content .online-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  /* margin: 30px auto; */
}

#online .online-content .online-wrap .online-cont {
  /* margin: 0 20px; */
}

#online .online-content .online-wrap .online-cont .img-wrap {
  /* width: 140px; */
}

#online .online-content .online-wrap .online-cont .title {
  /* font-size: 18px; */
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
}

#online .online-content .online-wrap .arrow {
  /* width: 40px; */
}

#online .online-content .check-text {
  /* max-width: 430px; */
  margin: 0 auto;
}

#online .online-content .check-text li {
  display: flex;
  align-items: center;
}

#online .online-content .check-text li .check-icon {
  /* width: 30px;
    margin-right: 20px; */
}

#online .check-text .text {
  /* font-size: 20px; */
  letter-spacing: 0.1em;
}

#online {
  padding: 4rem 1.5rem;
  box-sizing: border-box;
}

#online::before {
  width: 22rem;
  height: 16rem;
}

#online h3 {
  font-size: 4rem;
}

#online .text {
  font-size: 3.5rem;
  margin-top: 2rem;
}

#online .sub-title {
  margin-top: 5rem;
}

#online .sub-title .blue {
  font-size: 3.3rem;
}

#online .sub-title h2 {
  font-size: 5rem;
}

#online .online-content {
  padding: 3rem 0;
  border-radius: 5rem;
  box-sizing: border-box;
}

#online .online-content .text-area {
  font-size: 3rem;
  line-height: 4.4rem;
  text-align: left;
  margin: 0 3rem;
}

#online .online-content .text-area .obig {
  font-size: 3rem;
}

#online .online-content .online-wrap {
  margin: 3rem 0;
}

#online .online-content .online-wrap .online-cont {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#online .online-content .online-wrap .online-cont .img-wrap {
  width: 14rem;
}

#online .online-content .online-wrap .online-cont .title {
  font-size: 2.6rem;
  height: 7rem;
}

#online .online-content .online-wrap .arrow {
  width: 8rem;
  padding: 0 1.5rem;
  box-sizing: border-box;
}

#online .online-content .check-text {
  /* max-width: 45rem; */
  padding: 0 2rem;
  box-sizing: border-box;
}

#online .online-content .check-text li .check-icon {
  width: 3rem;
  margin-right: 2rem;
  margin-top: 2rem;
}

#online .check-text .text {
  font-size: 3rem;
}

/*--------------------------------------------------
**************************************************
他社とのサービス比較
**************************************************
--------------------------------------------------*/
#service {
  width: 100%;
  /* margin: 50px auto; */
  overflow: hidden;
}

#service h3 {
  /* font-size: 28px; */
  font-weight: bold;
  letter-spacing: 0.2em;
  text-align: center;
}

#service .service-scroll {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

#service .service-wrap {
  display: flex;
  /* width: calc(100% - 20px); */
  align-items: flex-end;
  /* justify-content: center; */
  /* margin: 30px auto; */
  min-width: 100rem;
  white-space: nowrap;
}

#service .service-scroll::-webkit-scrollbar {
  display: none;
}

#service .service-scroll {
  scrollbar-width: none;
}

#service .service-wrap .title-cont {
  /* width: 120px; */
  background: #e5f4d3;
  /* border-radius: 20px 0 0 20px;
    padding: 0 0 0 10px; */
  box-sizing: border-box;
}

#service .service-wrap .title-cont li {
  position: relative;
  display: flex;
  /* height: 80px; */
  align-items: center;
}

#service .service-wrap .title-cont li::before,
#service .service-wrap .service-info li::before {
  position: absolute;
  content: "";
  /* width: calc(100% - 20px);
    height: 1px;
    left: 10px; */
  right: 0px;
  bottom: 0;
  background: #898989;
}

#service .service-wrap .title-cont li:last-child::before {
  display: none;
}

#service .service-wrap .service-info li:first-child::before,
#service .service-wrap .service-info li:last-child::before {
  display: none;
}

#service .service-wrap .title-cont li .icon-wrap {
  /* width: 25px; */
}

#service .service-wrap .title-cont li .title {
  /* width: calc(100% - 50px); */
  text-align: center;
  /* font-size: 12px; */
}

#service .service-wrap .service-info {
  /* width: calc((100% - 150px) / 3); */
  background: #f7f8f8;
  /* border-radius: 0 0 20px 20px;
    margin: 0 5px; */
}

#service .service-wrap .service-info.bank {
  background: #e9f6ff;
  border: 3px solid #0466c8;
  /* border-radius: 20px; */
  box-shadow: 3px 3px 10px 0px rgb(0 0 0 / 50%);
}

#service .service-wrap .service-info li {
  position: relative;
  display: flex;
  /* height: 80px; */
  flex-direction: column;
  justify-content: center;
}

#service .service-wrap .service-info .index {
  /* font-size: 18px;
    line-height: 80px; */
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.2em;
  background: #ffe7c0;
  /* border-radius: 20px 20px 0 0; */
}

#service .service-wrap .service-info.bank .index {
  background: #0466c8;
  color: #ffffff;
  /* border-radius: 16px 16px 0 0; */
}

#service .service-wrap .service-info .icon-wrap {
  display: block;
  /* width: 25px;
    margin: 0 auto 10px auto; */
}

#service .service-wrap .service-info li .title {
  display: block;
  /* font-size: 12px; */
  text-align: center;
}

#service .service-wrap .service-info li .service-list li .list {
  position: relative;
  /* width: calc(100% - 20px);
    font-size: 12px; */
  margin: 0 auto;
  /* padding-left: 30px; */
}

#service .service-wrap .service-info li .service-list li .list::before {
  position: absolute;
  content: "・";
  /* left: 10px; */
}

#service .service-wrap .service-info.bank .title {
  color: #0466c8;
}

#service .service-wrap .service-info.bank li .service-list li .list {
  color: #0466c8;
}

#service .service-wrap .service-info.bank li .service-list li .list::before {
  color: #0466c8;
}

#service .service-wrap .service-info li .title.big {
  /* font-size: 15px; */
  font-weight: 400;
}

#service {
  margin: 5rem auto;
}

#service h3 {
  font-size: 4rem;
}

#service .service-wrap {
  width: calc(100% - 2rem);
  margin: 3rem auto;
}

#service .service-wrap .title-cont {
  width: 20rem;
  border-radius: 2rem 0 0 2rem;
  padding: 0 1rem;
  box-sizing: border-box;
}

#service .service-wrap .title-cont li {
  height: 10rem;
}

#service .service-wrap .title-cont li::before,
#service .service-wrap .service-info li::before {
  width: calc(100% - 2rem);
  height: 0.1rem;
  left: 1rem;
}

#service .service-wrap .title-cont li .icon-wrap {
  width: 3.5rem;
}

#service .service-wrap .title-cont li .title {
  width: calc(100% - 5rem);
  font-size: 2rem;
}

#service .service-wrap .service-info {
  width: 27rem;
  border-radius: 0 0 2rem 2rem;
  margin: 0 0.5rem;
}

#service .service-wrap .service-info.bank {
  border: 0.3rem solid #0466c8;
  border-radius: 2rem;
}

#service .service-wrap .service-info li {
  height: 10rem;
}

#service .service-wrap .service-info .index {
  font-size: 2.5rem;
  line-height: 1.4;
  border-radius: 2rem 2rem 0 0;
}

#service .service-wrap .service-info.bank .index {
  border-radius: 1.6rem 1.6rem 0 0;
}

#service .service-wrap .service-info .icon-wrap {
  width: 2.8rem;
  margin: 0 auto 1rem auto;
}

#service .service-wrap .service-info li .title {
  font-size: 2rem;
}

#service .service-wrap .service-info li .service-list li .list {
  width: calc(100% - 2rem);
  font-size: 1.8rem;
  padding-left: 3rem;
  box-sizing: border-box;
}

#service .service-wrap .service-info li .service-list li .list::before {
  left: 1rem;
}

#service .service-wrap .service-info li .title.big {
  font-size: 2rem;
}

/*--------------------------------------------------
**************************************************
資料請求バナー
**************************************************
--------------------------------------------------*/
.contact-banner {
  margin: 0 auto;
}

.contact-banner .cbanner-cont {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.contact-banner .cbanner-cont .img-wrap {
  /* width: 70px; */
}

.contact-banner .cbanner-cont .text-wrap {
  /* width: 200px; */
  text-align: center;
}

.contact-banner .cbanner-cont .text-wrap .text {
  display: block;
  /* font-size: 15px; */
}

.contact-banner .cbanner-cont .text-wrap .blue {
  /* font-size: 30px; */
  font-family: "Monda", serif;
  font-weight: bold;
  font-style: italic;
  letter-spacing: -0.05em;
}

.contact-banner .cbanner-cont .text-wrap .blue .en {
  /* font-size: 15px; */
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  /* margin-left: 5px; */
}

.contact-banner .cbanner-cont .text-wrap .tax {
  /* font-size: 10px; */
  letter-spacing: 0.05em;
}

.contact-banner .more {
  /* font-size: 15px; */
  text-align: center;
  letter-spacing: 0.2em;
}

.contact-banner .arrow-wrap {
  /* width: 30px;
    margin: 10px auto; */
}

.contact-banner .pay-wrap {
  position: relative;
  max-width: 45rem;
  text-align: center;
  margin: 0 auto;
  padding-left: 4rem;
}

.contact-banner .pay-wrap::before {
  position: absolute;
  content: "";
  /* width: 120px;
    height: 80px;
    top: -35px;
    left: 50px; */
  background: url(../imgs/coupon_03.png) no-repeat;
  background-size: 100%;
  z-index: 1;
}

.contact-banner .pay-wrap .blue {
  /* font-size: 40px; */
  font-family: "Monda", serif;
  font-weight: bold;
  letter-spacing: -0.05em;
  font-style: italic;
}

.contact-banner .pay-wrap .blue .en {
  /* font-size: 22px; */
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  /* margin-left: 10px; */
}

.contact-banner .pay-wrap .tax {
  /* font-size: 14px; */
  letter-spacing: 0.05em;
}

.contact-banner .note {
  /* font-size: 15px; */
  text-align: center;
  letter-spacing: 0.05em;
  /* margin: 10px 0; */
}

.contact-banner .cbanner-btn {
  position: relative;
  display: flex;
  /* height: 80px; */
  justify-content: center;
}

.contact-banner .cbanner-btn a {
  position: absolute;
  display: flex;
  max-width: 500px;
  /* width: calc(100% - 60px); */
  height: 100%;
  /* font-size: 25px; */
  color: #ffffff;
  text-decoration: none;
  letter-spacing: 0.3em;
  text-align: center;
  background: linear-gradient(
    -45deg,
    #0a70c4 25%,
    #0466c8 25%,
    #0466c8 50%,
    #0a70c4 50%,
    #0a70c4 75%,
    #0466c8 75%,
    #0466c8
  );
  background-size: 10px 10px;
  animation: anime_btn_animation_2 0.8s infinite linear;
  /* border-radius: 20px; */
  flex-direction: column;
  justify-content: center;
  border-radius: 2rem;
  padding: 1.5rem 0;
  box-shadow: 5px 5px 0px 1px rgb(0 0 0 / 20%);
}

@keyframes anime_btn_animation_2 {
  0% {
    background-position-y: 0;
  }

  100% {
    background-position-y: -20px;
  }
}

.contact-banner .cbanner-btn a .btn-text {
  /* margin-bottom: -10px; */
}

.contact-banner .cbanner-btn .arrow {
  /* width: 260px;
    height: 20px; */
  margin: 0 auto;
}

.contact-banner .tel-wrap {
  /* margin: 50px auto; */
}

.contact-banner .tel-wrap p {
  /* font-size: 15px; */
  text-align: center;
  letter-spacing: 0.1em;
}

.contact-banner .tel-wrap .ctel-cont {
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-banner .tel-wrap .ctel-cont .icon-wrap {
  /* width: 40px;
    margin-right: 20px; */
}

.contact-banner .tel-wrap .ctel-cont .tel-text .number {
  display: block;
  /* font-size: 40px; */
  color: #0466c8;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.contact-banner .tel-wrap .ctel-cont .tel-text .text {
  display: block;
  /* font-size: 15px; */
  letter-spacing: 0.1em;
  text-align: center;
}

.contact-banner .cbanner-cont .img-wrap {
  width: 9rem;
}

.contact-banner .cbanner-cont .text-wrap {
  width: 35rem;
}

.contact-banner .cbanner-cont .text-wrap .text {
  font-size: 3rem;
}

.contact-banner .cbanner-cont .text-wrap .blue {
  font-size: 4.2rem;
}

.contact-banner .cbanner-cont .text-wrap .blue .en {
  font-size: 2.3rem;
  margin-left: 0.8rem;
  margin-right: 0.5rem;
}

.contact-banner .cbanner-cont .text-wrap .tax {
  font-size: 2rem;
}

.contact-banner .more {
  font-size: 3rem;
}

.contact-banner .arrow-wrap {
  width: 5rem;
  margin: 1rem auto;
}

.contact-banner .pay-wrap::before {
  width: 17rem;
  height: 13rem;
  top: -3.8rem;
  left: 0rem;
  z-index: -1;
}

.contact-banner .pay-wrap .blue {
  font-size: 8rem;
}

.contact-banner .pay-wrap .blue .en {
  font-size: 2.5rem;
  margin-left: 1rem;
}

.contact-banner .pay-wrap .tax {
  font-size: 2rem;
}

.contact-banner .note {
  font-size: 3rem;
  margin: 0rem 0 1rem 0;
}

.contact-banner .cbanner-btn {
  position: relative;
  display: flex;
  height: 9rem;
  margin-top: 5rem;
  justify-content: center;
}

.contact-banner .cbanner-btn a {
  width: calc(100% - 6rem);
  font-size: 4rem;
}

.contact-banner .cbanner-btn a .btn-text {
  margin-bottom: -1rem;
}

.contact-banner .cbanner-btn .arrow {
  width: 44rem;
  height: 3rem;
}

.contact-banner .tel-wrap {
  margin: 5rem auto;
}

.contact-banner .tel-wrap p {
  font-size: 2.5rem;
}

.contact-banner .tel-wrap .ctel-cont .icon-wrap {
  width: 7rem;
  margin-right: 2rem;
}

.contact-banner .tel-wrap .ctel-cont .tel-text .number {
  font-size: 7rem;
}

.contact-banner .tel-wrap .ctel-cont .tel-text .text {
  font-size: 3rem;
}

/*--------------------------------------------------
**************************************************
3つの理由
**************************************************
--------------------------------------------------*/
#reason {
  position: relative;
  width: 100%;
  background: #e9f6ff;
  /* padding: 50px 0 30px 0;
    margin-bottom: 50px; */
}

#reason .reason-wrap {
  margin: 0 auto;
}

#reason .reason-wrap .sub-title {
  /* font-size: 16px; */
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: bold;
}

#reason .reason-wrap h3 {
  /* font-size: 32px; */
  letter-spacing: 0.05em;
  text-align: center;
  /* margin-top: 10px; */
}

#reason .reason-wrap .reason-top-cont {
  display: flex;
  justify-content: center;
  align-items: center;
  /* margin-top: 30px; */
}

#reason .reason-wrap .reason-top-cont .rtop-cont {
  position: relative;
  /* width: 200px;
    height: 250px; */
  text-align: center;
  background: #ffffff;
  /* border-radius: 20px;
    margin: 10px; */
}

#reason .reason-wrap .reason-top-cont .rtop-cont a {
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

#reason .reason-wrap .reason-top-cont .rtop-cont a .num {
  /* font-size: 32px; */
  font-style: italic;
  font-weight: bold;
  letter-spacing: 0.1em;
  /* margin-top: -25px; */
}

#reason .reason-wrap .reason-top-cont .rtop-cont a .title {
  display: flex;
  /* height: 90px;
    font-size: 18px; */
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #333333;
  justify-content: center;
  align-items: center;
}

#reason .reason-wrap .reason-top-cont .rtop-cont a .icon-wrap {
  display: flex;
  /* width: 80px;
    height: 90px; */
  margin: 0 auto;
  justify-content: center;
  align-items: flex-end;
}

#reason .reason-wrap .reason-top-cont .rtop-cont:first-child a .icon-wrap {
  /* width: 60px; */
}

#reason .reason-wrap .reason-top-cont .rtop-cont:last-child a .icon-wrap {
  /* width: 100px; */
}

#reason .reason-wrap .reason-top-cont .rtop-cont a .arrow {
  /* width: 30px;
    margin: 10px auto 10px auto; */
}

#reason .reason-wrap .reason-info {
  /* width: calc(100% - 40px); */
  height: auto;
  background: #ffffff;
  /* border-radius: 30px;
    padding: 30px 30px;
    margin: 20px auto 30px auto; */
  box-sizing: border-box;
}

#reason .reason-wrap .reason-info .info-title {
  display: flex;
  justify-content: center;
  align-items: center;
}

#reason .reason-wrap .reason-info .info-title .num-wrap {
  color: #333333;
  text-align: center;
  /* line-height: 25px;
    margin-right: 20px; */
}

#reason .reason-wrap .reason-info .info-title .num-wrap .text {
  display: block;
  /* font-size: 14px; */
  letter-spacing: 0.1em;
  /* margin-left: 10px; */
}

#reason .reason-wrap .reason-info .info-title .num-wrap .num {
  /* font-size: 30px; */
  font-style: italic;
  letter-spacing: 0.1em;
  font-weight: bold;
}

#reason .reason-wrap .reason-info .info-title .title-text {
  /* font-size: 25px; */
  letter-spacing: 0.1em;
  /* line-height: 25px; */
  font-weight: bold;
  color: #333333;
}

#reason .reason-wrap .reason-info .info-cont-top {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* margin-top: 30px; */
}

#reason .reason-wrap .reason-info .info-cont-top .img-wrap {
  /* width: 180px;
    margin-right: 30px; */
}

#reason .reason-wrap .reason-info .info-cont-top .text-wrap {
  /* width: calc(100% - 180px); */
  background: #f7f5ed;
  /* font-size: 15px; */
  letter-spacing: 0.1em;
  /* line-height: 25px;
    border-radius: 20px;
    padding: 20px 20px; */
}

#reason .reason-wrap .reason-info .info-cont-top .text-wrap p {
  /* font-size: 14px; */
  margin-bottom: 1em;
}

#reason .reason-wrap .reason-info .info-actual {
  /* margin: 30px auto 0 auto; */
}

#reason .reason-wrap .reason-info .info-actual .actual-title {
  /* font-size: 20px; */
  text-align: center;
  letter-spacing: 0.1em;
}

#reason .reason-wrap .reason-info .info-actual .actual-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  /* margin-top: 20px; */
}

#reason .reason-wrap .reason-info .info-actual .actual-list li {
  position: relative;
  /* width: 250px;
    height: 140px; */
  background: #f7f5ed;
  /* border-radius: 10px;
    padding: 20px 10px; */
  box-sizing: border-box;
  /* margin: 50px 15px 0px 15px; */
}

#reason .reason-wrap .reason-info .info-actual .actual-list li .icon {
  /* width: 60px;
    height: 80px;
    margin: -50px auto 0px auto; */
}

#reason .reason-wrap .reason-info .info-actual .actual-list li .actual-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

#reason .reason-wrap .reason-info .info-actual .actual-list li .actual-text .come{
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  font-size: 14px;
  text-align: center;
}
.attention02{
  margin-top: 10px;
  text-align: center;
}
#reason
  .reason-wrap
  .reason-info
  .info-actual
  .actual-list
  li
  .actual-text
  .text01 {
  /* font-size: 18px; */
  font-weight: 400;
  letter-spacing: 0.1em;
}

#reason
  .reason-wrap
  .reason-info
  .info-actual
  .actual-list
  li
  .actual-text
  .text02 {
  /* font-size: 15px; */
  letter-spacing: 0.1em;
}

#reason
  .reason-wrap
  .reason-info
  .info-actual
  .actual-list
  li
  .actual-text
  .text02
  .num {
  /* font-size: 25px; */
}

#reason .reason-wrap #r-cont-two .info-cont-top .text-wrap .text-title {
  /* font-size: 18px; */
  font-weight: 400;
  text-align: center;
  /* margin-bottom: 20px; */
}

#reason .reason-wrap #r-cont-two .info-cont-top .text-wrap .price-wrap {
  text-align: center;
  /* margin: 0 auto 20px auto; */
}

#reason .reason-wrap #r-cont-two .info-cont-top .text-wrap .price-wrap .price {
  position: relative;
  font-family: "Monda", serif;
  font-style: italic;
  font-weight: bold;
  letter-spacing: -0.05em;
  margin-right: 0.5rem;
  font-size: 4.2rem;
}

#reason
  .reason-wrap
  #r-cont-two
  .info-cont-top
  .text-wrap
  .price-wrap
  .price:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 1rem;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 0.4rem;
  margin: auto;
  background-color: #99c2ea;
}

#reason
  .reason-wrap
  #r-cont-two
  .info-cont-top
  .text-wrap
  .price-wrap
  .price:after {
  content: "";
  position: absolute;
  top: 1rem;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 0.4rem;
  margin: auto;
  background-color: #99c2ea;
}

#reason .reason-wrap #r-cont-two .info-cont-top .text-wrap .price-wrap .en {
  /* font-size: 15px; */
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: bold;
  letter-spacing: 0.1em;
}

#reason .reason-wrap #r-cont-two .info-cont-top .text-wrap .price-wrap .tax {
  font-size: 1.5rem;
}

#reason .reason-wrap #r-cont-two .info-cont-top .text-wrap .more {
  text-align: center;
  font-size: 3rem;
  margin: 1rem 0 2rem;
}

#reason .reason-wrap #r-cont-two .info-cont-top .text-wrap .arrow-wrap {
  width: 5rem;
  margin: 1rem auto;
}

#reason .reason-wrap #r-cont-two .info-cont-top .pay-wrap {
  text-align: center;
}

#reason .reason-wrap #r-cont-two .info-cont-top .pay-wrap .blue {
  position: relative;
  font-size: 8rem;
  font-family: "Monda", serif;
  font-weight: bold;
  letter-spacing: -0.05em;
  font-style: italic;
  padding-left: 4rem;
  z-index: 1;
}

#reason .reason-wrap #r-cont-two .info-cont-top .pay-wrap .blue::before {
  position: absolute;
  content: "";
  background: url(../imgs/coupon_03.png) no-repeat;
  background-size: 100%;
  width: 17rem;
  height: 13rem;
  top: -3.8rem;
  left: -4rem;
  z-index: -1;
}

#reason .reason-wrap #r-cont-two .info-cont-top .pay-wrap .blue .en {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-size: 2.5rem !important;
  margin-left: 1rem;
}

#reason .reason-wrap #r-cont-two .info-cont-top:last-child {
  /* margin-top: 50px; */
}

#reason .reason-wrap #r-cont-two .info-cont-top:last-child::before {
  position: absolute;
  content: "";
  /* width: calc(100% - 100px);
    height: 5px;
    top: -30px;
    left: 50px; */
  background: url(../imgs/dot-01.svg) repeat-x;
  /* background-size: 33px; */
}

#reason .reason-wrap #r-cont-two .info-cont-top .text-wrap p a {
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
}

#reason .reason-wrap .reason-info .step {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* margin-top: 50px; */
}

#reason .reason-wrap .reason-info .step .step-top {
  /* height: 80px; */
}

#reason .reason-wrap .reason-info .step .user-wrap {
  /* width: 350px; */
}

#reason .reason-wrap .reason-info .step .user-wrap .step-top .icon-wrap {
  /* width: 40px;
    margin: 0 auto 10px auto; */
}

#reason .reason-wrap .reason-info .step .user-wrap .step-top .name {
  /* font-size: 14px; */
  letter-spacing: 0.1em;
  font-weight: 400;
  text-align: center;
}

#reason .reason-wrap .reason-info .step .user-wrap .step-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
}

#reason .reason-wrap .reason-info .step .user-wrap .step-wrap .step-cont {
  width: 100%;
  height: auto;
  background: #f7f5ed;
  /* border-radius: 20px;
    padding: 20px 20px; */
  box-sizing: border-box;
  /* margin: 20px 0 20px 0; */
}

#reason
  .reason-wrap
  .reason-info
  .step
  .user-wrap
  .step-wrap
  .step-cont
  .cont-title {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

#reason
  .reason-wrap
  .reason-info
  .step
  .user-wrap
  .step-wrap
  .step-cont
  .cont-title
  .num-wrap {
  font-style: italic;
  color: #333333;
  font-weight: bold;
  letter-spacing: 0.1em;
  /* margin-right: 20px; */
}

#reason
  .reason-wrap
  .reason-info
  .step
  .user-wrap
  .step-wrap
  .step-cont
  .cont-title
  .num-wrap
  .index {
  /* font-size: 15px; */
}

#reason
  .reason-wrap
  .reason-info
  .step
  .user-wrap
  .step-wrap
  .step-cont
  .cont-title
  .num-wrap
  .num {
  /* font-size: 25px; */
}

#reason
  .reason-wrap
  .reason-info
  .step
  .user-wrap
  .step-wrap
  .step-cont
  .cont-title
  .title-name {
  /* font-size: 20px; */
  letter-spacing: 0.1em;
}

#reason
  .reason-wrap
  .reason-info
  .step
  .user-wrap
  .step-wrap
  .step-cont
  .step-text {
  /* font-size: 15px;
    line-height: 25px;
    margin-top: 20px; */
}

#reason .reason-wrap .reason-info .step .user-wrap .step-wrap .w-arrow {
  /* width: 30px; */
}

#reason .reason-wrap .reason-info .step .firm-wrap {
  /* width: 220px; */
}

#reason .reason-wrap .reason-info .step .firm-wrap .step-top .icon-wrap {
  /* width: 140px; */
  margin: 0 auto;
}

#reason .reason-wrap .reason-info .step .firm-wrap .firm-cont-wrap {
  position: relative;
  display: flex;
  /* height: 870px; */
  /* background: #f1f1f1; */
  /* border-radius: 20px;
    padding: 20px 20px; */
  box-sizing: border-box;
  flex-direction: column;
  justify-content: space-between;
}

#reason .reason-wrap .reason-info .step .firm-wrap .firm-cont-wrap::before {
  position: absolute;
  content: "";
  width: 15rem;
  height: 150rem;
  top: 2rem;
  right: 1rem;
  background: #f1f1f1;
  z-index: 0;
}

#reason .reason-wrap .reason-info .step .firm-wrap .firm-cont-wrap .firm-cont {
  position: relative;
  background: #ffffff;
  border: 1px dashed #aaaaaa;
  /* border-radius: 10px;
    padding: 20px 20px; */
  box-sizing: border-box;
}

#reason
  .reason-wrap
  .reason-info
  .step
  .firm-wrap
  .firm-cont-wrap
  .firm-cont::before {
  position: absolute;
  content: "";
  /* width: 160px;
    height: 30px; */
  top: 0;
  left: -6rem;
  bottom: -8%;
  background: url(../imgs/arrow_11.svg) no-repeat;
  background-size: 100%;
  margin: auto;
}

#reason
  .reason-wrap
  .reason-info
  .step
  .firm-wrap
  .firm-cont-wrap
  .firm-cont:first-child {
  margin-top: 76%;
}

#reason
  .reason-wrap
  .reason-info
  .step
  .firm-wrap
  .firm-cont-wrap
  .firm-cont:last-child {
  margin-bottom: -10rem;
}

#reason
  .reason-wrap
  .reason-info
  .step
  .firm-wrap
  .firm-cont-wrap
  .firm-cont
  .fcont-title {
  /* font-size: 15px; */
  text-align: center;
  font-weight: bold;
  /* margin-bottom: 10px; */
}

#reason
  .reason-wrap
  .reason-info
  .step
  .firm-wrap
  .firm-cont-wrap
  .firm-cont
  .fcont-text {
  /* font-size: 10px; */
  letter-spacing: 0.1em;
  /* line-height: 20px; */
  font-weight: 400;
}

#reason {
  padding: 5rem 0 3rem 0;
  margin-bottom: 5rem;
  box-sizing: border-box;
}

#reason .reason-wrap .sub-title {
  font-size: 3rem;
}

#reason .reason-wrap h3 {
  font-size: 3.6rem;
  margin-top: 1rem;
}

#reason .reason-wrap .reason-top-cont {
  margin-top: 5rem;
}

#reason .reason-wrap .reason-top-cont .rtop-cont {
  width: 22rem;
  height: 31rem;
  border-radius: 2rem;
  margin: 1rem;
}

#reason .reason-wrap .reason-top-cont .rtop-cont a .num {
  font-size: 5rem;
  margin-top: -4rem;
  margin-bottom: 2rem;
}

#reason .reason-wrap .reason-top-cont .rtop-cont a .title {
  height: 12rem;
  font-size: 3rem;
}

#reason .reason-wrap .reason-top-cont .rtop-cont:last-child a .title {
  letter-spacing: 0;
}

#reason .reason-wrap .reason-top-cont .rtop-cont a .icon-wrap {
  width: 9rem;
  height: 10rem;
}

#reason .reason-wrap .reason-top-cont .rtop-cont:first-child a .icon-wrap {
  width: 7rem;
}

#reason .reason-wrap .reason-top-cont .rtop-cont:last-child a .icon-wrap {
  width: 12rem;
}

#reason .reason-wrap .reason-top-cont .rtop-cont a .arrow {
  width: 4rem;
  margin: 1rem auto 1rem auto;
}

#reason .reason-wrap .reason-info {
  width: calc(100% - 4rem);
  border-radius: 3rem;
  padding: 3rem 3rem;
  margin: 2rem auto 3rem auto;
  box-sizing: border-box;
}

#reason .reason-wrap .reason-info .info-title .num-wrap {
  line-height: 2.5rem;
  margin-right: 2rem;
}

#reason .reason-wrap .reason-info .info-title .num-wrap .text {
  font-size: 2rem;
  margin-left: 1rem;
  margin-bottom: 1rem;
}

#reason .reason-wrap .reason-info .info-title .num-wrap .num {
  font-size: 4.5rem;
}

#reason .reason-wrap .reason-info .info-title .title-text {
  font-size: 3.5rem;
  line-height: 4.5rem;
}

#reason .reason-wrap .reason-info .info-cont-top {
  margin-top: 3rem;
}

#reason .reason-wrap .reason-info .info-cont-top .img-wrap {
  width: 15rem;
  margin-bottom: 1rem;
  /* margin-right: 3rem; */
}

#reason .reason-wrap .reason-info .info-cont-top .text-wrap {
  width: 100%;
  font-size: 2.3rem;
  line-height: 2.5rem;
  border-radius: 2rem;
  padding: 2rem 2rem;
  box-sizing: border-box;
}

#reason .reason-wrap .reason-info .info-cont-top .text-wrap p {
  font-size: 2.5rem;
  line-height: 4rem;
}

#reason .reason-wrap .reason-info .info-cont-top .text-wrap p:last-child {
  margin-bottom: 0;
}

#reason .reason-wrap .reason-info .info-cont-top .text-wrap p .small {
  display: block;
  font-size: 1.8rem;
  color: #666;
}

#reason .reason-wrap .reason-info .info-actual {
  margin: 3rem auto 0 auto;
}

#reason .reason-wrap .reason-info .info-actual .actual-title {
  font-size: 3.5rem;
}

#reason .reason-wrap .reason-info .info-actual .actual-list {
  margin-top: 2rem;
}

#reason .reason-wrap .reason-info .info-actual .actual-list li {
  width: 26rem;
  height: 14rem;
  border-radius: 1rem;
  padding: 2rem 1rem;
  margin: 5rem 1.5rem 0px 1.5rem;
  box-sizing: border-box;
}

#reason .reason-wrap .reason-info .info-actual .actual-list li .icon {
  width: 6rem;
  height: 8rem;
  margin: -5rem auto 0px auto;
}

#reason
  .reason-wrap
  .reason-info
  .info-actual
  .actual-list
  li
  .actual-text
  .text01 {
  font-size: 2.3rem;
}

#reason
  .reason-wrap
  .reason-info
  .info-actual
  .actual-list
  li
  .actual-text
  .text02 {
  font-size: 2.8rem;
}

#reason
  .reason-wrap
  .reason-info
  .info-actual
  .actual-list
  li
  .actual-text
  .text02
  .num {
  font-size: 2.5rem;
}

#reason .reason-wrap #r-cont-two .info-cont-top .text-wrap .text-title,
#reason .reason-wrap #r-cont-three .info-cont-top .text-wrap .text-title {
  font-size: 2.8rem;
  line-height: 3.4rem;
  margin-bottom: 2.3rem;
}

#reason .reason-wrap #r-cont-two .info-cont-top .text-wrap .pay-wrap {
  margin: 3rem auto 3rem auto;
}

#reason .reason-wrap #r-cont-two .info-cont-top .text-wrap .pay-wrap .pay {
  font-size: 4.5rem;
}

#reason .reason-wrap #r-cont-two .info-cont-top .text-wrap .pay-wrap .en {
  font-size: 1.5rem;
}

#reason .reason-wrap #r-cont-two .info-cont-top:last-child {
  margin-top: 5rem;
}

#reason .reason-wrap #r-cont-two .info-cont-top:last-child::before {
  width: calc(100% - 10rem);
  height: 0.5rem;
  top: -3rem;
  left: 5rem;
  background-size: 3.3rem;
}

#reason .reason-wrap .reason-info .step {
  position: relative;
  margin-top: 5rem;
}

#reason .reason-wrap .reason-info .step .step-top {
  height: 12rem;
}

#reason .reason-wrap .reason-info .step .user-wrap {
  width: 45rem;
}

#reason .reason-wrap .reason-info .step .user-wrap .step-top .icon-wrap {
  width: 6rem;
  margin: 0 auto 1rem auto;
}

#reason .reason-wrap .reason-info .step .user-wrap .step-top .name {
  font-size: 3rem;
}

#reason .reason-wrap .reason-info .step .user-wrap .step-wrap .step-cont {
  border-radius: 2rem;
  padding: 2rem 2rem;
  margin: 2rem 0 2rem 0;
  box-sizing: border-box;
}

#reason
  .reason-wrap
  .reason-info
  .step
  .user-wrap
  .step-wrap
  .step-cont
  .cont-title
  .num-wrap {
  margin-right: 2rem;
}

#reason
  .reason-wrap
  .reason-info
  .step
  .user-wrap
  .step-wrap
  .step-cont
  .cont-title
  .num-wrap
  .index {
  font-size: 2rem;
}

#reason
  .reason-wrap
  .reason-info
  .step
  .user-wrap
  .step-wrap
  .step-cont
  .cont-title
  .num-wrap
  .num {
  font-size: 2.5rem;
}

#reason
  .reason-wrap
  .reason-info
  .step
  .user-wrap
  .step-wrap
  .step-cont
  .cont-title
  .title-name {
  font-size: 3rem;
}

#reason
  .reason-wrap
  .reason-info
  .step
  .user-wrap
  .step-wrap
  .step-cont
  .step-text {
  font-size: 2.5rem;
  line-height: 3.6rem;
  margin-top: 2rem;
}

#reason .reason-wrap .reason-info .step .user-wrap .step-wrap .w-arrow {
  width: 4rem;
  margin-right: 14rem !important;
}

#reason .reason-wrap .reason-info .step .firm-wrap {
  position: absolute;
  width: 38rem;
  top: 0;
  right: 1rem;
}

#reason .reason-wrap .reason-info .step .firm-wrap .step-top .icon-wrap {
  width: 16rem;
  margin-left: 22rem;
  transform: translateY(-0rem);
}

#reason .reason-wrap .reason-info .step .firm-wrap .firm-cont-wrap {
  height: 132rem;
  border-radius: 2rem;
  padding: 4rem 0rem 3rem;
  box-sizing: border-box;
}

#reason .reason-wrap .reason-info .step .firm-wrap .firm-cont-wrap .firm-cont {
  border-radius: 1rem;
  padding: 2rem 2rem;
  box-sizing: border-box;
}

#reason
  .reason-wrap
  .reason-info
  .step
  .firm-wrap
  .firm-cont-wrap
  .firm-cont::before {
  width: 6rem;
  height: 3rem;
}

#reason
  .reason-wrap
  .reason-info
  .step
  .firm-wrap
  .firm-cont-wrap
  .firm-cont
  .fcont-title {
  font-size: 3rem;
  margin-bottom: 1rem;
}

#reason
  .reason-wrap
  .reason-info
  .step
  .firm-wrap
  .firm-cont-wrap
  .firm-cont
  .fcont-text {
  font-size: 2.5rem;
  line-height: 3rem;
}

#reason .reason-wrap #r-cont-three {
  padding: 3rem 1rem;
  box-sizing: border-box;
}

#reason .reason-wrap #r-cont-three .info-cont-top {
  padding: 0 3rem;
  box-sizing: border-box;
}

#reason .reason-wrap .reason-info .step .user-wrap .step-wrap .w-arrow.wide {
  margin: 10rem 0;
}

/*--------------------------------------------------
**************************************************
FAQ
**************************************************
--------------------------------------------------*/
#faq {
  position: relative;
  background: #e9f6ff;
  /* padding: 30px 0; */
}

#faq h3 {
  /* font-size: 22px; */
  text-align: center;
  letter-spacing: 0.1em;
}

#faq .faq-cont {
  /* width: calc(100% - 80px);
    margin: 30px auto; */
}

#faq .faq-cont .faq-item {
  background: #ffffff;
  /* border-radius: 20px;
    margin-bottom: 20px;
    padding: 20px 20px; */
  box-sizing: border-box;
}

#faq .faq-cont .faq-item .question {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  background: #ffffff;
  /* border-radius: 20px; */
  box-sizing: border-box;
  cursor: pointer;
}

#faq .faq-cont .faq-item .question::before {
  position: absolute;
  content: "";
  /* width: 20px;
    height: 2px; */
  top: 0;
  /* right: 10px; */
  bottom: 0;
  background: #bbbbbb;
  margin: auto;
}

#faq .faq-cont .faq-item .question::after {
  position: absolute;
  content: "";
  /* width: 20px;
    height: 2px; */
  top: 0;
  /* right: 10px; */
  bottom: 0;
  background: #bbbbbb;
  transform: rotate(90deg);
  margin: auto;
}

#faq .faq-cont .faq-item .question.active::after {
  display: none;
}

#faq .faq-cont .faq-item .question .q-icon,
#faq .faq-cont .faq-item .answer .a-icon {
  /* font-size: 18px; */
  font-weight: bold;
  /* margin-right: 20px; */
}

#faq .faq-cont .faq-item .question .q-text {
  display: block;
  /* width: calc(100% - 80px);
    font-size: 16px; */
  letter-spacing: 0.1em;
}

#faq .faq-cont .faq-item .answer {
  position: relative;
  display: none;
}

#faq .faq-cont .faq-item .answer .answer-inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  /* padding-top: 30px; */
  box-sizing: border-box;
  /* margin-top: -20px; */
}

#faq .faq-cont .faq-item .answer .a-text {
  position: relative;
  display: block;
  /* width: calc(100% - 80px);
    font-size: 14px; */
  letter-spacing: 0.1em;
  /* padding-top: 10px; */
}

#faq .faq-cont .faq-item .answer .a-text::before {
  position: absolute;
  content: "";
  width: 100%;
  top: -2rem;
  left: 0;
  right: 0;
  border-top: 1px dashed #bbbbbb;
  opacity: 0;
  transition: opacity 0.1s linear;
}

#faq .faq-cont .faq-item .active + .answer .a-text::before {
  opacity: 1;
  transition: opacity 0.2s linear 0.2s;
}

#faq {
  padding: 3rem 0 5rem 0;
  box-sizing: border-box;
}

#faq h3 {
  font-size: 4rem;
}

#faq .faq-cont {
  width: calc(100% - 8rem);
  margin: 3rem auto;
}

#faq .faq-cont .faq-item {
  border-radius: 2rem;
  margin-bottom: 2rem;
  padding: 2rem 2rem;
  box-sizing: border-box;
}

#faq .faq-cont .faq-item .question {
  border-radius: 2rem;
}

#faq .faq-cont .faq-item .question::before {
  width: 2.5rem;
  height: 0.2rem;
  right: 1rem;
}

#faq .faq-cont .faq-item .question::after {
  width: 2.5rem;
  height: 0.2rem;
  right: 1rem;
}

#faq .faq-cont .faq-item .question .q-icon,
#faq .faq-cont .faq-item .answer .a-icon {
  font-size: 3.5rem;
  margin-right: 2rem;
}

#faq .faq-cont .faq-item .question .q-text {
  width: calc(100% - 8rem);
  font-size: 2.8rem;
}

#faq .faq-cont .faq-item .answer {
  padding-top: 5rem;
  box-sizing: border-box;
}

#faq .faq-cont .faq-item .answer .a-text {
  width: calc(100% - 8rem);
  font-size: 2.6rem;
  padding-top: 1rem;
  box-sizing: border-box;
}

/*--------------------------------------------------
**************************************************
お問い合わせフォーム
**************************************************
--------------------------------------------------*/

h1.contact-title {
  /* font-size: 25px; */
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #000000;
  text-align: center;
  /* margin-top: 50px; */
}

.contact-text {
  /* font-size: 15px; */
  letter-spacing: 0.075rem;
  text-align: center;
  font-weight: 400;
  color: #000000;
  /* line-height: 25px;
    margin-top: 30px; */
}

form#mail_form p#form_submit {
  display: flex;
  justify-content: center;
}

form#mail_form input[type="button"] {
  /* width: 300px;
    height: 50px; */
  font-family: "Noto Sans JP", sans-serif !important;
  /* font-size: 22px !important; */
  letter-spacing: 0.2em;
  text-align: center;
  background: linear-gradient(
    -45deg,
    #0a70c4 25%,
    #0466c8 25%,
    #0466c8 50%,
    #0a70c4 50%,
    #0a70c4 75%,
    #0466c8 75%,
    #0466c8
  ) !important;
  background-size: 10px 10px !important;
  animation: anime_btn_animation_3 0.8s infinite linear;
  border-radius: 20px !important;
  box-shadow: 5px 5px 0px 1px rgb(0 0 0 / 20%);
  border: unset !important;
  margin-left: 0 !important;
}

@keyframes anime_btn_animation_3 {
  0% {
    background-position-y: 0;
  }

  100% {
    background-position-y: -20px;
  }
}

h1.contact-title {
  font-size: 4rem;
  margin-top: 5rem;
}

.contact-text {
  font-size: 2.3rem;
  line-height: 3rem;
  margin-top: 3rem;
}

form#mail_form input[type="button"] {
  width: 30rem;
  height: 5rem;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 2.8rem !important;
}

form#mail_form dl dt span.required {
  font-size: 1.8rem !important;
  box-sizing: border-box;
}

form#mail_form dl dt {
  font-size: 2.5rem !important;
}

form#mail_form dl dd span.error_blank,
form#mail_form dl dd span.error_format,
form#mail_form dl dd span.error_match {
  font-size: 1.8rem !important;
}

/* ▽▽▽ 最終項目の必須ボタンをアナログで追加 ▽▽▽ */

.contact_content .optional {
  position: relative;
  color: rgba(0, 0, 0, 0) !important;
  background: #d9534f !important;
  border: 1px solid #d9534f !important;
}

.contact_content .optional:before {
  content: "必須";
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  color: #ffffff;
}

/* △△△ 最終項目の必須ボタンをアナログで追加 △△△ */

form#mail_form dl.contact-detail dd {
  display: block;
  float: left;
  width: 100%;
}

form#mail_form dl.contact-detail.select-ratio dd {
  padding: 10px 0 25px 0;
}

form#mail_form dl.contact-detail.select-ratio dd label {
  display: block;
  margin-bottom: 18px;
}

input[type="radio"] {
  appearance: none;
  position: absolute;
  opacity: 0;
}

.custom-radio {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  line-height: 1.2;
  margin-right: 20px;
  margin-bottom: 20px;
  cursor: pointer;
}

.custom-radio::before,
.custom-radio::after {
  content: "";
  display: block;
  position: absolute;
}

.custom-radio::before {
  border-radius: 0%;
  border: 1px solid #ddd;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
  top: 50%;
  left: 0px;
  background: white;
  border-radius: 8px;
}

.custom-radio::after {
  height: 12px;
  width: 21px;
  top: 22%;
  left: 3px;
  border-bottom: 5px solid #0466c8;
  border-left: 5px solid #0466c8;
  opacity: 0;
  transform: translateY(-50%) rotate(-45deg);
  z-index: 2;
}

input[type="radio"]:checked + .custom-radio::after {
  opacity: 1;
}

#other_textarea textarea {
  width: 100%;
  min-height: 100px;
  height: 100% !important;
}

form#mail_form dl.contact-detail dd .custom-radio {
  display: inline-block;
  padding-left: 40px;
  margin-right: 10px;
  font-size: 2.5rem;
}

#thanks {
}

#thanks .text-area h1 {
  font-size: 3rem !important;
  letter-spacing: 0.1em;
  line-height: 4rem;
  text-align: center;
  padding-bottom: 2rem;
}

#thanks .text-area p {
  font-size: 2.4rem;
}

#thanks .text-area .warning-list {
  width: 65rem;
  margin: 3rem auto;
  border: 1px dashed #cccccc;
  border-radius: 1.5rem;
  padding: 2rem;
  box-sizing: border-box;
}

#thanks .text-area .warning-list ul li {
  position: relative;
  font-size: 2rem;
  padding-left: 2rem;
}

#thanks .text-area .warning-list ul li::before {
  position: absolute;
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  top: 0;
  left: 0;
  bottom: 0;
  background: #454545;
  border-radius: 50%;
  margin: auto;
}

#thanks .button-area {
  display: flex;
  justify-content: center;
  margin: 3rem auto;
}

#thanks .button-area a.return {
  display: flex;
  width: 30rem;
  height: 8rem;
  font-size: 2.6rem;
  letter-spacing: 0.1em;
  border-radius: 2rem;
  background: #0466c8;
  color: #ffffff;
  text-decoration: none;
  justify-content: center;
  align-items: center;
}

.checkdate {
  position: relative;
  display: inline-block;
  height: 32px;
  font-size: 2.5rem;
  padding-left: 40px !important;
  line-height: 32px;
  margin-right: 20px !important;
  margin-bottom: 20px !important;
  cursor: pointer;
}

input[type="checkbox"] {
  display: none;
}

.checkdate::before,
.checkdate::after {
  content: "";
  display: block;
  position: absolute;
}

.checkdate::before {
  border-radius: 0%;
  border: 1px solid #ddd;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
  top: 50%;
  left: 0px;
  background: white;
  border-radius: 6px;
}

.checkdate::after {
  height: 12px;
  width: 23px;
  top: 5px;
  left: 2px;
  bottom: 0;
  border-bottom: 5px solid #e7911f;
  border-left: 5px solid #e7911f;
  opacity: 0;
  transform: translateY(-50%) rotate(-45deg);
  margin: auto;
  z-index: 2;
}

input[type="checkbox"]:checked + .checkdate::after {
  opacity: 1;
}

/*--------------------------------------------------
フッター
**************************************************
--------------------------------------------------*/
#footer-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10rem;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  z-index: 1000;
}

/* #footer-menu .banner_comment {
    position: relative;
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 16px;
    text-align: center;
    margin-bottom: 20px;
}

#footer-menu .banner_comment::before {
    position: absolute;
    content: "";
    width: 180px;
    height: 70px;
    top: -8px;
    left: 0;
    right: 0;
    background: url(../imgs/comment_01.png) no-repeat;
    background-size: 100%;
    z-index: -1;
    margin: auto;
}

#footer-menu .banner_comment .red {
    font-size: 25px;
    font-weight: bold;
} */

#footer-menu .footer-btn-area {
  display: flex;
  justify-content: center;
  align-items: center;
}

#footer-menu .contact-btn,
#footer-menu .tel-btn {
  flex: 1;
  text-align: center;
}

#footer-menu a {
  display: block;
  text-decoration: none;
  color: #333;
  font-weight: bold;
  padding: 1rem;
  box-sizing: border-box;
}

#footer-menu .contact-btn {
  position: relative;
  height: 10rem;
}

#footer-menu .contact-btn::before {
  position: absolute;
  content: "";
  width: 16rem;
  height: 8rem;
  top: -3.2rem;
  left: 0rem;
  background: url(../imgs/coupon_02.png) no-repeat;
  background-size: 100%;
  z-index: 1;
}

#footer-menu .contact-btn a {
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  right: 0;
  font-size: 3rem;
  color: #ffffff;
  text-decoration: none;
  letter-spacing: 0.1em;
  text-align: center;
  background: linear-gradient(
    -45deg,
    #0a70c4 25%,
    #0466c8 25%,
    #0466c8 50%,
    #0a70c4 50%,
    #0a70c4 75%,
    #0466c8 75%,
    #0466c8
  );
  background-size: 10px 10px;
  animation: anime_btn_animation_1 0.8s infinite linear;
  flex-direction: column;
  justify-content: flex-end;
  box-shadow: 5px 5px 0px 1px rgb(0 0 0 / 20%);
  box-sizing: border-box;
}

@keyframes anime_btn_animation_1 {
  0% {
    background-position-y: 0;
  }

  100% {
    background-position-y: -20px;
  }
}

#footer-menu .contact-btn a .btn-text {
  margin-bottom: -10px;
}

#footer-menu .contact-btn .arrow {
  width: 14rem;
  height: 2rem;
  margin: 0.5rem 5rem 0.3em auto;
}

#footer-menu .tel-btn {
  height: 10rem;
}

#footer-menu .tel-btn a.tel {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  font-size: 2.5rem;
  color: #000000;
  letter-spacing: 0.1em;
  background: #ffc022;
  font-weight: bold;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-left: 5rem;
  box-sizing: border-box;
  box-shadow: 4px 4px 0px 1px rgb(0 0 0 / 20%);
}

#footer-menu .tel-btn a.tel::before {
  position: absolute;
  content: "";
  width: 5rem;
  height: 5rem;
  top: 0;
  left: 1.5rem;
  bottom: 0;
  background: url(../imgs/tel_01.svg) no-repeat;
  background-size: 100%;
  margin: auto;
}

#footer-menu .tel-btn a.tel .text {
  font-size: 1.6rem;
  line-height: 1;
}

#footer-menu .tel-btn a.tel .number {
  font-family: "Monda", serif;
  font-style: italic;
  font-weight: bold;
  font-size: 3.3rem;
  line-height: 1.2;
  letter-spacing: -0.05em;
}

#footer-menu .banner_comment {
  position: absolute;
  top: -2.7rem;
  right: -1rem;
  font-size: 1.6rem;
  line-height: 1.9rem;
  margin-bottom: 2rem;
  letter-spacing: 0.05em;
  text-align: center;
  z-index: 5;
}

#footer-menu .banner_comment::before {
  position: absolute;
  content: "";
  width: 20rem;
  height: 7rem;
  top: -0.7rem;
  left: -1.6rem;
  right: 0;
  background: url(../imgs/comment_01.png) no-repeat;
  background-size: 100%;
  z-index: -1;
  margin: auto;
}

#footer-menu .banner_comment .red {
  font-size: 2.5rem;
  font-weight: bold;
}

/*--------------------------------------------------
**************************************************
特定商取引法に関する表記
**************************************************
--------------------------------------------------*/
#container.law {
  position: relative;
  width: 100%;
  background: #e9f6ff;
  padding: 50px 0 20px 0;
}

#container.law .law-wrap {
  width: calc(100% - 20px);
  margin: 0 auto;
  padding-bottom: 50px;
}

#container.law .law-wrap h1 {
  font-size: 20px;
  color: #0466c8;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 30px;
}

#container.law .law-wrap table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

#container.law .law-wrap table th,
#container.law .law-wrap table td {
  border: 1px solid #ddd;
  padding: 20px 10px;
  text-align: left;
}

#container.law .law-wrap table th {
  min-width: 100px;
  background-color: #f4f4f4;
  font-weight: normal;
}

#container.law .law-wrap table td {
  background-color: #fff;
}

/*--------------------------------------------------
**************************************************
フッター
**************************************************
--------------------------------------------------*/

footer {
  background-color: #f7f5ed;
  color: #444444;
  padding: 20px 0 15rem 0;
  text-align: center;
}

.footer-content {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  /* gap: 10px; */
}

.footer-content li {
  position: relative;
  display: flex;
  width: calc(100% / 2);
  height: 60px;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

.footer-content li:nth-child(n + 5)::after {
  border-bottom: none !important;
}

.footer-content li:nth-child(3),
.footer-content li:nth-child(4) {
  height: 70px;
}

.footer-content li:nth-child(odd)::before {
  position: absolute;
  content: "";
  height: 40px;
  top: 0;
  right: 0;
  bottom: 0;
  border-right: 1px dashed #bbbbbb;
  margin: auto;
}

.footer-content li:nth-child(odd)::after {
  position: absolute;
  content: "";
  width: calc(100% - 20px);
  bottom: 0;
  right: 0;
  border-bottom: 1px dashed #bbbbbb;
}

.footer-content li:nth-child(even)::after {
  position: absolute;
  content: "";
  width: calc(100% - 20px);
  bottom: 0;
  left: 0;
  border-bottom: 1px dashed #bbbbbb;
}

.footer-content a {
  color: #444444;
  text-decoration: none;
  font-size: 15px;
  padding: 5px 10px;
  position: relative;
  transition: color 0.3s ease-in-out;
  cursor: pointer;
}

.footer-content a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: width 0.3s ease-in-out;
}

.footer-content a:hover::after {
  width: 100%;
}

/* 追加分 2025 0402 */
#reason .reason-wrap #r-cont-two .info-cont-top .pay-wrap .pay-wrap-tax {
  width: 100%;
  margin: 10px auto;
}

#reason
  .reason-wrap
  #r-cont-two
  .info-cont-top
  .text-wrap
  .pay-wrap
  .pay-wrap-tax
  .blue {
  font-size: 18px;
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0.05em;
  color: #333333;
}

#reason
  .reason-wrap
  #r-cont-two
  .info-cont-top
  .text-wrap
  .pay-wrap
  .pay-wrap-tax
  .blue::before {
  display: none;
}
