/*global classes*/
.bold {
  font-weight: bold !important;
}
body,
html {
  width: 100%;
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
  overflow-x: hidden;
  /*box-sizing: border-box;*/
}
body img {
  width: 100%;
  max-width: 100%;
}
.mt-80 {
  margin-top: 5rem;
}
.mt-32 {
  margin-top: 2rem;
}
.underline {
  position: relative;
  display: inline-block;
  z-index: 9;
}

.underline:after {
  position: absolute;
  content: "";
  height: 4px;
  width: 100%;
  background-color: rgba(249, 191, 44, 1);
  bottom: 5px;
  left: 0;
  z-index: -1;
}

header {
  background-color: #ffffff;
}

header .container {
  position: relative;
}

header .header__wrapper {
  padding: 20px 0;
}

header .header__wrapper .logo__one {
  display: inline-block;
  margin-left: 150px;
}
header .header__wrapper .logo__two {
  display: inline-block;
  margin-left: 40px;
}

header .seminer__list {
  position: absolute;
  top: 0;
  right: 194px;
  font-size: 24px;
  font-weight: 900;
  line-height: 29px;
  text-align: center;
  z-index: 1;
}

header .seminer__list a {
  box-shadow: 0 6px 7px -5px rgb(0 0 0 / 75%);
  border-radius: 0 0 20px 20px;
  background-color: #e95529;
  border: 2px solid #e95529;
  min-width: 140px;
  color: #fff;
  text-decoration: none;
  display: flex;
  height: 96px;
  min-width: 360px;
  justify-content: center;
  align-items: center;
  transition: .25s;
}
header .seminer__list a:hover{
  background-color: #ffffff;
  color: #e95529;
  box-shadow: 0 7px 8px -4px rgb(0 0 0 / 75%);
}

.orange-color {
  color: #e95529 !important;
}
.cf {
  font-family: "Noto Sans JP", sans-serif;
  /*font-style: normal;*/
  color: #333333;
}

.title {
  font-size: 40px;
  line-height: 54px;
  letter-spacing: 3px;
}

.mid-head {
  height: 20px;
  font-size: 23px;
  line-height: 100%;
  letter-spacing: 1.6px;
}
.mid-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 1px;
}
.state-text {
  font-size: 15px;
}
.home {
  font-size: 14px;
}
footer {
  text-align: center;
  background-color: #ffffff;
  padding: 25px 0 25px 0;
}

/* Global css start */

.fixed-bottom {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 1030;
  left: auto;
  width: fit-content;
  height: 150px;
  width: 150px;
}

.fixed-bottom img{
  position: absolute;
  top: 0;
  left: 0;
  transition: .35s;
}
.fixed-bottom .orange{
  opacity: 1;
  visibility: visible;
}
.fixed-bottom .white{
  opacity: 0;
  visibility: hidden;
}
.fixed-bottom:hover .orange{
  opacity: 0;
  visibility: hidden;
}
.fixed-bottom:hover .white{
  opacity: 1;
  visibility: visible;
}

.fixed-content {
  position: absolute;
  top: 54%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  pointer-events: none;
  transition: .35s;
}
.fixed-bottom:hover .fixed-content{
  color: #e95529;
}
.row.mb-4.text-center.video.fw-bold {
  margin: 0px -30px;
}

/* Agent Item */
.agent_choosen_heading {
  text-align: center;
  max-width: 780px;
  margin: 0 auto;
}
.agent_choosen {
  background: #fff;
  padding: 60px 0px;
}
.agent_choosen .containers {
  max-width: 984px;
  margin: 0 auto;
}
.agent-choosen-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 70px 0px;
}
.agent-item {
  flex-basis: 288px;
  text-align: center;
  overflow: hidden;
  padding-bottom: 16px;
  border-bottom: 2px solid #f9bf2c;
}
.agent-item .circle-thumb {
  margin-bottom: 8px;
}
.agent-content .number {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 1.6px;
  font-weight: 700;
}
.agent-content .text {
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 1.6px;
  font-weight: 700;
  position: relative;
}
.agent-content .text .ribbon {
  position: absolute;
  top: -45px;
  right: 0px;
}
.agent-content iframe {
  margin-bottom: 8px;
  height: 164px;
}
.agent-content .description {
  text-align: left;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
  font-weight: 500;
}

/* banner start */
.benefit-img {
  position: relative;
}
.banner {
  height: 487px;
}
.benefit {
  position: absolute;
  height: 172px;
  width: 174px;
  right: 194px;
  top: 110px;
}

.benfit-text {
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-10deg);
  width: fit-content;
  text-align: center;
}
.benfit-text small {
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  color: #e95529;
}
.benfit-text h3 {
  font-size: 34px;
  line-height: 34px;
  font-weight: 700;
  color: #e95529;
}
.benfit-text h3 span {
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  color: #e95529;
}
.benefit img {
  width: 100%;
}
.banner h1 {
  height: 72px;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-size: 72px;
  line-height: 150%;
  letter-spacing: 5px;
  color: #333333;
}
.banner_box {
  background: transparent;
  border-radius: 16px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.b1 {
  width: 307px;
  height: 161px;
}
.b2 {
  width: 257px;
  height: 161px;
}
.b3 {
  width: 271px;
  height: 161px;
}
.banner_inside {
  background-image: linear-gradient(#e95529, #e95529),
    linear-gradient(#e95529, #e95529), linear-gradient(#e95529, #e95529),
    linear-gradient(#e95529, #e95529);
  background-repeat: no-repeat;
}

.ancle1 {
  background-size: 2px 17%, 10% 2px, 2.5px 17%, 10% 2.5px;
  background-position: left top, left top, right bottom, right bottom, 2px 2px;
  height: 130px;
  width: 267px;
  margin: 16px 20px;
}
.ancle2 {
  background-size: 2px 17%, 10% 2px, 2.5px 17%, 10% 2.5px;
  background-position: left top, left top, right bottom, right bottom, 2px 2px;
  height: 130px;
  width: 223px;
  margin: 16px 16px;
}
.ancle3 {
  background-size: 2px 17%, 10% 2px, 2.5px 17%, 10% 2px;
  background-position: left top, left top, right bottom, right bottom, 2px 2px;
  height: 130px;
  width: 235px;
  margin: 14px 17px;
}
.banner_box_text {
  -webkit-text-stroke: 0.5px #e95529;
  padding-top: 10px;
  font-weight: bold;
  line-height: 120%;
  text-align: center;
  letter-spacing: 1.76px;
  color: #ffffff;
  text-shadow: 2px 2px 0px #e95529;
  font-family: "Noto Sans JP", sans-serif;
}
.banner_box_text.small-text {
  -webkit-text-stroke: 0.5px #e95529;
  padding-top: 0px;
}

.card-body p {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 1.6px;
  line-height: 140%;
}

.card-body {
  min-height: 120px;
}

/* seminar start*/
.team-heading {
  margin-top: 20px;
  margin-bottom: 32px !important;
}
.round-circle-wrapper .row {
  max-width: 1024px;
  margin: 0 auto 8px;
}
.row.two-circle {
  max-width: 660px;
  margin: 0 auto 30px;
  display: flex;
  justify-content: space-around;
}
.row.three-circle {
  max-width: 984px;
  margin: 0 auto 30px;
  display: flex;
  justify-content: space-around;
}

.subtitle h5 {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 17px;
  line-height: 32px;
}

/* seminar end*/

/* seminar participant start */

/*new seminar participant strat*/

.seminar_participant_area {
  background-color: #f4f1eb;
}

.participant_comment_box{
  display: flex;
  justify-content: center;
}

.participant_comment {
  background-color: #ffffff;
  height: 250px;
  width: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  padding: 30px;
  position: relative;
}
.participant_comment::before {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  border-left: 10px solid #ffffff;
  border-right: 10px solid transparent;
  border-top: 10px solid #ffffff;
  border-bottom: 10px solid transparent;
  left: calc(50% -10px);
  bottom: -12px;
}

.participant_comment:first-child {
  margin-right: -50px;
}

.participant_comment:last-child {
  margin-top: 50px;
}

.participant_comment .text{
  font-size: 18px;
  line-height: 32px;
  color: #333333;
  font-weight: 600;
}

.participant_comment .text span{
  color: #e95529;
}
.participant_comment .small_text{
  font-size: 12px;
  line-height: 24px;
  color: #333333;
  font-weight: 600;
}

/*new seminar participant start*/
.orange-button {
  background: #e95529;
  border-radius: 50px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  /* width: 90%;
  padding: 15px;
  height: 65px;*/
}

.orange-button:hover {
  background: #ffffff;
  border: 2px solid #e95529;
  color: #e95529;
}

.banner_button.orange-button {
  font-size: 24px;
  font-weight: bold;
  color: white;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
}

.banner_button.orange-button:hover {
  color: #e95529;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
}

.text-blue a {
  font-weight: bold;
  color: #2d9cdb;
  margin-left: 8px;
  text-decoration: none;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #2d9cdb;
}
.text-blue a:hover {
  border: none;
}
.arrow {
  content: "\f061";
  font-size: 10px;
}
/*new seminar participant end*/

/* Real Estate Investment seminar participant start */

.real_state_area,
.time_area,
.address_area {
  background-color: #e9e4d7;
  padding-bottom: 64px;
}
.times-pc {
  display: block;
}
.times-sp {
  display: none;
}
.time-item {
  flex-basis: 288px;
  margin-bottom: 40px;
  border-radius: 10px;
}
.time-item a {
  text-decoration: none;
  border-radius: 10px;
}
.time-thumb {
  position: relative;
}
.time-thumb .sticker {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 12px;
  background: #f9bf2c;
  border-radius: 0px 0px 0px 10px;
  color: #000;
}
.time-thumb img {
  width: 100%;
}
.time-wrapper {
  display: flex;
  max-width: 984px;
  justify-content: space-between;
  overflow: hidden;
  margin: 20px auto 0px;
}
.time-content {
  padding: 15px 15px 25px;
  background: #fff;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 1.6px;
  text-decoration: none;
  color: #000;
  border-radius: 0px 0px 10px 10px;
}
.address-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.address-element {
  display: flex;
  flex-wrap: wrap;
  max-width: 984px;
  margin: 0 auto;
  justify-content: space-between;
}
.address-item {
  flex-basis: 260px;
}
.address-item img {
  width: 100%;
}
.address-item:last-child {
  flex-basis: 415px;
}

.real_state_title {
  margin-bottom: 4%;
  letter-spacing: 1.6px;
}
.real_state_title a{
  color: #333333;
  border-bottom: 2px solid #333333;
  display: inline-block;
  text-decoration: none;
  transition: .25s;
}

.real_state_title:hover a{
  border-color: transparent;
}

.real_state_area h3 {
  margin-bottom: 30px;
}

/* Real Estate Investment seminar participant end */

/* Work with Agent start */
.circle {
  background: white;
  width: 288px;
  height: 288px;
  display: flex;
  border-radius: 50%;
  box-shadow: 2px 2px 7px 5px rgb(0 0 0 / 9%);
  justify-content: center;
  align-items: center;
}
.circle p {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 8px;
  line-height: 38px;
  letter-spacing: 1px;
}
.circle h5 {
  font-size: 16px;
  color: #333333;
}
.summery {
  padding: 48px;
  max-width: 902px;
  height: 292px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  margin: 30px auto;
}
.summery p {
  width: 100%;
  height: 196px;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 1px;
  color: #333333;
}
.initiative {
  background-image: linear-gradient(white, white), linear-gradient(white, white),
    linear-gradient(white, white), linear-gradient(white, white),
    linear-gradient(white, white), linear-gradient(white, white),
    linear-gradient(white, white), linear-gradient(white, white);
  background-repeat: no-repeat;
  background-size: 1px 50%, 50% 1px, 1px 50%, 15% 1px, 1px 50%, 50% 1px, 1px 50%,
    15% 1px;
  background-position: left bottom, left bottom, left top, left top,
    right bottom, right bottom, right top, right top, 4px 4px;
  padding: 48px;
  margin: 80px auto 50px;
  max-width: 902px;
  height: 292px;
}
.initiative li {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 180%;
  letter-spacing: 1.6px;
  color: #333333;
}
.initiative h2 {
  position: relative;
  height: 30px;
  font-size: 30px;
  line-height: 100%;
  text-align: center;
  letter-spacing: 1.25px;
  margin-top: -63px;
}
.initiative p {
  font-size: 14px;
  letter-spacing: 1px;
  color: #333333;
}

/* Work with Agent end */

/* agent choosen start */

.time_title {
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.time_title_first {
  font-size: 30px;
}

.time_title_scond {
  font-size: 60px;
}

.time_image {
  border-radius: 15px;
}
.time_image img {
  width: 288px;
  height: 314px;
}
.time_area h2,
h6 {
  font-weight: bold;
}

.social_box {
  position: relative;
}
.social {
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.social img {
  padding-right: 30px;
}

.video iframe {
  width: 288px;
  height: 168px;
}
.video p {
  min-height: 72px;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
  margin-left: 32px;
  /* text-align: left;
  margin-left: 25px; */
}

.video h6 {
  font-weight: bold;
  text-align: center;
}
.video hr {
  height: 2px;
  color: #f9bf2c;
}

.video .fa-crown {
  margin-top: 8px;
  font-size: 20px;
}
.Vtest {
  line-height: 100%;
  text-align: center;
  letter-spacing: 1.6px;
}
.video .crown {
  height: 40px;
  width: 40px;
  background: white;
  border-radius: 100%;
  border: 2px solid #f9bf2c;
  left: 45%;
  text-align: center;
}

.test {
  position: relative;
  margin-bottom: 55px;
}
hr,
.crown {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.people img {
  height: 128px;
  width: 128px;
}

.people p {
  padding-top: 10px;
  line-height: 180%;
  margin: auto;
  text-align: justify;
  width: 264px;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0px;
}

.people-item {
  display: flex;
  align-items: center;
}

.agent-choose-text {
  padding: 20px;
  font-size: 16px;
  text-align: left;
}

.home_bottom_a,
.home_bottom_b,
.home_bottom_c {
  font-size: 12px !important;
}

.people,
.people-mobile {
  background: #e9e4d7;
  box-shadow: -2px -2px 0px #f9bf2c, 4px 4px 0px #e95529;
  border-radius: 8px;
  padding-top: 5%;
  margin: 0px;
}
/*.people-mobile p {
  padding-top: 6px;
  text-align: justify;
  font-style: normal;
  font-size: 13px;
  line-height: 25px;
  display: flex;
  align-items: center;
  letter-spacing: 1px;
}*/

.people-para {
  padding-top: 6px;
  text-align: justify;
  font-weight: bold;
  font-size: 13px;
  line-height: 25px;
  display: flex;
  align-items: center;
}

.people-mobile img {
  height: 128px;
  width: 128px;
}
/* agent choosen end */
/* @media screen and (min-width: 476px) {
  .survey {
    width: 18rem;
    margin-right: 3.75rem;
  }
  .survey > .img-responsive {
    width: 18rem;
  }
  .survey > .crown-txt-two {
    width: 18rem;
  }
  .survey:last-of-type {
    margin-right: 0;
  }
  
} */
@media screen and (min-width: 476px) {
  .survey > .img-responsive {
    width: 18rem;
  }
  .survey > .crown-txt-two {
    width: 18rem;
  }

  .video p {
    text-align: left !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1024px) {
  .banner_box {
    border-radius: 14px;
    width: 210px;
  }
  .b1 {
    width: 210px;
    height: 130px;
  }
  .b2 {
    width: 170px;
    height: 130px;
  }
  .b3 {
    width: 190px;
    height: 130px;
  }
  .ancle1 {
    background-size: 2px 10%, 7% 2px, 2.5px 10%, 7% 2.5px;
    background-position: left top, left top, right bottom, right bottom, 1px 1px;
    height: 113px;
    width: 194px;
    margin: 11px 7px;
  }
  .ancle2 {
    background-size: 2px 10%, 9% 2px, 2.5px 10%, 9% 2.5px;
    background-position: left top, left top, right bottom, right bottom, 1px 1px;
    height: 113px;
    width: 154px;
    margin: 10px 7px;
  }
  .ancle3 {
    background-size: 2px 10%, 8% 2px, 2.5px 10%, 8% 2.5px;
    background-position: left top, left top, right bottom, right bottom, 1px 1px;
    height: 113px;
    width: 178px;
    margin: 8px 5px;
  }
  .banner_box_text {
    padding-top: 10px;
    font-size: 18px;
    text-shadow: 1px 1px 0px red;
  }
}
@media screen and (max-width: 1199px) {
  .participant_comment {
    height: 220px;
    width: 220px;
  }
}

@media screen and (max-width: 768px) {
  .mt-80 {
    margin-top: 3rem;
  }
  .real_state_area,
  .time_area,
  .address_area {
    padding-bottom: 56px;
  }
  .agent-mobile h3 {
    width: 100%;
    height: 102px;
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    letter-spacing: 1px;
    color: #333333;
  }
  .agent-box {
    padding: 24px 0px;
    width: 294px;
    height: 310px;
    background: #ffffff;
    box-shadow: -2px -2px 8px rgba(0, 0, 0, 0.08),
      8px 8px 16px rgba(0, 0, 0, 0.16);
  }
  .test-list {
    margin: 0px 0px;
    text-align: left;
    font-size: 12px;
    font-weight: bold;
    color: #333333;
    line-height: 121%;
    margin-bottom: 28px;
  }
  .work-list p {
    position: relative;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 11px;
    letter-spacing: 1px;
    color: #333333;
    margin-top: -26px;
    margin-left: 23px;
  }
  .work-list span {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    font-size: 16px;
    align-items: center;
    line-height: 130%;
  }
  .summery {
    padding: 24px;
    width: 326px;
    height: 423px;
    left: 24px;
    top: 522px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 8px;
  }
  .summery p {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 25px;
    letter-spacing: 1px;
    color: #333333;
  }
}
@media screen and (max-width: 766px) {
  .card-body {
    padding: 20px 3px 0px 3px;
  }
  .banner_box {
    border-radius: 14px;
    width: 160px;
  }
  .b1 {
    width: 179px;
    height: 96px;
  }
  .b2 {
    width: 149px;
    height: 96px;
  }
  .b3 {
    width: 158px;
    height: 96px;
  }

  .banner_box_text {
    font-size: 14px;
    text-shadow: 1px 1px 0px red;
    padding: 0;
    margin: 5px 0px;
  }
}
@media screen and (max-width: 425px) {
  .participant_comment {
    height: 200px;
    width: 200px;
    padding: 30px;
  }
  
  .participant_comment:first-child {
    margin-right: -80px;
  }
  
  .participant_comment:last-child {
    margin-top: 117px;
  }
  
  .participant_comment .text{
    font-size: 15px;
    line-height: 24px;
  }
  
  .participant_comment .small_text{
    font-size: 12px;
    line-height: 24px;
  }
  .summery p {
    font-size: 13px;
  }

  .time_title_first {
    font-size: 24px;
  }

  .time_title_scond {
    font-size: 40px;
  }
}
@media screen and (max-width: 475px) {
  header .header__wrapper {
    height: 70px;
    display: flex;
    align-items: center;
  }
  header .header__wrapper .logo__one {
    display: inline-block;
    margin-left: 40px;
  }
  header .header__wrapper .logo__one img {
    /* width: 100px; */
    height: 30px;
    width: 110px;
    border-radius: 0px;
  }

  header .header__wrapper .logo__two {
    display: inline-block;
    margin-left: 10px;
  }

  header .header__wrapper .logo__two img {
    /* width: 21px; */
    height: 30px;
    width: 27px;
    border-radius: 0px;
  }

  header .seminer__list {
    font-size: 16px;
    top: 0;
    position: absolute;
    right: 3px;
    height: 82px;
    width: 184px;
    display: inline-block;
  }

  header .seminer__list a {
    padding: 10% 4% 10% 4%;
  }
  .ban-img {
    position: relative;
  }
  .satisfac {
    position: absolute;
    margin: -208px 0px 0px 199px;
  }
  .time_image img {
    width: 295px;
    height: 292px;
  }
  .pie {
    width: 241px;
    height: 224px;
    left: 74px;
    top: 164px;
  }
  .p2 {
    margin-bottom: 20px;
  }
  .c1 {
    margin-bottom: 40px;
  }
  .subtitle {
    margin-top: 40px;
  }

  .subtitle h5 {
    font-size: 14px;
    line-height: 15px;
  }
  .title {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 1.5px;
  }
  .mid-head {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1.04px;
  }
  .mid-text {
    font-weight: 500;
    font-size: 13px;
    line-height: 25px;
    letter-spacing: 0.9px;
  }
  .state-text {
    font-size: 13px;
  }
  .home {
    font-size: 11px;
    line-height: 21px;
    letter-spacing: 1px;
  }
  .Atext p {
    font-size: 13px;
    line-height: 21px;
    text-align: center;
    letter-spacing: 1.12px;
  }
  .Atxt {
    text-align: justify;
  }
}

@media screen and (max-width: 580px) {
  .seminar-mobile img {
    width: 121px;
    float: right;
  }
}

@media screen and (min-width: 580px) and (max-width: 768px) {
  .seminar-mobile img {
    width: 121px;
    float: right;
  }

  .subtitle {
    margin-top: 40px;
  }

  .subtitle h5 {
    font-size: 16px;
    line-height: 15px;
  }
}

@media screen and (min-width: 475px) and (max-width: 740px) {
  header .header__wrapper {
    padding: 20px 0;
  }

  header .header__wrapper .logo__one {
    display: inline-block;
  }

  header .header__wrapper .logo__one img {
    width: 121px;
  }

  header .header__wrapper .logo__two {
    display: inline-block;
    margin-left: 20px;
  }
  header .header__wrapper .logo__two img {
    width: 25px;
  }

  header .seminer__list {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    text-align: center;
    z-index: 1;
    width: 184px;
    height: 82px;
  }

  header .seminer__list a {
    box-shadow: 0 6px 7px -5px rgb(0 0 0 / 75%);
    display: inline-block;
    border-radius: 0 0 20px 20px;
    padding: 16% 10% 16% 10%;
  }
}

.mobile-button {
  background: #e95529;
  border-radius: 48px;
  text-align: center;
  letter-spacing: 1px;
  color: #333333;
}
.agent-box {
  padding: 24px 0px;
  width: 294px;
  height: 310px;
  background: #ffffff;
  box-shadow: -2px -2px 8px rgba(0, 0, 0, 0.08),
    8px 8px 16px rgba(0, 0, 0, 0.16);
}
.test-list {
  margin: 0px 0px;
  text-align: left;
  font-size: 12px;
  font-weight: bold;
  color: #333333;
  line-height: 121%;
  margin-bottom: 28px;
}
.work-list p {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  letter-spacing: 1px;
  color: #333333;
  margin-top: -26px;
  margin-left: 23px;
}
.work-list span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 16px;
  align-items: center;
  line-height: 130%;
}
@media screen and (max-width: 766px) {
  .card-body {
    padding: 20px 3px 0px 3px;
  }
  .banner_box {
    border-radius: 14px;
    width: 160px;
  }
  .b1 {
    width: 179px;
    height: 96px;
  }
  .b2 {
    width: 149px;
    height: 96px;
  }
  .b3 {
    width: 158px;
    height: 96px;
  }

  .banner_box_text {
    font-size: 14px;
    text-shadow: 1px 1px 0px red;
    padding: 0;
    margin: 5px 0px;
  }
}
@media screen and (max-width: 425px) {
  .summery p {
    font-size: 13px;
  }

  .time_title_first {
    font-size: 24px;
  }

  .time_title_scond {
    font-size: 40px;
  }
}
@media screen and (max-width: 475px) {
  header .header__wrapper {
    height: 70px;
    display: flex;
    align-items: center;
  }
  header .header__wrapper .logo__one {
    display: inline-block;
    margin-left: 40px;
  }
  header .header__wrapper .logo__one img {
    /* width: 100px; */
    height: 30px;
    width: 110px;
    border-radius: 0px;
  }

  header .header__wrapper .logo__two {
    display: inline-block;
    margin-left: 10px;
  }

  header .header__wrapper .logo__two img {
    /* width: 21px; */
    height: 30px;
    width: 27px;
    border-radius: 0px;
  }

  header .seminer__list {
    font-size: 16px;
    top: 0;
    position: absolute;
    right: 3px;
    height: 82px;
    width: 184px;
    display: inline-block;
  }

  header .seminer__list a {
    padding: 10% 4% 10% 4%;
  }
  .ban-img {
    position: relative;
  }
  .satisfac {
    position: absolute;
    margin: -208px 0px 0px 199px;
  }
  .time_image img {
    width: 295px;
    height: 292px;
  }
  .pie {
    width: 241px;
    height: 224px;
    left: 74px;
    top: 164px;
  }
  .p2 {
    margin-bottom: 20px;
  }
  .c1 {
    margin-bottom: 40px;
  }
  .subtitle {
    margin-top: 40px;
  }

  .subtitle h5 {
    font-size: 14px;
    line-height: 15px;
  }
  .title {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 1.5px;
  }
  .mid-head {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1.04px;
  }
  .mid-text {
    font-weight: 500;
    font-size: 13px;
    line-height: 25px;
    letter-spacing: 0.9px;
  }
  .state-text {
    font-size: 13px;
  }
  .home {
    font-size: 11px;
    line-height: 21px;
    letter-spacing: 1px;
  }
  .Atext p {
    font-size: 13px;
    line-height: 21px;
    text-align: center;
    letter-spacing: 1.12px;
  }
  .Atxt {
    text-align: justify;
  }
}

@media screen and (max-width: 580px) {
  .seminar-mobile img {
    width: 121px;
    float: right;
  }
}

@media screen and (min-width: 580px) and (max-width: 768px) {
  .seminar-mobile img {
    width: 121px;
    float: right;
  }

  .subtitle {
    margin-top: 40px;
  }

  .subtitle h5 {
    font-size: 16px;
    line-height: 15px;
  }
}

@media screen and (min-width: 475px) and (max-width: 740px) {
  header .header__wrapper {
    padding: 20px 0;
  }

  header .header__wrapper .logo__one {
    display: inline-block;
  }

  header .header__wrapper .logo__one img {
    width: 121px;
  }

  header .header__wrapper .logo__two {
    display: inline-block;
    margin-left: 20px;
  }
  header .header__wrapper .logo__two img {
    width: 25px;
  }

  header .seminer__list {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    text-align: center;
    z-index: 1;
    width: 184px;
    height: 82px;
  }

  header .seminer__list a {
    box-shadow: 0 6px 7px -5px rgb(0 0 0 / 75%);
    display: inline-block;
    border-radius: 0 0 20px 20px;
    padding: 16% 10% 16% 10%;
  }
}

.mobile-button {
  background: #e95529;
  border-radius: 48px;
  text-align: center;
  letter-spacing: 1px;
  color: #333333;
}
.agent-box {
  padding: 28px 0px;
  width: 294px;
  height: 310px;
  background: #ffffff;
  box-shadow: -2px -2px 8px rgba(0, 0, 0, 0.08),
    8px 8px 16px rgba(0, 0, 0, 0.16);
}
.test-list {
  margin: 0px 0px;
  text-align: left;
  font-size: 12px;
  font-weight: bold;
  color: #333333;
  line-height: 121%;
  margin-bottom: 28px;
}
.work-list p {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  letter-spacing: 1px;
  color: #333333;
  margin-top: -26px;
  margin-left: 23px;
}
.work-list span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 16px;
  align-items: center;
  line-height: 130%;
}
@media screen and (max-width: 766px) {
  .card-body {
    padding: 20px 3px 0px 3px;
  }
  .banner_box {
    border-radius: 14px;
    width: 160px;
  }
  .b1 {
    width: 179px;
    height: 96px;
  }
  .b2 {
    width: 149px;
    height: 96px;
  }
  .b3 {
    width: 158px;
    height: 96px;
  }

  .banner_box_text {
    font-size: 14px;
    text-shadow: 1px 1px 0px red;
    padding: 0;
    margin: 5px 0px;
  }
}
@media screen and (max-width: 425px) {
  .summery p {
    font-size: 13px;
  }

  .time_title_first {
    font-size: 24px;
  }

  .time_title_scond {
    font-size: 40px;
  }
}
@media screen and (max-width: 475px) {
  header .header__wrapper {
    height: 70px;
    display: flex;
    align-items: center;
  }
  header .header__wrapper .logo__one {
    display: inline-block;
    margin-left: 40px;
  }
  header .header__wrapper .logo__one img {
    /* width: 100px; */
    height: 30px;
    width: 110px;
    border-radius: 0px;
  }

  header .header__wrapper .logo__two {
    display: inline-block;
    margin-left: 10px;
  }

  header .header__wrapper .logo__two img {
    /* width: 21px; */
    height: 30px;
    width: 27px;
    border-radius: 0px;
  }

  header .seminer__list {
    font-size: 16px;
    top: 0;
    position: absolute;
    right: 3px;
    height: 82px;
    width: 184px;
    display: inline-block;
  }

  header .seminer__list a {
    padding: 10% 4% 10% 4%;
  }
  .ban-img {
    position: relative;
  }
  .satisfac {
    position: absolute;
    margin: -208px 0px 0px 199px;
  }
  .time_image img {
    width: 295px;
    height: 292px;
  }
  .pie {
    width: 241px;
    height: 224px;
    left: 74px;
    top: 164px;
  }
  .p2 {
    margin-bottom: 20px;
  }
  .c1 {
    margin-bottom: 40px;
  }
  .subtitle {
    margin-top: 40px;
  }

  .subtitle h5 {
    font-size: 14px;
    line-height: 15px;
  }
  .title {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 1.5px;
  }
  .mid-head {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1.04px;
  }
  .mid-text {
    font-weight: 500;
    font-size: 13px;
    line-height: 25px;
    letter-spacing: 0.9px;
  }
  .state-text {
    font-size: 13px;
  }
  .home {
    font-size: 11px;
    line-height: 21px;
    letter-spacing: 1px;
  }
  .Atext p {
    font-size: 13px;
    line-height: 21px;
    text-align: center;
    letter-spacing: 1.12px;
  }
  .Atxt {
    text-align: justify;
  }
}

@media screen and (max-width: 580px) {
  .seminar-mobile img {
    width: 121px;
    float: right;
  }
}

@media screen and (min-width: 580px) and (max-width: 768px) {
  .seminar-mobile img {
    width: 121px;
    float: right;
  }

  .subtitle {
    margin-top: 40px;
  }

  .subtitle h5 {
    font-size: 16px;
    line-height: 15px;
  }
}

@media screen and (min-width: 475px) and (max-width: 740px) {
  header .header__wrapper {
    padding: 20px 0;
  }

  header .header__wrapper .logo__one {
    display: inline-block;
  }

  header .header__wrapper .logo__one img {
    width: 121px;
  }

  header .header__wrapper .logo__two {
    display: inline-block;
    margin-left: 20px;
  }
  header .header__wrapper .logo__two img {
    width: 25px;
  }

  header .seminer__list {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    text-align: center;
    z-index: 1;
    width: 184px;
    height: 82px;
  }

  header .seminer__list a {
    box-shadow: 0 6px 7px -5px rgb(0 0 0 / 75%);
    display: inline-block;
    border-radius: 0 0 20px 20px;
    padding: 16% 10% 16% 10%;
  }
}

.mobile-button {
  background: #e95529;
  border-radius: 48px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  width: 300px;
  padding: 16px;
  height: 60px;
  box-shadow: 1px 1px 8px rgb(0 0 0 / 20%);
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  z-index: 99;
  cursor: pointer;
  width: 100%;
}

#myBtn a{
  text-decoration: none;
}

#close {
  margin-left: -33px;
  position: relative;
  bottom: 31px;
  height: 31px;
  width: 31px;
}

.addrees_banner {
  height: 127px;
}
.parent {
  position: relative;
}

.child {
  position: absolute;
  bottom: 50%;
  right: 14%;
  transform: translateY(50%);
}

.child a {
  color: transparent;
}

.child img {
  width: 41px;
  margin-right: 10px;
}

@media screen and (min-width: 320px) {
  .mobile_address_area .child {
    position: absolute;
    bottom: 26%;
    right: 17%;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .banner_button {
    width: 650px;
    height: 80px;
  }
  .common-button {
    font-weight: bold;
    color: white;
    width: 420px;
    height: 62px;
  }

  .transparent-button {
    border: 2px solid #e95529;
    border-radius: 50px;
    text-align: center;
    font-weight: bold;
    color: #e95529;
    height: 62px;
  }

  .transparent-button-first {
    width: 360px;
  }
  .transparent-button-second {
    width: 300px;
  }

  .banner_button_area {
    margin-top: -40px;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .banner_button {
    width: 279px;
    height: 54px;
  }
  .common-button {
    font-weight: bold;
    color: white;
    width: 295px;
    height: 54px;
  }

  .banner_button_area {
    margin-top: -30px;
  }

  .transparent-button {
    border: 2px solid #e95529;
    border-radius: 50px;
    text-align: center;
    font-weight: bold;
    color: #e95529;
    height: 54px;
  }
  .transparent-button-first {
    width: 295px;
  }
  .transparent-button-second {
    width: 295px;
  }

  .fixed-bottom {
    display: none;
  }
  .fixed-bottom img {
    max-width: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .home-div {
    padding: 1.5rem;
  }
}

@media screen and (min-width: 325px) and (max-width: 768px) {
  .home-div-insider {
    padding: 0px;
  }
  .home_bottom_a {
    width: 74px;
    height: 31px;
    font-size: 9px;
    font-weight: bold;
    padding: 8px;
    letter-spacing: 2px;
  }
  .home_bottom_b {
    width: 86px;
    height: 31px;
    font-weight: bold;
    font-size: 9px;
    line-height: 15px;
    text-align: center;
    letter-spacing: 2px;
    padding: 8px;
  }
  .home_bottom_c {
    width: 62px;
    height: 31px;
    font-weight: bold;
    font-size: 9px;
    line-height: 15px;
    text-align: center;
    letter-spacing: 2px;
    padding: 8px;
  }
}

.transparent-button:hover {
  background-color: #e95529;
  color: white;
}

/* .crown-txt-two {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 18px;
}
.crown-txt-one {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
} */

.crown-txt-two {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 18px;
  margin-left: 35px;
}
.crown-txt-one {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
  margin-right: 0px;
}
.d-img {
  margin-left: 29px;
  margin-top: -30px;
}

.video-table {
  width: 295px;
}
.video-table .td1 {
  width: 57%;
  text-align: right;
}
.td2 img {
  width: 83px;
}

/* Breakpoint start from 480px */
@media screen and (max-width: 480px) {
  .participant_comment {
    height: 190px;
    width: 190px;
    padding: 30px;
  }
  header .seminer__list a {
    min-width: 184px;
    height: 82px;
  }
  header .header__wrapper .logo__one {
    display: inline-block;
    margin-left: 0px;
  }
  .satisfac {
    position: absolute;
    margin: 0px;
    top: 0;
    right: -10%;
    height: 104px;
    width: 106px;
  }
  .banner {
    height: auto;
  }
  .team-heading {
    margin: 0 !important;
  }
  .test-list:last-child {
    margin-bottom: 0px;
  }
  .survey-thumb {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .video p {
    min-height: inherit;
  }
  .text-blue.extra {
    text-align: left;
    margin-bottom: 5px;
    padding: 0px 0px 5px 0px !important;
    border-bottom: 1px solid #2d9cdb;
    margin-left: 20px;
    margin-right: 20px;
  }
  .text-blue.extra a {
    text-decoration: none;
    margin-left: 0px;
    font-size: 15px;
    border: none;
  }
  .cf.Atxt {
    margin-bottom: 0px;
  }
  .time_image {
    text-align: center;
  }
  .transparent-button {
    min-width: 280px;
  }
  .agent-choose-text {
    font-size: 13px;
    line-height: 25px;
    letter-spacing: 1px;
  }
  .agent-choose-top {
    font-size: 14px !important;
  }
  .home_bottom_a,
  .home_bottom_b,
  .home_bottom_c {
    font-size: 8px !important;
  }
  .dont-miss {
    font-size: 14px !important;
  }
  .interview-text {
    font-size: 12px;
    line-height: 28px;
    padding: 20px 0px 0px 0px;
  }
  .child {
    bottom: 30px;
    right: 20%;
  }
  .video-content-text {
    text-align: left;
    padding: 0px 30px;
  }
  .row.mb-4.text-center.video.fw-bold {
    margin: 0px -15px;
  }
  .times-sp {
    display: block;
  }
  .times-pc {
    display: none;
  }
  .agent-choosen-wrapper {
    display: block;
    justify-content: inherit;
    padding: 40px 16px;
  }
  .agent_choosen .containers {
    padding: 0px 24px;
  }
  .agent-content iframe {
    height: 168px;
  }
  .agent-item {
    margin-bottom: 40px;
    border-bottom: none;
    padding-bottom: 0px;
  }
  .agent-item:last-child {
    margin-bottom: 0px;
  }
  .agent-content .description {
    font-size: 12px;
    line-height: 22px;
  }
  .real_state_title.cf.fw-bold {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 1.6px;
  }
  .state-text {
    font-size: 13px;
    line-height: 25px;
    letter-spacing: 1px;
  }
  .arrow {
    transform: translate(8px, -10px);
  }
  .benfit-text small {
    font-size: 10px;
    line-height: 10px;
  }
  .benfit-text h3 {
    line-height: 26px;
    font-size: 30px;
  }
  .benefit {
    height: 104px;
    width: 106px;
    position: absolute;
    right: -24px;
    top: 0;
  }
  .time-wrapper {
    display: block;
    padding: 0px 35px;
  }
  .time-item:last-child {
    margin-bottom: 0px;
  }
  /* Image responsive */
  .logo__one img {
    width: 110px;
  }
  .benfit-text {
    top: 55%;
    left: 54%;
  }
  .benifit_item.text-center {
    width: 179px;
    height: 96px;
    margin: 0 auto;
  }
  span.times-sp img {
    width: 177px;
  }
  li.test-list img {
    width: 16px;
  }
  img.img-fluid.addrees_banner_mb {
    width: 295px;
  }
  .common-button.font-20,
  .transparent-button.font-20 {
    font-size: 15px !important;
  }
  .common-button {
    font-size: 15px !important;
  }
  .common-button.font-20 {
    font-size: 15px !important;
  }
  .real_state_area .arrow {
    transform: translate(1px, -1px);
  }
}
.benifit_item {
  height: 161px;
}
.benifit_item img {
  width: 100%;
}
.logo__one img {
  width: 140px;
}
.logo__two img {
  width: 37px;
}
.initiative ul li img {
  width: 23px;
}
.ribbon img {
  width: 101px;
}
span.times-pc img {
  width: 280px;
}
footer a img {
  width: 140px;
}
img.team_image {
  width: 200px;
}
.book-seminar {
  background-color: #fff;
  padding: 1.5rem 2rem 1rem 2rem;
}
.book-seminar {
  background-color: #fff;
  padding: 1.5rem 2rem 1rem 2rem;
}

/* Font sizes and weight */
.font-24 {
  font-size: 1.5rem !important;
}

.font-20 {
  font-size: 1.25rem !important;
}

.font-16 {
  font-size: 1rem !important;
}

.font-15 {
  font-size: 0.9375rem !important;
}

.font-14 {
  font-size: 0.875rem !important;
}

.font-13 {
  font-size: 0.8125rem !important;
}

.font-15 {
  font-size: 0.9375rem !important;
}

.font-14 {
  font-size: 0.875rem !important;
}

.font-13 {
  font-size: 0.8125rem !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-above-normal {
  font-weight: 500 !important;
}

.fw-normal {
  font-weight: normal !important;
}
