@charset "UTF-8";

.sp_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;
}

@media screen and (max-width: 1300px) {
  html {
    font-size: 0.769vw !important;
    /*
      計算式：　10(px) / 1300(px) * 100 = 0.769
      画面幅1300pxの時に "font-size: 10px" 相当になる
      */
  }

  body {
    font-size: 1.6rem !important;
    /* 16px 相当 */
  }
}

#container {
  position: relative;
  overflow: hidden;
}

/*--------------------------------------------------
**************************************************
バナー
**************************************************
--------------------------------------------------*/
#banner {
  position: fixed;
  z-index: 99998;
  bottom: 65px;
  right: 0;
}

#banner .banner_comment {
  position: relative;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 20px;
  text-align: center;
  margin-bottom: 15px;
  z-index: 1;
  pointer-events: none;
  margin-left: 89px;
}

#banner .banner_comment::before {
  position: absolute;
  content: "";
  width: 200px;
  height: 80px;
  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: 30px;
  font-weight: bold;
}

#banner .contact-btn {
  position: relative;
  height: 100px;
}

#banner .contact-btn::before {
  position: absolute;
  content: "";
  width: 150px;
  height: 70px;
  top: -17px;
  left: -18px;
  background: url(../imgs/coupon_02.png) no-repeat;
  background-size: 100%;
  pointer-events: none;
  z-index: 1;
}

#banner .contact-btn a {
  position: absolute;
  display: flex;
  width: 300px;
  height: 100%;
  right: 0;
  font-size: 30px;
  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: -20px;
  }
}

#banner .contact-btn a .btn-text {
  margin-bottom: -10px;
}

#banner .contact-btn .arrow {
  width: 160px;
  height: 20px;
  margin: 0 10px 10px auto;
}

#banner .tel-btn {
  height: 80px;
  margin-top: 20px;
}

#banner .tel-btn a.tel {
  position: relative;
  display: flex;
  width: 300px;
  height: 100%;
  font-size: 18px;
  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: 80px;
  box-sizing: border-box;
  box-shadow: 4px 4px 0px 1px rgb(0 0 0 / 20%);
}
#banner .tel-btn a.tel .number {
  font-family: "Monda", serif;
  font-style: italic;
  font-size: 23px;
  line-height: 1.2;
}
#banner .tel-btn a.tel::before {
  position: absolute;
  content: "";
  width: 70px;
  height: 70px;
  top: 0;
  left: 7px;
  bottom: 0;
  background: url(../imgs/tel_01.svg) no-repeat;
  background-size: 100%;
  margin: auto;
}

@media screen and (max-width: 1300px) {
  #banner .banner_comment {
    font-size: 1.4rem;
    line-height: 2rem;
    margin-bottom: 1rem;
    margin-left: 8.9rem;
  }

  #banner .banner_comment::before {
    width: 20rem;
    height: 8rem;
    top: -0.8rem;
  }

  #banner .banner_comment .red {
    font-size: 3rem;
  }

  #banner .contact-btn {
    height: 10rem;
  }

  #banner .contact-btn::before {
    width: 15rem;
    height: 7rem;
    top: -1.7rem;
    left: -1.8rem;
    pointer-events: none;
  }

  #banner .contact-btn a {
    width: 30rem;
    font-size: 3rem;
    border-radius: 2rem 0 0 2rem;
  }

  #banner .contact-btn a .btn-text {
    margin-bottom: -1rem;
  }

  #banner .contact-btn .arrow {
    width: 16rem;
    height: 2rem;
    margin: 0 1rem 1rem auto;
  }

  #banner .tel-btn {
    height: 8rem;
    margin-top: 2rem;
  }

  #banner .tel-btn a.tel {
    width: 30rem;
    font-size: 1.8rem;
    border-radius: 4rem 0 0 4rem;
    padding-left: 8rem;
  }

  #banner .tel-btn a.tel::before {
    width: 7rem;
    height: 7rem;
    left: 0.7rem;
  }
  #banner .tel-btn a.tel .number {
    font-size: 2.3rem;
  }
}

/*--------------------------------------------------
**************************************************
トップ
**************************************************
--------------------------------------------------*/
#top {
  position: relative;
}

#top .top_bg {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  max-height: 879px;
  z-index: -1;
  overflow: hidden;
}

#top .top-title {
  position: absolute;
  width: 100%;
  top: 0;
  text-align: center;
  padding-top: 70px;
}

#top .top-title .sub_title {
  font-size: 25px;
  color: #ffffff;
  line-height: 40px;
  letter-spacing: 0.1em;
  font-weight: bold;
}

#top .top-title h1 {
  font-size: 50px;
  letter-spacing: 0.2em;
  color: #ffffff;
  font-weight: bold;
}

#top .award-area {
  position: absolute;
  display: flex;
  width: 100%;
  top: -60px;
  left: 0;
  right: -580px;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: auto;
  z-index: 1;
}

#top .award-area .award-wrap {
  width: 370px;
}

#top .award-area .award-wrap .award_cont {
  display: inline-block;
  width: 170px;
  margin: 10px 10px 0 0;
}

#top .top-cntent {
  position: absolute;
  display: flex;
  width: 100%;
  max-width: 1000px;
  top: 0;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: 70px auto 0 auto;
  padding-top: 120px;
  align-items: center;
  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;
  margin-bottom: 50px;
}

#top .top-cntent .top-house-wrap .rank-img {
  position: absolute;
  width: 170px;
  top: -45px;
  right: -50px;
}

#top .top-cntent .top-cont-01 {
  position: relative;
  text-align: center;
}

#top .top-cntent .top-cont-01 .img-wrap {
  position: absolute;
  width: 80px;
  top: 0;
  left: 100px;
  margin: auto;
}

#top .top-cntent .top-cont-01 .text-wrap {
  padding-top: 10px;
  margin-left: 60px;
}

#top .top-cntent .top-cont-01 .text-wrap .text {
  display: block;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.2em;
}

#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 {
  font-family: "Monda", serif;
  font-size: 40px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: -0.05em;
  line-height: 40px;
}

#top .top-cntent .top-cont-01 .text-wrap .blue::before,
.contact-banner .cbanner-cont .text-wrap .blue::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 8px;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 3px;
  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: 8px;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 3px;
  margin: auto;
  background-color: #99c2ea;
}

#top .top-cntent .top-cont-01 .text-wrap .blue .en {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-style: normal;
  letter-spacing: 0.2em;
  margin-left: 5px;
}

#top .top-cntent .more {
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-align: center;
  margin: 10px auto;
}

#top .top-cntent .arrow-wrap {
  width: 40px;
  margin: 0 auto;
}

#top .top-cntent .pay-wrap {
  position: relative;
  text-align: center;
  margin-top: -20px;
}

#top .top-cntent .pay-wrap::before {
  position: absolute;
  content: "";
  width: 160px;
  height: 95px;
  top: -35px;
  left: 45px;
  background: url(../imgs/coupon_01.png) no-repeat;
  background-size: 100%;
}

#top .top-cntent .pay-wrap .blue {
  font-size: 85px;
  font-family: "Monda", serif;
  font-style: italic;
  font-weight: 700;
  letter-spacing: -0.05em;
  margin-left: 50px;
}

#top .top-cntent .pay-wrap .blue .en {
  display: inline-block;
  font-size: 30px;
  font-style: normal;
  letter-spacing: 0.2em;
  margin-left: 5px;
  font-family: "Noto Sans JP", sans-serif;
}

#top .top-cntent .pay-wrap .tax {
  font-size: 20px;
  letter-spacing: 0.05em;
}

#top .top-cntent .note {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 10px;
}

#top .top-cntent .top-cont-list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

#top .top-cntent .top-cont-list .cont-list {
  display: flex;
  width: 150px;
  height: 180px;
  margin: 0 10px;
  flex-direction: column;
  align-items: center;
}

#top .top-cntent .top-cont-list .cont-list .icon-wrap {
  width: 60px;
  height: 70px;
  margin: 0 auto;
}

#top .top-cntent .top-cont-list .cont-list .icon-title {
  display: flex;
  width: 100%;
  height: 60px;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  background: #0466c8;
  border-radius: 40px;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 26px;
  justify-content: center;
  align-items: center;
}

#top .man-img-wrap {
  position: absolute;
  display: flex;
  width: 130%;
  left: -15%;
  right: 0;
  bottom: -2px;
  justify-content: space-between;
  margin: 0 auto;
}

#top .man-img-wrap .img-l {
  width: 245px;
}

#top .man-img-wrap .img-r {
  width: 270px;
}
.attention {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  display: block;
  text-align: center;
}
.attention span {
  display: inline-block;
  margin: 0 auto;
  font-size: 14px;
}
@media screen and (max-width: 1300px) {
  #top .top-title {
    padding-top: 4rem;
  }

  #top .top-title .sub_title {
    font-size: 2.5rem;
    line-height: 4rem;
  }

  #top .top-title h1 {
    font-size: 5rem;
  }

  #top .award-area {
    top: -5rem;
    right: -58rem;
  }

  #top .award-area .award-wrap {
    width: 37rem;
  }

  #top .award-area .award-wrap .award_cont {
    width: 17rem;
    margin: 1rem 1rem 0 0;
  }

  #top .top-cntent {
    width: 100%;
    max-width: 100rem;
    margin: auto auto;
    padding-top: 12rem;
  }

  .top-house-wrap {
    margin-bottom: 5rem;
  }

  #top .top-cntent .top-house-wrap .rank-img {
    width: 17rem;
    top: -4rem;
    right: -5rem;
  }

  #top .top-cntent .top-cont-01 .img-wrap {
    width: 8rem;
    left: 10rem;
  }

  #top .top-cntent .top-cont-01 .text-wrap {
    padding-top: 1rem;
    margin-left: 6rem;
  }

  #top .top-cntent .top-cont-01 .text-wrap .text {
    font-size: 2rem;
  }

  #top .top-cntent .top-cont-01 .text-wrap .blue {
    font-size: 4rem;
    line-height: 4rem;
  }

  #top .top-cntent .top-cont-01 .text-wrap .blue .en {
    font-size: 2rem;
    margin-left: 0.5rem;
  }

  #top .top-cntent .more {
    font-size: 2.5rem;
    margin: 1rem auto;
  }

  #top .top-cntent .arrow-wrap {
    width: 4rem;
  }

  #top .top-cntent .pay-wrap::before {
    width: 16rem;
    height: 9.5rem;
    top: -3.5rem;
    left: 4.5rem;
  }

  #top .top-cntent .pay-wrap .blue {
    font-size: 8.5rem;
  }

  #top .top-cntent .pay-wrap .blue .en {
    font-size: 3rem;
    margin-left: 0.5rem;
  }

  #top .top-cntent .pay-wrap .tax {
    font-size: 2rem;
  }

  #top .top-cntent .note {
    font-size: 2rem;
    margin-top: 1rem;
  }

  #top .top-cntent .top-cont-list {
    margin-top: 2rem;
  }

  #top .top-cntent .top-cont-list .cont-list {
    width: 15rem;
    height: 18rem;
    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.6rem;
    border-radius: 4rem;
    line-height: 2.6rem;
  }

  #top .man-img-wrap .img-l {
    width: 24.5rem;
  }

  #top .man-img-wrap .img-r {
    width: 27rem;
  }
}

/*--------------------------------------------------
**************************************************
利用者の声
**************************************************
--------------------------------------------------*/

#voice {
  position: relative;
  margin-top: 50px;
}

#voice h3 {
  font-size: 30px;
  letter-spacing: 0.2em;
  line-height: 50px;
  text-align: center;
}

#voice .slide-area {
  /* display: flex; */
  height: 200px !important;
  margin: 80px 0;
}

#voice .slide-area .slide-cont {
  position: relative;
  display: flex;
  width: 350px !important;
  height: 200px;
  background: #32a6ce;
  border-radius: 20px;
  margin: 0 30px;
  flex-direction: column;
  align-items: center;
  padding: 30px 40px;
  box-sizing: border-box;
}

#voice .slide-area .slide-cont .title {
  position: relative;
  display: inline-block;
  font-size: 22px;
  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: 16px;
  letter-spacing: 0.1em;
  line-height: 26px;
  color: #ffffff;
}

#voice .slide-area .slide-cont .img-wrap {
  position: absolute;
  width: 90px;
  height: 90px;
  top: 0;
  left: -50px;
  bottom: 0;
  margin: auto;
}

#voice .slide-area .slick-dots {
  display: none !important;
}

@media screen and (max-width: 1300px) {
  #voice h3 {
    font-size: 3rem;
    line-height: 5rem;
  }

  #voice .slide-area {
    height: 20rem !important;
    margin: 8rem 0;
  }

  #voice .slide-area .slide-cont {
    width: 35rem !important;
    height: 20rem;
    border-radius: 2rem;
    margin: 0 3rem;
    padding: 3rem 4rem;
  }

  #voice .slide-area .slide-cont .title {
    font-size: 2.2rem;
    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: 1.6rem;
    line-height: 2.6rem;
  }

  #voice .slide-area .slide-cont .img-wrap {
    width: 9rem;
    height: 9rem;
    left: -5rem;
  }
}

/*--------------------------------------------------
**************************************************
注意バナー
**************************************************
--------------------------------------------------*/
#announce {
  position: relative;
  margin: 80px auto 0 auto;
  background: #ffe159;
  padding-bottom: 17px;
}

#announce::before,
#announce::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 18px;
  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;
}

#announce .announce-wrap .text-content .icon-wrap {
  width: 70px;
  margin-bottom: 30px;
}

#announce .announce-wrap .text-content .title-cont {
  font-size: 25px;
  letter-spacing: 0.2em;
}

#announce .announce-wrap .text-content .title-cont h2 {
  font-size: 35px;
  letter-spacing: 0.2em;
}

#announce .announce-wrap .img-wrap {
  position: relative;
  width: 400px;
}

@media screen and (max-width: 1300px) {
  #announce {
    margin: 8rem auto 0 auto;
    padding-bottom: 1.7rem;
  }

  #announce::before,
  #announce::after {
    height: 1.8rem;
  }

  #announce .announce-wrap .text-content .icon-wrap {
    width: 7rem;
    margin-bottom: 3rem;
  }

  #announce .announce-wrap .text-content .title-cont {
    font-size: 2.5rem;
  }

  #announce .announce-wrap .text-content .title-cont h2 {
    font-size: 3.5rem;
  }

  #announce .announce-wrap .img-wrap {
    width: 40rem;
  }
}

/*--------------------------------------------------
**************************************************
リスク
**************************************************
--------------------------------------------------*/
#risk {
  position: relative;
  background: #f4f4f4;
  padding: 80px 0;
}

#risk h3 {
  font-size: 32px;
  letter-spacing: 0.2em;
  text-align: center;
  line-height: 50px;
  margin-bottom: 50px;
}

#risk .explain {
  max-width: 830px;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 40px;
  margin: 0 auto;
}

#risk .explain .red {
  color: #c30d23;
  font-size: 24px;
  font-weight: 400;
}

#risk .mission {
  position: relative;
  background: #fff;
  border: 5px solid #a9cad4;
  width: calc(100% - 40px);
  max-width: 700px;
  margin: 50px auto 10px auto;
  font-size: 20px;
  line-height: 40px;
  border-radius: 22px;
  padding: 32px 30px 28px 30px;
  box-sizing: border-box;
}

#risk .mission .title {
  position: absolute;
  left: 0;
  right: 0;
  top: -18px;
  margin: 0 auto 0 auto;
  width: 200px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  z-index: 1;
  color: #3c7e92;
}

#risk .mission .title::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 13px;
  margin: 0 auto;
  display: block;
  width: 200px;
  height: 5px;
  background: #fff;
  z-index: -1;
}

#risk .risk-img {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
}

#risk .risk-img .risk-cont {
  display: flex;
  justify-content: center;
  align-items: center;
}

#risk .risk-img .risk-cont .img-wrap,
#risk .risk-img .risk-cont-b .img-wrap {
  width: 300px;
  margin-bottom: 50px;
}

#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 {
}

#risk .risk-img .risk-cont .risk-cont-c .img-wrap {
  width: 350px;
}

#risk .risk-img .risk-cont .risk-cont-l .img-wrap.one {
  margin-left: 100px;
}

#risk .risk-img .risk-cont .risk-cont-r .img-wrap.two {
  margin: -30px 0 20px 100px;
}

#risk .risk-img .risk-cont-b {
  display: flex;
  justify-content: center;
  margin-top: -50px;
}

#risk .risk-img .risk-cont-b .img-wrap.two {
  margin: -30px -50px 0 50px;
}

#risk .rule {
  font-size: 30px;
  letter-spacing: 0.2em;
  text-align: center;
  font-weight: bold;
  line-height: 50px;
  margin-top: 30px;
}

@media screen and (max-width: 1300px) {
  #risk {
    padding: 8rem 0;
  }

  #risk h3 {
    font-size: 3.2rem;
    line-height: 5rem;
    margin-bottom: 5rem;
  }

  #risk .explain {
    max-width: 83rem;
    font-size: 2rem;
    line-height: 4rem;
  }

  #risk .explain .red {
    font-size: 2.4rem;
  }

  #risk .mission {
    border: 0.5rem solid #a9cad4;
    width: calc(100% - 4rem);
    max-width: 600px;
    margin: 5rem auto 1rem auto;
    font-size: 2rem;
    line-height: 4rem;
    border-radius: 2.2rem;
    padding: 3.2rem 3rem 2.8rem 3rem;
  }

  #risk .mission .title {
    top: -1.8rem;
    width: 20rem;
    font-size: 2.4rem;
  }

  #risk .mission .title::before {
    top: 1.3rem;
    width: 20rem;
    height: 0.5rem;
  }

  #risk .risk-img {
    max-width: 110rem;
  }

  #risk .risk-img .risk-cont .img-wrap,
  #risk .risk-img .risk-cont-b .img-wrap {
    width: 30rem;
    margin-bottom: 5rem;
  }

  #risk .risk-img .risk-cont .risk-cont-l {
    width: calc((100% - 30rem) / 2);
    margin-top: 7rem;
  }

  #risk .risk-img .risk-cont .risk-cont-r {
    width: calc((100% - 30rem) / 2);
    margin: -5rem 0 0 -5rem;
  }

  #risk .risk-img .risk-cont .risk-cont-c .img-wrap {
    width: 35rem;
  }

  #risk .risk-img .risk-cont .risk-cont-l .img-wrap.one {
    margin-left: 10rem;
  }

  #risk .risk-img .risk-cont .risk-cont-r .img-wrap.two {
    margin: -3rem 0 2rem 10rem;
  }

  #risk .risk-img .risk-cont-b {
    margin-top: -5rem;
  }

  #risk .risk-img .risk-cont-b .img-wrap.two {
    margin: -3rem -5rem 0 5rem;
  }

  #risk .rule {
    font-size: 3rem;
    line-height: 5rem;
    margin-top: 3rem;
  }
}

/*--------------------------------------------------
**************************************************
相続バンクとは
**************************************************
--------------------------------------------------*/
#what .what-wrap {
  position: relative;
  background: #d0eefc;
  padding: 100px 0 6px 0;
  border-bottom: 6px solid #ffc200;
}

#what .what-wrap h3 {
  font-size: 40px;
  letter-spacing: 0.2em;
  text-align: center;
  line-height: 70px;
}

#what .what-wrap .sub-title {
  font-size: 28px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 50px;
  margin-top: 30px;
}

.what-bg {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 370px;
  bottom: 0;
  background: url("../imgs/what-bg.png") repeat-x,
    url("../imgs/what-bg.png") repeat-x;
  background-size: auto;
  animation: scroll-bg-double 40s linear infinite;
}

@keyframes scroll-bg-double {
  from {
    background-position: 0 0, -2424px 0;
  }

  to {
    background-position: 2424px 0, 0 0;
  }
}

#what .what-wrap .house-wrap {
  display: flex;
  max-width: 1200px;
  align-items: flex-end;
  justify-content: center;
  margin: 0 auto -23px auto;
}

#what .what-wrap .house-wrap .house-cont.one {
  position: relative;
  display: flex;
  width: 400px;
  height: 344px;
  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_02.png) no-repeat;
  background-size: 100%;
  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: 22px;
  letter-spacing: 0.2em;
  line-height: 30px;
  color: #664b38;
  font-weight: bold;
  text-align: center;
  margin: 20px 0;
}

#what .what-wrap .house-wrap .house-cont.one .house-text {
  font-size: 15px;
  color: #666666;
  letter-spacing: 0;
  text-align: center;
  line-height: 30px;
}

#what .what-wrap .house-wrap .house-cont.one .house-text .fbig {
  font-size: 22px;
  font-weight: bold;
  color: #333333;
}

#what .what-wrap .house-wrap .house-cont.two {
  position: relative;
  display: flex;
  width: 800px;
  height: 560px;
  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: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: -6px;
  background: url(../imgs/house_03.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}

#what .what-wrap .house-wrap .house-cont.two .icon-wrap {
  width: 210px;
  margin-top: -30px;
}

#what .what-wrap .house-wrap .house-cont.two .what-list {
  display: flex;
  width: 600px;
  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: 250px;
  height: 150px;
  background: #f4e9dc;
  border-radius: 20px;
  margin: 10px 10px 20px 10px;
}

#what .what-wrap .house-wrap .house-cont.two .what-list .what-cont .icon {
  width: 50px;
  height: 60px;
  margin: -20px auto 0 auto;
}

#what
  .what-wrap
  .house-wrap
  .house-cont.two
  .what-list
  .what-cont:nth-child(4)
  .icon {
  width: 40px;
}

#what
  .what-wrap
  .house-wrap
  .house-cont.two
  .what-list
  .what-cont
  .wcont-title {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-align: center;
}

#what .what-wrap .house-wrap .house-cont.two .what-list .what-cont .wcont-text {
  font-size: 14px;
  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: 16px;
  justify-content: space-between;
  align-items: flex-end;
}

#what .what-wrap .house-wrap .house-cont.two .peple-wrap .peple-img.one {
  width: 100px;
}

#what .what-wrap .house-wrap .house-cont.two .peple-wrap .peple-img.two {
  width: 200px;
}

.one-stop {
  position: relative;
  padding: 100px 0 70px 0;
}

.one-stop::before {
  position: absolute;
  content: "";
  width: 110px;
  height: 200px;
  top: 30px;
  left: 400px;
  right: 0;
  background: url(../imgs/arrow_03.svg) no-repeat;
  background-size: 100%;
  margin: auto;
  z-index: 1;
}

.one-stop .stop-wrap {
  position: relative;
  max-width: 1200px;
  width: calc(100% - 40px);
  border: 10px solid #c1c1c1;
  border-radius: 20px;
  margin: 0 auto;
  padding: 0 50px 50px 50px;
  box-sizing: border-box;
}

.one-stop .stop-wrap::before {
  position: absolute;
  content: "";
  width: 80%;
  height: 10px;
  top: -10px;
  left: 0;
  right: 0;
  background: #ffffff;
  margin: auto;
}

.one-stop .stop-wrap .stop-title {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -60px;
  z-index: 2;
}

.one-stop .stop-wrap .stop-title .icon-wrap {
  width: 90px;
  margin-right: 30px;
}

.one-stop .stop-wrap .stop-title h3 {
  font-size: 30px;
  letter-spacing: 0.2em;
  line-height: 40px;
}

.one-stop .stop-wrap .stop-text {
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 40px;
  margin-top: 20px;
}

@media screen and (max-width: 1300px) {
  #what .what-wrap {
    padding: 10rem 0 0.6rem 0;
    border-bottom: 0.6rem solid #ffc200;
  }

  #what .what-wrap h3 {
    font-size: 4rem;
    line-height: 7rem;
  }

  #what .what-wrap .sub-title {
    font-size: 2.8rem;
    line-height: 5rem;
    margin-top: 3rem;
  }

  .what-bg {
    height: 37rem;
  }

  #what .what-wrap .house-wrap {
    margin: 0 auto -2.3rem auto;
  }

  #what .what-wrap .house-wrap .house-cont.one {
    width: 40rem;
    height: 34.4rem;
  }

  #what .what-wrap .house-wrap .house-cont.one .icon-wrap {
    width: 4rem;
  }

  #what .what-wrap .house-wrap .house-cont.one .house-title {
    font-size: 2.2rem;
    line-height: 3rem;
    margin: 2rem 0;
  }

  #what .what-wrap .house-wrap .house-cont.one .house-text {
    font-size: 1.5rem;
    line-height: 3rem;
  }

  #what .what-wrap .house-wrap .house-cont.one .house-text .fbig {
    font-size: 2.2rem;
  }

  #what .what-wrap .house-wrap .house-cont.two {
    width: 80rem;
    height: 56.1rem;
    padding: 10rem 1rem 0px 1rem;
  }

  #what .what-wrap .house-wrap .house-cont.two::before {
    bottom: -0.6rem;
  }

  #what .what-wrap .house-wrap .house-cont.two .icon-wrap {
    width: 25rem;
    margin: -2rem 0 0 3rem;
  }

  #what .what-wrap .house-wrap .house-cont.two .what-list {
    width: 60rem;
    margin-top: 2rem;
  }

  #what .what-wrap .house-wrap .house-cont.two .what-list .what-cont {
    width: 25rem;
    height: 15rem;
    border-radius: 2rem;
    margin: 1rem 1rem 2rem 1rem;
  }

  #what .what-wrap .house-wrap .house-cont.two .what-list .what-cont .icon {
    width: 5rem;
    height: 6rem;
    margin: -2rem auto 0 auto;
  }

  #what
    .what-wrap
    .house-wrap
    .house-cont.two
    .what-list
    .what-cont:nth-child(4)
    .icon {
    width: 4rem;
  }

  #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.4rem;
    line-height: 2rem;
    margin-top: 1rem;
  }

  #what .what-wrap .house-wrap .house-cont.two .peple-wrap {
    right: -2rem;
    bottom: 1.6rem;
  }

  #what .what-wrap .house-wrap .house-cont.two .peple-wrap .peple-img.one {
    width: 10rem;
  }

  #what .what-wrap .house-wrap .house-cont.two .peple-wrap .peple-img.two {
    width: 20rem;
  }

  .one-stop {
    padding: 10rem 0 7rem 0;
  }

  .one-stop::before {
    width: 12rem;
    height: 20rem;
    left: 40rem;
  }

  .one-stop .stop-wrap {
    width: calc(100% - 4rem);
    border: 1rem solid #c1c1c1;
    border-radius: 2rem;
    padding: 0 5rem 5rem 5rem;
    box-sizing: border-box;
  }

  .one-stop .stop-wrap::before {
    height: 1rem;
    top: -1rem;
  }

  .one-stop .stop-wrap .stop-title {
    margin-top: -6rem;
  }

  .one-stop .stop-wrap .stop-title .icon-wrap {
    width: 9rem;
    margin-right: 3rem;
  }

  .one-stop .stop-wrap .stop-title h3 {
    font-size: 3rem;
    line-height: 4rem;
  }

  .one-stop .stop-wrap .stop-text {
    font-size: 2rem;
    line-height: 4rem;
    margin-top: 2rem;
  }
}

/*--------------------------------------------------
**************************************************
名義変更
**************************************************
--------------------------------------------------*/
#change {
  position: relative;
  max-width: 1500px;
  margin: 0 auto;
}

#change h3 {
  font-size: 30px;
  letter-spacing: 0.2em;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
}

#change .change-content {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 80px;
}

#change .change-content .change-wrap {
  position: relative;
  width: calc(100% / 2);
}

#change .change-content .change-wrap .change-cont {
  position: relative;
  padding: 80px 30px 10px 30px;
}

#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 {
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-align: center;
}

#change .change-content .change-wrap .change-cont .img-wrap {
  width: 350px;
  height: 350px;
  margin: 50px auto 30px auto;
}

#change .change-content .change-wrap .chack-list li {
  position: relative;
  display: flex;
  height: 80px;
  justify-content: flex-start;
  align-items: center;
}

#change .change-content .change-wrap .chack-list li::before {
  position: absolute;
  content: "";
  width: 80%;
  height: 2px;
  left: 70px;
  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: 40px;
  height: 40px;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 5px;
  margin-right: 30px;
}

#change .change-content .change-wrap .chack-list li .check::before {
  position: absolute;
  content: "";
  width: 45px;
  height: 40px;
  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: 20px;
  letter-spacing: 0.2em;
}

#change .change-content .change-wrap .change-item {
  position: relative;
  display: flex;
  padding-top: 150px;
  align-items: flex-start;
  justify-content: center;
}

#change .change-content .change-wrap .change-item::before {
  position: absolute;
  content: "";
  width: 100px;
  height: 120px;
  top: 60px;
  left: 0;
  right: 0;
  margin: auto;
}

#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: 100px;
  font-size: 25px;
  letter-spacing: 0.05em;
  align-items: center;
}

#change .change-content .change-wrap .change-item .img-wrap {
  width: 300px;
  height: 265px;
  margin-bottom: -10px;
}

#change .change-content .change-wrap .change-item .img-wrap img {
  height: 100%;
}

@media screen and (max-width: 1300px) {
  #change h3 {
    font-size: 3rem;
    line-height: 4rem;
  }

  #change .change-content {
    margin-top: 8rem;
  }

  #change .change-content .change-wrap .change-cont {
    padding: 8rem 3rem 1rem 3rem;
  }

  #change .change-content .change-wrap .change-cont::before {
    height: 4rem;
    bottom: -4rem;
  }

  #change .change-content .change-wrap .change-cont .title {
    font-size: 2.5rem;
  }

  #change .change-content .change-wrap .change-cont .img-wrap {
    width: 35rem;
    height: 35rem;
    margin: 5rem auto 3rem auto;
  }

  #change .change-content .change-wrap .chack-list li {
    height: 8rem;
  }

  #change .change-content .change-wrap .chack-list li::before {
    height: 0.2rem;
    left: 7rem;
  }

  #change .change-content .change-wrap .chack-list li .check {
    width: 4rem;
    height: 4rem;
    margin-right: 3rem;
  }

  #change .change-content .change-wrap .chack-list li .check::before {
    width: 4.5rem;
    height: 4rem;
    top: 0.5rem;
  }

  #change .change-content .change-wrap .chack-list li .list-text {
    font-size: 2rem;
  }

  #change .change-content .change-wrap .change-item {
    padding-top: 15rem;
  }

  #change .change-content .change-wrap .change-item::before {
    width: 10rem;
    height: 12rem;
    top: 6rem;
  }

  #change .change-content .change-wrap .change-item .text {
    height: 10rem;
    font-size: 2.5rem;
  }

  #change .change-content .change-wrap .change-item .img-wrap {
    width: 30rem;
    height: 26.5rem;
    margin-bottom: -1rem;
  }
}

/*--------------------------------------------------
**************************************************
パシャとそうぞく
**************************************************
--------------------------------------------------*/
#online {
  position: relative;
  background: #d4f0fc;
  padding: 40px 50px;
}

#online::before {
  position: absolute;
  content: "";
  width: 300px;
  height: 250px;
  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: 30px;
  text-align: center;
  letter-spacing: 0.2em;
}

#online .text {
  position: relative;
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.2em;
  margin-top: 30px;
}

#online .sub-title {
  margin-top: 70px;
  text-align: center;
}

#online .sub-title .blue {
  font-size: 25px;
  font-weight: bold;
  color: #023c6d;
  letter-spacing: 0.15em;
}

#online .sub-title h2 {
  font-size: 42px;
  letter-spacing: 0.1em;
}

#online .online-content {
  max-width: 1200px;
  background: #ffffff;
  padding: 50px 50px;
  border-radius: 70px;
  margin: 0 auto;
}

#online .online-content .text-area {
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.2em;
  line-height: 35px;
}

#online .online-content .text-area .obig {
  font-size: 25px;
  font-weight: bold;
}

#online .online-content .online-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px auto;
}

#online .online-content .online-wrap .online-cont {
  margin: 0 30px;
}

#online .online-content .online-wrap .online-cont .img-wrap {
  width: 250px;
}

#online .online-content .online-wrap .online-cont .title {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
}

#online .online-content .online-wrap .arrow {
  width: 80px;
}

#online .online-content .check-text {
  max-width: 650px;
  margin: 0 auto;
}

#online .online-content .check-text li {
  display: flex;
  align-items: flex-end;
}

#online .online-content .check-text li .check-icon {
  width: 50px;
  margin-right: 20px;
}

#online .check-text .text {
  font-size: 30px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 1300px) {
  #online {
    padding: 4rem 5rem;
  }

  #online::before {
    width: 30rem;
    height: 25rem;
  }

  #online h3 {
    font-size: 3rem;
  }

  #online .text {
    font-size: 3rem;
    margin-top: 3rem;
  }

  #online .sub-title {
    margin-top: 7rem;
  }

  #online .sub-title .blue {
    font-size: 2.5rem;
  }

  #online .sub-title h2 {
    font-size: 4.2rem;
  }

  #online .online-content {
    padding: 5rem 5rem;
    border-radius: 7rem;
  }

  #online .online-content .text-area {
    font-size: 2rem;
    line-height: 3.5rem;
  }

  #online .online-content .text-area .obig {
    font-size: 2.5rem;
  }

  #online .online-content .online-wrap {
    margin: 5rem auto;
  }

  #online .online-content .online-wrap .online-cont {
    margin: 0 3rem;
  }

  #online .online-content .online-wrap .online-cont .img-wrap {
    width: 25rem;
  }

  #online .online-content .online-wrap .online-cont .title {
    font-size: 2.8rem;
  }

  #online .online-content .online-wrap .arrow {
    width: 8rem;
  }

  #online .online-content .check-text {
    max-width: 65rem;
  }

  #online .online-content .check-text li .check-icon {
    width: 5rem;
    margin-right: 2rem;
  }

  #online .check-text .text {
    font-size: 3rem;
  }
}

/*--------------------------------------------------
**************************************************
他社とのサービス比較
**************************************************
--------------------------------------------------*/
#service {
  max-width: 1000px;
  margin: 70px auto;
}

#service h3 {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-align: center;
}

#service .service-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-top: 50px;
}

#service .service-wrap .title-cont {
  width: 150px;
  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: 100px;
  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: 30px;
}

#service .service-wrap .title-cont li .title {
  width: calc(100% - 50px);
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.2em;
}

#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: 100px;
  flex-direction: column;
  justify-content: center;
}

#service .service-wrap .service-info .index {
  font-size: 22px;
  line-height: 30px;
  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: 40px;
  margin: 0 auto 10px auto;
}

#service .service-wrap .service-info li .title {
  display: block;
  font-size: 15px;
  text-align: center;
}

#service .service-wrap .service-info li .service-list li .list {
  position: relative;
  width: 200px;
  margin: 0 auto;
  padding-left: 20px;
}

#service .service-wrap .service-info li .service-list li .list::before {
  position: absolute;
  content: "・";
  left: 0;
}

#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: 18px;
  font-weight: 400;
}

@media screen and (max-width: 1300px) {
  #service {
    margin: 7rem auto;
  }

  #service h3 {
    font-size: 3.2rem;
  }

  #service .service-wrap {
    margin-top: 5rem;
  }

  #service .service-wrap .title-cont {
    width: 15rem;
    border-radius: 2rem 0 0 2rem;
    padding: 0 0 0 1rem;
  }

  #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: 3rem;
  }

  #service .service-wrap .title-cont li .title {
    width: calc(100% - 5rem);
    font-size: 1.5rem;
  }

  #service .service-wrap .service-info {
    width: calc((100% - 15rem) / 3);
    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.2rem;
    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: 4rem;
    margin: 0 auto 1rem auto;
  }

  #service .service-wrap .service-info li .title {
    font-size: 1.5rem;
  }

  #service .service-wrap .service-info li .service-list li .list {
    width: 20rem;
    padding-left: 2rem;
  }

  #service .service-wrap .service-info li .title.big {
    font-size: 1.8rem;
  }
}

/*--------------------------------------------------
**************************************************
資料請求バナー
**************************************************
--------------------------------------------------*/
.contact-banner {
  max-width: 800px;
  margin: 0 auto;
}

.contact-banner .cbanner-cont {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.contact-banner .cbanner-cont .img-wrap {
  width: 90px;
}

.contact-banner .cbanner-cont .text-wrap {
  width: 250px;
  text-align: center;
}

.contact-banner .cbanner-cont .text-wrap .text {
  display: block;
  font-size: 20px;
}

.contact-banner .cbanner-cont .text-wrap .blue {
  font-size: 40px;
  font-weight: bold;
  font-style: italic;
  letter-spacing: 0.05em;
}

.contact-banner .cbanner-cont .text-wrap .blue .en {
  font-size: 20px;
  font-style: normal;
  margin-left: 5px;
}

.contact-banner .cbanner-cont .text-wrap .tax {
  font-size: 15px;
  letter-spacing: 0.05em;
}

.contact-banner .more {
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.2em;
}

.contact-banner .arrow-wrap {
  width: 40px;
  margin: 10px auto;
}

.contact-banner .pay-wrap {
  position: relative;
  max-width: 500px;
  text-align: center;
  margin: -20px auto 0 auto;
}

.contact-banner .pay-wrap::before {
  position: absolute;
  content: "";
  width: 180px;
  height: 110px;
  top: -42px;
  left: -40px;
  background: url(../imgs/coupon_03.png) no-repeat;
  background-size: 100%;
  z-index: 1;
}

.contact-banner .pay-wrap .blue {
  font-size: 85px;
  font-weight: bold;
  letter-spacing: -0.05em;
  font-family: "Monda", serif;
  font-style: italic;
}

.contact-banner .pay-wrap .blue .en {
  font-size: 28px;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  margin-left: 10px;
}

.contact-banner .pay-wrap .tax {
  font-size: 18px;
  letter-spacing: 0.05em;
}

.contact-banner .note {
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.05em;
  margin: 10px 0;
}

.contact-banner .cbanner-btn {
  position: relative;
  display: flex;
  height: 100px;
  justify-content: center;
}

.contact-banner .cbanner-btn a {
  position: absolute;
  display: flex;
  width: calc(100% - 80px);
  height: 100%;
  font-size: 30px;
  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;
  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: 350px;
  height: 20px;
  margin: 0 auto;
}

.contact-banner .tel-wrap {
  margin: 50px auto;
}

.contact-banner .tel-wrap p {
  font-size: 18px;
  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: 60px;
  margin-right: 20px;
}

.contact-banner .tel-wrap .ctel-cont .tel-text .number {
  display: block;
  font-size: 50px;
  color: #0466c8;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.contact-banner .tel-wrap .ctel-cont .tel-text .text {
  display: block;
  font-size: 18px;
  letter-spacing: 0.1em;
  text-align: center;
}

@media screen and (max-width: 1300px) {
  .contact-banner .cbanner-cont .img-wrap {
    width: 9rem;
  }

  .contact-banner .cbanner-cont .text-wrap {
    width: 25rem;
  }

  .contact-banner .cbanner-cont .text-wrap .text {
    font-size: 2rem;
  }

  .contact-banner .cbanner-cont .text-wrap .blue {
    font-size: 4rem;
  }

  .contact-banner .cbanner-cont .text-wrap .blue .en {
    font-size: 2rem;
    margin-left: 0.5rem;
  }

  .contact-banner .cbanner-cont .text-wrap .tax {
    font-size: 1.5rem;
  }

  .contact-banner .more {
    font-size: 2rem;
  }

  .contact-banner .arrow-wrap {
    width: 4rem;
    margin: 1rem auto;
  }

  .contact-banner .pay-wrap::before {
    width: 18rem;
    height: 11rem;
    top: -4.5rem;
    left: calc(50% - 28rem);
  }

  .contact-banner .pay-wrap .blue {
    font-size: 8rem;
  }

  .contact-banner .pay-wrap .blue .en {
    font-size: 2.8rem;
    margin-left: 1rem;
  }

  .contact-banner .pay-wrap .tax {
    font-size: 1.8rem;
  }

  .contact-banner .note {
    font-size: 1.8rem;
    margin: 1rem 0;
  }

  .contact-banner .cbanner-btn {
    height: 10rem;
  }

  .contact-banner .cbanner-btn a {
    width: calc(100% - 8rem);
    font-size: 3rem;
  }

  .contact-banner .cbanner-btn a .btn-text {
    margin-bottom: -1rem;
  }

  .contact-banner .cbanner-btn .arrow {
    width: 35rem;
    height: 2rem;
  }

  .contact-banner .tel-wrap {
    margin: 5rem auto;
  }

  .contact-banner .tel-wrap p {
    font-size: 1.8rem;
  }

  .contact-banner .tel-wrap .ctel-cont .icon-wrap {
    width: 6rem;
    margin-right: 2rem;
  }

  .contact-banner .tel-wrap .ctel-cont .tel-text .number {
    font-size: 5rem;
  }

  .contact-banner .tel-wrap .ctel-cont .tel-text .text {
    font-size: 1.8rem;
  }
}

#thanks {
  max-width: 900px !important;
}

#thanks .text-area h1 {
  font-size: 30px !important;
  letter-spacing: 0.1em;
  line-height: 40px;
  text-align: center;
  padding-bottom: 20px;
}

#thanks .text-area p {
  font-size: 20px;
}

#thanks .text-area .warning-list {
  width: 700px;
  margin: 30px auto;
  border: 1px dashed #cccccc;
  border-radius: 15px;
  padding: 20px;
  box-sizing: border-box;
}

#thanks .text-area .warning-list ul li {
  position: relative;
  font-size: 20px;
  padding-left: 30px;
  letter-spacing: 0.1em;
}

#thanks .text-area .warning-list ul li::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  top: 0;
  left: 10px;
  bottom: 0;
  background: #454545;
  border-radius: 50%;
  margin: auto;
}

#thanks .button-area {
  display: flex;
  justify-content: center;
  margin: 30px auto;
}

#thanks .button-area a.return {
  display: flex;
  width: 250px;
  height: 60px;
  font-size: 20px;
  letter-spacing: 0.1em;
  border-radius: 20px;
  background: #0466c8;
  color: #ffffff;
  text-decoration: none;
  justify-content: center;
  align-items: center;
}

/*--------------------------------------------------
**************************************************
3つの理由
**************************************************
--------------------------------------------------*/
#reason {
  position: relative;
  width: 100%;
  background: #e9f6ff;
  padding: 80px 0 50px 0;
  margin-bottom: 80px;
}

#reason .reason-wrap {
  max-width: 1200px;
  margin: 0 auto;
}

#reason .reason-wrap .sub-title {
  font-size: 25px;
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: bold;
}

#reason .reason-wrap h3 {
  font-size: 42px;
  letter-spacing: 0.2em;
  text-align: center;
  margin-top: 20px;
}

#reason .reason-wrap .reason-top-cont {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}

#reason .reason-wrap .reason-top-cont .rtop-cont {
  position: relative;
  width: 300px;
  height: 350px;
  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: 45px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-top: -40px;
}

#reason .reason-wrap .reason-top-cont .rtop-cont a .title {
  display: flex;
  height: 120px;
  font-size: 24px;
  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: 150px;
  height: 150px;
  margin: 0 auto;
  justify-content: center;
  align-items: flex-end;
}

#reason .reason-wrap .reason-top-cont .rtop-cont:first-child a .icon-wrap {
  width: 110px;
}

#reason .reason-wrap .reason-top-cont .rtop-cont:last-child a .icon-wrap {
  width: 180px;
}

#reason .reason-wrap .reason-top-cont .rtop-cont a .arrow {
  width: 40px;
  margin: 20px auto 10px auto;
}

#reason .reason-wrap .reason-info {
  width: calc(100% - 40px);
  height: auto;
  background: #ffffff;
  border-radius: 30px;
  padding: 50px 50px;
  margin: 20px auto 30px auto;
  box-sizing: border-box;
}

#reason .reason-wrap .reason-info .info-title {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

#reason .reason-wrap .reason-info .info-title .num-wrap {
  color: #333333;
  text-align: center;
  line-height: 30px;
  margin-right: 30px;
}

#reason .reason-wrap .reason-info .info-title .num-wrap .text {
  display: block;
  font-size: 18px;
  letter-spacing: 0.1em;
  margin-left: 10px;
}

#reason .reason-wrap .reason-info .info-title .num-wrap .num {
  font-size: 45px;
  font-style: italic;
  letter-spacing: 0.1em;
  font-weight: bold;
}

#reason .reason-wrap .reason-info .info-title .title-text {
  font-size: 30px;
  letter-spacing: 0.1em;
  line-height: 30px;
  font-weight: bold;
  color: #333333;
}

#reason .reason-wrap .reason-info .info-cont-top {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 30px;
}

#reason .reason-wrap .reason-info .info-cont-top .img-wrap {
  width: 230px;
  margin-right: 50px;
}

#reason .reason-wrap .reason-info .info-cont-top .text-wrap {
  width: calc(100% - 280px);
  background: #f7f5ed;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 30px;
  border-radius: 20px;
  padding: 30px 30px;
}

#reason .reason-wrap .reason-info .info-cont-top .text-wrap p {
  margin-bottom: 1em;
}

#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: 12px;
}

#reason .reason-wrap .reason-info .info-actual {
  margin: 50px auto 0 auto;
}

#reason .reason-wrap .reason-info .info-actual .actual-title {
  font-size: 28px;
  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: 30px;
}

#reason .reason-wrap .reason-info .info-actual .actual-list li {
  position: relative;
  width: 300px;
  height: 180px;
  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: 80px;
  height: 100px;
  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: right;
}
#reason
  .reason-wrap
  .reason-info
  .info-actual
  .actual-list
  li
  .actual-text
  .text01 {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.1em;
}

#reason
  .reason-wrap
  .reason-info
  .info-actual
  .actual-list
  li
  .actual-text
  .text02 {
  font-size: 20px;
  letter-spacing: 0.1em;
}

#reason
  .reason-wrap
  .reason-info
  .info-actual
  .actual-list
  li
  .actual-text
  .text02
  .num {
  font-size: 32px;
}

#reason .reason-wrap #r-cont-two .info-cont-top .text-wrap .text-title {
  font-size: 22px;
  letter-spacing: 0.1em;
  font-weight: 400;
  text-align: center;
  margin-bottom: 30px;
}

#reason .reason-wrap #r-cont-two .info-cont-top .text-wrap .price-wrap {
  text-align: center;
  position: relative;
  font-family: "Monda", serif;
  font-style: italic;
  font-weight: bold;
  padding-left: 80px;
}

#reason .reason-wrap #r-cont-two .info-cont-top .text-wrap .price-wrap .price {
  font-size: 40px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: -0.05em;
  position: relative;
}

#reason
  .reason-wrap
  #r-cont-two
  .info-cont-top
  .text-wrap
  .price-wrap
  .price:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 8px;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 3px;
  margin: auto;
  background-color: #99c2ea;
}

#reason
  .reason-wrap
  #r-cont-two
  .info-cont-top
  .text-wrap
  .price-wrap
  .price:after {
  content: "";
  position: absolute;
  top: 8px;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 3px;
  margin: auto;
  background-color: #99c2ea;
}

#reason .reason-wrap #r-cont-two .info-cont-top .text-wrap .price-wrap .en {
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-style: normal;
  font-family: "Noto Sans JP", sans-serif;
  margin: 0 3px 0 10px;
}

#reason .reason-wrap #r-cont-two .info-cont-top .text-wrap .price-wrap .tax {
  font-style: normal;
}

#reason .reason-wrap #r-cont-two .info-cont-top .text-wrap .more {
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.2em;
}

#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;
  padding-left: 40px;
  margin: 30px 0 30px 0;
}

#reason .reason-wrap #r-cont-two .info-cont-top .pay-wrap .blue {
  position: relative;
  z-index: 1;
  font-size: 68px;
  font-weight: bold;
  letter-spacing: -0.05em;
  font-family: "Monda", serif;
  font-style: italic;
}

#reason .reason-wrap #r-cont-two .info-cont-top .pay-wrap .blue::before {
  position: absolute;
  content: "";
  width: 190px;
  height: 118px;
  top: -59px;
  left: -112px;
  background: url(../imgs/coupon_03.png) no-repeat;
  background-size: 100%;
  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: 28px;
  margin-left: 10px;
}

#reason .reason-wrap #r-cont-two .info-cont-top:last-child {
  margin-top: 80px;
}

#reason .reason-wrap #r-cont-two .info-cont-top:last-child::before {
  position: absolute;
  content: "";
  width: calc(100% - 100px);
  height: 5px;
  top: -40px;
  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: 110px;
}

#reason .reason-wrap .reason-info .step .user-wrap {
  width: 600px;
}

#reason .reason-wrap .reason-info .step .user-wrap .step-top .icon-wrap {
  width: 60px;
  margin: 0 auto 10px auto;
}

#reason .reason-wrap .reason-info .step .user-wrap .step-top .name {
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: 400;
  text-align: center;
}

#reason .reason-wrap .reason-info .step .user-wrap .step-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#reason .reason-wrap .reason-info .step .user-wrap .step-wrap .step-cont {
  width: 100%;
  height: auto;
  background: #f7f5ed;
  border-radius: 20px;
  padding: 30px 30px;
  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: 25px;
}

#reason
  .reason-wrap
  .reason-info
  .step
  .user-wrap
  .step-wrap
  .step-cont
  .cont-title
  .num-wrap
  .num {
  font-size: 35px;
}

#reason
  .reason-wrap
  .reason-info
  .step
  .user-wrap
  .step-wrap
  .step-cont
  .cont-title
  .title-name {
  font-size: 28px;
  letter-spacing: 0.1em;
}

#reason
  .reason-wrap
  .reason-info
  .step
  .user-wrap
  .step-wrap
  .step-cont
  .step-text {
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 30px;
  margin-top: 30px;
}

#reason .reason-wrap .reason-info .step .user-wrap .step-wrap .w-arrow {
  width: 50px;
}

#reason .reason-wrap .reason-info .step .firm-wrap {
  width: 400px;
}

#reason .reason-wrap .reason-info .step .firm-wrap .step-top .icon-wrap {
  width: 220px;
  margin: 0 auto;
  transform: translateY(-30px);
}

#reason .reason-wrap .reason-info .step .firm-wrap .firm-cont-wrap {
  display: flex;
  height: 1030px;
  background: #f1f1f1;
  border-radius: 20px;
  padding: 30px 30px;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: space-between;
}

#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 30px;
  box-sizing: border-box;
}

#reason
  .reason-wrap
  .reason-info
  .step
  .firm-wrap
  .firm-cont-wrap
  .firm-cont::before {
  position: absolute;
  content: "";
  width: 300px;
  height: 40px;
  top: 0;
  left: -90%;
  bottom: 0;
  background: url(../imgs/arrow_09.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: 50%;
}

#reason
  .reason-wrap
  .reason-info
  .step
  .firm-wrap
  .firm-cont-wrap
  .firm-cont:last-child {
  margin-bottom: 20px;
}

#reason
  .reason-wrap
  .reason-info
  .step
  .firm-wrap
  .firm-cont-wrap
  .firm-cont
  .fcont-title {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}

#reason
  .reason-wrap
  .reason-info
  .step
  .firm-wrap
  .firm-cont-wrap
  .firm-cont
  .fcont-text {
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 25px;
  font-weight: 400;
}

@media screen and (max-width: 1300px) {
  #reason {
    padding: 8rem 0 5rem 0;
    margin-bottom: 8rem;
  }

  #reason .reason-wrap .sub-title {
    font-size: 2.5rem;
  }

  #reason .reason-wrap h3 {
    font-size: 4.2rem;
    margin-top: 2rem;
  }

  #reason .reason-wrap .reason-top-cont {
    margin-top: 5rem;
  }

  #reason .reason-wrap .reason-top-cont .rtop-cont {
    width: 30rem;
    height: 35rem;
    border-radius: 2rem;
    margin: 1rem;
  }

  #reason .reason-wrap .reason-top-cont .rtop-cont a .num {
    font-size: 4.5rem;
    margin-top: -4rem;
  }

  #reason .reason-wrap .reason-top-cont .rtop-cont a .title {
    height: 12rem;
    font-size: 2.4rem;
  }

  #reason .reason-wrap .reason-top-cont .rtop-cont a .icon-wrap {
    width: 15rem;
    height: 15rem;
  }

  #reason .reason-wrap .reason-top-cont .rtop-cont:first-child a .icon-wrap {
    width: 11rem;
  }

  #reason .reason-wrap .reason-top-cont .rtop-cont:last-child a .icon-wrap {
    width: 18rem;
  }

  #reason .reason-wrap .reason-top-cont .rtop-cont a .arrow {
    width: 4rem;
    margin: 2rem auto 1rem auto;
  }

  #reason .reason-wrap .reason-info {
    width: calc(100% - 4rem);
    border-radius: 3rem;
    padding: 5rem 5rem;
    margin: 2rem auto 3rem auto;
  }

  #reason .reason-wrap .reason-info .info-title .num-wrap {
    line-height: 3rem;
    margin-right: 3rem;
  }

  #reason .reason-wrap .reason-info .info-title .num-wrap .text {
    font-size: 1.8rem;
    margin-left: 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: 3rem;
    line-height: 3rem;
  }

  #reason .reason-wrap .reason-info .info-cont-top {
    margin-top: 3rem;
  }

  #reason .reason-wrap .reason-info .info-cont-top .img-wrap {
    width: 23rem;
    margin-right: 5rem;
  }

  #reason .reason-wrap .reason-info .info-cont-top .text-wrap {
    width: calc(100% - 28rem);
    font-size: 1.8rem;
    line-height: 3rem;
    border-radius: 2rem;
    padding: 3rem 3rem;
  }

  #reason .reason-wrap .reason-info .info-cont-top .text-wrap p .small {
    display: block;
    font-size: 1.4rem;
  }

  #reason .reason-wrap .reason-info .info-actual {
    margin: 5rem auto 0 auto;
  }

  #reason .reason-wrap .reason-info .info-actual .actual-title {
    font-size: 2.8rem;
  }

  #reason .reason-wrap .reason-info .info-actual .actual-list {
    margin-top: 3rem;
  }

  #reason .reason-wrap .reason-info .info-actual .actual-list li {
    width: 30rem;
    height: 18rem;
    border-radius: 1rem;
    padding: 2rem 1rem;
    margin: 5rem 1.5rem 0px 1.5rem;
  }

  #reason .reason-wrap .reason-info .info-actual .actual-list li .icon {
    width: 8rem;
    height: 10rem;
    margin: -5rem auto 0px auto;
  }

  #reason
    .reason-wrap
    .reason-info
    .info-actual
    .actual-list
    li
    .actual-text
    .text01 {
    font-size: 2.4rem;
  }

  #reason
    .reason-wrap
    .reason-info
    .info-actual
    .actual-list
    li
    .actual-text
    .text02 {
    font-size: 2rem;
  }

  #reason
    .reason-wrap
    .reason-info
    .info-actual
    .actual-list
    li
    .actual-text
    .text02
    .num {
    position: relative;
    font-size: 3.2rem;
  }
  .attention02 {
    margin-top: 10px;
    width: 100%;
    text-align: right;
    font-size: 12px;
    color: #444;
  }
  #reason .reason-wrap #r-cont-two .info-cont-top .text-wrap .text-title {
    font-size: 2.2rem;
    margin-bottom: 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 .pay-wrap .blue::before {
    width: 19rem;
    height: 11.8rem;
    top: -5.9rem;
    left: -11.2rem;
  }

  #reason .reason-wrap #r-cont-two .info-cont-top .text-wrap .pay-wrap .pay {
    font-size: 4rem;
  }

  #reason .reason-wrap #r-cont-two .info-cont-top .text-wrap .pay-wrap .en {
    font-size: 2.5rem;
  }

  #reason .reason-wrap #r-cont-two .info-cont-top:last-child {
    margin-top: 8rem;
  }

  #reason .reason-wrap #r-cont-two .info-cont-top:last-child::before {
    width: calc(100% - 10rem);
    height: 0.5rem;
    top: -4rem;
    left: 5rem;
    background-size: 3.3rem;
  }

  #reason .reason-wrap .reason-info .step {
    margin-top: 5rem;
  }

  #reason .reason-wrap .reason-info .step .step-top {
    height: 11rem;
  }

  #reason .reason-wrap .reason-info .step .user-wrap {
    width: 60rem;
  }

  #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: 1.8rem;
  }

  #reason .reason-wrap .reason-info .step .user-wrap .step-wrap .step-cont {
    border-radius: 2rem;
    padding: 3rem 3rem;
    margin: 2rem 0 2rem 0;
  }

  #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: 2.5rem;
  }

  #reason
    .reason-wrap
    .reason-info
    .step
    .user-wrap
    .step-wrap
    .step-cont
    .cont-title
    .num-wrap
    .num {
    font-size: 3.5rem;
  }

  #reason
    .reason-wrap
    .reason-info
    .step
    .user-wrap
    .step-wrap
    .step-cont
    .cont-title
    .title-name {
    font-size: 2.8rem;
  }

  #reason
    .reason-wrap
    .reason-info
    .step
    .user-wrap
    .step-wrap
    .step-cont
    .step-text {
    font-size: 1.8rem;
    line-height: 3rem;
    margin-top: 3rem;
  }

  #reason .reason-wrap .reason-info .step .user-wrap .step-wrap .w-arrow {
    width: 5rem;
  }

  #reason .reason-wrap .reason-info .step .firm-wrap {
    width: 40rem;
  }

  #reason .reason-wrap .reason-info .step .firm-wrap .step-top .icon-wrap {
    width: 22rem;
    transform: translateY(-3rem);
  }

  #reason .reason-wrap .reason-info .step .firm-wrap .firm-cont-wrap {
    height: 103rem;
    border-radius: 2rem;
    padding: 3rem 3rem;
  }

  #reason
    .reason-wrap
    .reason-info
    .step
    .firm-wrap
    .firm-cont-wrap
    .firm-cont {
    padding: 2rem 3rem;
  }

  #reason
    .reason-wrap
    .reason-info
    .step
    .firm-wrap
    .firm-cont-wrap
    .firm-cont::before {
    width: 30rem;
    height: 4rem;
  }

  #reason
    .reason-wrap
    .reason-info
    .step
    .firm-wrap
    .firm-cont-wrap
    .firm-cont:last-child {
    margin-bottom: 2rem;
  }

  #reason
    .reason-wrap
    .reason-info
    .step
    .firm-wrap
    .firm-cont-wrap
    .firm-cont
    .fcont-title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }

  #reason
    .reason-wrap
    .reason-info
    .step
    .firm-wrap
    .firm-cont-wrap
    .firm-cont
    .fcont-text {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
}

/*--------------------------------------------------
**************************************************
FAQ
**************************************************
--------------------------------------------------*/
#faq {
  position: relative;
  background: #e9f6ff;
  padding: 50px 0;
}

#faq h3 {
  font-size: 28px;
  text-align: center;
  letter-spacing: 0.1em;
}

#faq .faq-cont {
  max-width: 1000px;
  width: calc(100% - 80px);
  margin: 50px 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: 20px;
  bottom: 0;
  background: #bbbbbb;
  margin: auto;
}

#faq .faq-cont .faq-item .question::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  top: 0;
  right: 20px;
  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: 25px;
  font-weight: bold;
  margin-right: 20px;
}

#faq .faq-cont .faq-item .answer .a-icon {
  margin-top: -5px;
}

#faq .faq-cont .faq-item .question .q-text {
  display: block;
  width: calc(100% - 100px);
  font-size: 22px;
  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: 60px;
  box-sizing: border-box;
  margin-top: -20px;
}

#faq .faq-cont .faq-item .answer .a-text {
  position: relative;
  display: block;
  width: calc(100% - 100px);
  font-size: 18px;
  letter-spacing: 0.1em;
}

#faq .faq-cont .faq-item .answer .a-text::before {
  position: absolute;
  content: "";
  width: 100%;
  top: -20px;
  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.1s;
}

@media screen and (max-width: 1300px) {
  #faq {
    padding: 5rem 0;
  }

  #faq h3 {
    font-size: 2.8rem;
  }

  #faq .faq-cont {
    width: calc(100% - 8rem);
    margin: 5rem auto;
  }

  #faq .faq-cont .faq-item {
    border-radius: 2rem;
    margin-bottom: 2rem;
    padding: 2rem 2rem;
  }

  #faq .faq-cont .faq-item .question {
    border-radius: 2rem;
  }

  #faq .faq-cont .faq-item .question::before {
    width: 3rem;
    height: 0.2rem;
    right: 2rem;
  }

  #faq .faq-cont .faq-item .question::after {
    width: 3rem;
    height: 0.2rem;
    right: 2rem;
  }

  #faq .faq-cont .faq-item .question .q-icon,
  #faq .faq-cont .faq-item .answer .a-icon {
    font-size: 2.5rem;
    margin-right: 2rem;
  }

  #faq .faq-cont .faq-item .question .q-text {
    width: calc(100% - 10rem);
    font-size: 2.2rem;
  }

  #faq .faq-cont .faq-item .answer {
    padding-top: 5rem;
    margin-top: -2rem;
  }

  #faq .faq-cont .faq-item .answer .answer-inner {
    padding-top: 3rem;
    margin-top: -2rem;
  }

  #faq .faq-cont .faq-item .answer .a-text {
    width: calc(100% - 10rem);
    font-size: 1.8rem;
  }

  #faq .faq-cont .faq-item .answer .a-text::before {
    top: -2rem;
  }
}

/*--------------------------------------------------
**************************************************
お問い合わせフォーム
**************************************************
--------------------------------------------------*/

h1.contact-title {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #000000;
  text-align: center;
  margin-top: 80px;
}

.contact-text {
  font-size: 20px;
  letter-spacing: 0.075rem;
  text-align: center;
  font-weight: 400;
  color: #000000;
  line-height: 30px;
  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;
  }
}

@media screen and (max-width: 1300px) {
  h1.contact-title {
    font-size: 3.2rem;
    margin-top: 8rem;
  }

  .contact-text {
    font-size: 2rem;
    line-height: 3rem;
    margin-top: 3rem;
  }

  form#mail_form input[type="button"] {
    width: 30rem;
    height: 5rem;
    font-size: 3rem !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%;
  padding: 0 0 25px 5%;
}

form#mail_form dl.contact-detail.select-ratio dd {
  padding: 10px 0 25px 0;
}

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: 6px;
}

.custom-radio::after {
  height: 12px;
  width: 23px;
  top: 23%;
  left: 2px;
  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: calc(100% - 80px) !important;
  min-height: 100px;
  height: 100% !important;
}

form#mail_form dl.contact-detail dd .custom-radio {
  display: inline-block;
  padding-left: 45px;
  margin-right: 20px;
}
.checkdate {
  position: relative;
  display: inline-block;
  height: 32px;
  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;
}

/*--------------------------------------------------
**************************************************
特定商取引法に関する表記
**************************************************
--------------------------------------------------*/
#container.law {
  position: relative;
  width: 100%;
  background: #e9f6ff;
  padding: 80px 0;
}
#raw-page #container.law {
  padding: 80px 0 0 0;
}

#container.law .law-wrap {
  max-width: 800px;
  width: calc(100% - 40px);
  margin: 0 auto 70px auto;
}

#container.law .law-wrap h1 {
  font-size: 24px;
  color: #0466c8;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 50px;
}

#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: 150px;
  background-color: #f4f4f4;
  font-weight: normal;
}

#container.law .law-wrap table td {
  background-color: #fff;
}

/*--------------------------------------------------
**************************************************
フッター
**************************************************
--------------------------------------------------*/

footer {
  background-color: #a5a5a5;
  color: #fff;
  padding: 20px 0;
  text-align: center;
}

.footer-content {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}

.footer-content li {
  display: inline;
}

.footer-content a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  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: 1rem 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;
}
