html {
  font-size: 62.5%;
}


body {
  font-size: 1.8rem;
  line-height: 3.0rem;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;

  color: #333333;
  font-weight: 500;
}

.cursel {
  cursor: pointer;
}

.hi-light {
  color: #fedc00;
}

.hi-light2 {
  font-size: 2.8rem;
}

ul {
  list-style: none;
}

a {
  color: #333333;
  text-decoration: none;
}

main a {
  color: #2A63FF;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

a img {
  transition: all 0.3s;
}

a:hover img {
  opacity: 0.6;
}



.kv_wrap {
  position: relative;
  /* height: 100vh; */
  /* max-height: 970px; */
  width: 100%;
  height: 460px;
}

.kv_wrap img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: top center;
  object-position: top center;
}

.kv_wrap .kv_textbox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.kv_wrap .kv_textbox h1 {
  font-weight: 500;
  font-size: 7.1rem;
  line-height: 9.8rem;
  text-align: center;
  color: #fff;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.67);
  width: 100%;

}

section.anshin h2 {
  color: #FFF;
  position: absolute;
  font-weight: bold;
  text-align: left;
  font-size: min(3.1145833333vw, 79px);
  line-height: min(3.28125vw, 63px);
  bottom: 20px;
  top: auto;
  left: 20px;
  text-shadow: 0px 3px 5px rgb(0 0 0 / 25%);
  padding-left: 20px;
  border-left: 10px solid var(--main-color);
}

section.anshin h2 span {
  font-size: min(3.2083333333vw, 100px);
  line-height: min(5.8125vw, 150px);
}

.anshin_content-title {
  margin: 65px -203px;
  display: flex;
  align-items: end;
}

.anshin_content-transition {
  text-align: center;
  margin-top: 40px;
}

.anshin_jijits01 {
  margin: 0;
  width: 210px;
}

.anshin_content-title span {
  font-size: 4rem;
  color: var(--main-color);
  margin-left: 40px;
  border-bottom: 2px dashed;
  padding-bottom: 8px;
}

.anshin-img-box {
  position: relative;
  background-color: #000;
  width: 100VW;
  max-height: 550px;
}

.anshin-img-box img {
  opacity: 0.7;
  margin-top: 0;
  width: 100VW;
  max-height: 550px;
  object-fit: cover;
}

section {
  padding: 35px 0;
}

section.kv {
  padding-top: 0;
}

main h3 {
  font-weight: bold;
  font-size: 3.0rem;
  line-height: 5.0rem;
  text-align: left;
  color: #333;
  padding-left: 8px;
  border-left: 6px solid var(--main-color);
  margin-top: 0px;

}

.fs2rem {
  font-size: 2.0rem;
}

.anshin_ribbon h4 {
  color: #FFF;
  margin-top: 30px;
}

.anshin_ribbon_textbox1 {
  display: inline-block;
  position: relative;
  border-radius: 24px 24px 0px 0px;
  color: #FFF;
  background: #EB5505;
  line-height: 69px;
  padding: 0px 30px 0 30px;
  margin: 30px 0 50px 2px;
  font-weight: 600;
  font-size: 27px;
}

.anshin_ribbon_textbox2 {
  color: #EB5505;
  font-weight: 600;
  padding: 17px 20px 7px;
  line-height: 30px;
  font-size: 35px;
  border-bottom: solid 8px #EB5505;
}

.anshin_list {
  display: flex;
  margin-top: 25px;
}

.campaign_btn {
  border:4px solid  #EB5505 ;
  width: 800px;
  color: red;
  line-height: 4.0rem;
  border-radius: 0%;
  background: rgb(252 233 220 );
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.24);
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  margin: 0 auto;
  margin-top: 10px;
  padding: 10px;
  text-decoration: none;
}

.campaing_btn_a {
  text-decoration: none;
  color: red;
  
}

.cambtn_in {
  font-size: 28px;
}


.consul-img-box {
  position: relative;
  background-color: #000;
  max-height: 550px;
}

.consul_top-img {
  /*opacity: 0.7;*/
  margin-top: 0;
  width: 106.5rem;
  max-height: 450px;
  object-fit: cover;
  background-color: #fff;
}

.consul h2 {
  color: #FFF;
  position: absolute;
  font-weight: bold;
  text-align: left;
  font-size: min(2.5vw, 79px);
  line-height: min(3.5458333333vw, 118px);
  bottom: 22px;
  top: auto;
  left: 20px;
  text-shadow: 0px 3px 5px rgb(0 0 0 / 25%);
  padding-left: 20px;
  border-left: 10px solid var(--main-color);
}

.fs20px {
  font-size: 20px;
}


.consul-img-box_hukidasshi {
  position: absolute;
  width: min(15.5458333333vw, 550px);
  margin-top: 44px;
  top: -60px;
  left: min(29.4583333333vw, 700px);
}

.consul_contents {
  background: #efefef;
  padding: 30px 0;
}

.consul_contents-headline {
  margin-top: 0;
  text-align: center;
}

.consul_about {
  display: table;
  margin: 0 auto;
}

.consul_contents ol {
  list-style: none;
  margin-top: 20px;
}

.consul_contents ol li {
  display: flex;
  align-items: center;
}

.consul_contents ol li:not(:first-child) {
  margin-top: 10px;
}

.consul_contents ol li img {
  width: 4rem;
  margin-right: 10px;
}

.consul_graph05 {
  width: 70%;
  margin: 0 auto;
}

.consul_chattalk {
  width: 70%;
  margin: 20px auto;
  max-width: 700px;
}

.consul_good-cards {
  display: flex;
  justify-content: center;
  list-style: none;
  margin-bottom: 34px;
}

.consul_good-card {
  border: 10px solid #eb5505;
  border-radius: 30px;
  padding: 10px;
  width: 250px;
}

.consul_good-card:not(:first-child) {
  margin-left: 15px;
}

.consul_good-card_image1 {
  margin: 0 auto;
  width: 120px;
}

.consul_good-card_image2 {
  margin: 20px auto 40px;
  width: 220px;
}

.consul_good-card_image3 {
  margin: 32px auto 32px;
  width: 120px;
}

.consul_good-card_image4 {
  margin: 20px auto 0;
  width: 120px;
}

.consul_good-card h3 {
  border: none;
  text-align: center;
  margin-top: 20px;
  font-size: 3.5rem;
  line-height: 4.5rem;
}

.good-card_adm {
  margin-top: 35px;
}

.consul_good-card_text {
  font-size: 1.2rem;
  line-height: 1.8rem;
  margin-top: 20px;
}

.good-card_orange {
  color: #EB5505;
  font-weight: 900;
}

.consul_description {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.consul_description img {
  width: 100px;
  margin-right: 20px;
}

main p {
  margin-top: 30px;
  line-height: 3.0rem;
}

.fs12px {
  font-size: 12px;
}

.fs16px {
  font-size: 16px;
}


main picture img {
  margin: 0 auto;
  margin-top: 40px;
  max-width: 100%;
}

.imgbox {
  margin: 0 auto;
  max-width: 978px;
}

.imgbox2 {
  margin: 0 auto;
  width: 70%;
}

.bnr-img-box {
  display: block;
  justify-content: center;
  padding: 25px;
  padding-top: 0;
}

.annotation {
  text-align: right;
  margin-top: 20px;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.9rem;
  text-align: right;
}

.annotation-left {
  margin: 12px 200px 0px 0px;
}

.annotation2 p {
  line-height: 4rem;
  margin: 0 auto;
  font-size: 1.7rem;
}

.annotation3 p {
  line-height: 4rem;
  margin: 0 auto;
  font-size: 1.7rem;
}

.img_card {
  justify-content: center;
}

.img_card2 {
  justify-content: center;
  background: #efefef;
}

.btn {
  width: 450px;
  line-height: 7.0rem;
  border-radius: 35px;
  background: var(--main-color);
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.24);
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  color: #fff;
  display: block;
  margin: 0 auto;
  margin-top: 10px;
  transition: all 0.3s;
  text-decoration: none;
}

.btn3 {
  width: 530px;
  line-height: 7.0rem;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.24);
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  color: #FF0000;
  display: block;
  margin: 0 auto;
  margin-top: 10px;
  transition: all 0.3s;
  text-decoration: none;
  border: solid #EB5505;
}

.btn:hover {
  background-color: white;
  color: var(--main-color);
  text-decoration: none;
  border-color: #eb5505;
}

.btn-blue:hover {
  background-color: white;
  color: #0e0d6a;
  text-decoration: none;
  border-color: #0e0d6a;
}

.btn-arrow {
  width: 40px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

.btn-arrow3 {
  width: 40px;
  position: absolute;
  top: 50%;
  right: 15px;
}

.btn-container {
  line-height: 7rem;
  position: relative;
}

.btn-container p {
  padding: 10px;
  margin-left: -9px;
  margin-top: 10px;
}

.btn-container2 {
  line-height: 7rem;
  position: relative;
}

.btn-container2 p {
  padding: 10px;
  margin-left: -9px;
  margin-top: 10px;
}

.btn-blue {
  background: #0e0d6a;
  position: relative;
}

.application p.attention_mark {
  margin-top: 0;
  font-weight: bold;
  font-size: 22px;
  line-height: 3.6rem;
  color: #EB5505;
  position: relative;
  display: inline-block;
}

.application p.attention_mark::before {
  content: "";
  width: 2px;
  height: 23px;
  position: absolute;
  left: -10px;
  top: 19%;
  transform: rotate(-25deg);
  background: #eb5505;
}

.application p.attention_mark::after {
  content: "";
  width: 2px;
  height: 23px;
  position: absolute;
  right: -10px;
  top: 19%;
  transform: rotate(25deg);
  background: #eb5505;
}


.application {
  text-align: center;
  margin: 0 auto;
  margin-top: 69px;
  max-width: 600px;
  width: 100%;
}

.attention_mark_display {
  display: flex;
  margin: 10px 164px;
}

.attention_mark_rev {
  margin-top: 0;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 3.6rem;
  color: #EB5505;
  position: relative;
  display: inline-block;
  transform: scaleX(-1);
}

.highlighter {
  background: linear-gradient(transparent 50%, rgb(237 125 49 / 30%) 50%);
}

.crown_header {
  padding-top: 35px;
  clear: both;
  margin-bottom: 40px;
}

.crown_header_text {
  text-align: center;
  padding-top: 20px;
  font-size: 3rem;
  font-weight: 600;
  margin: 0px 108px;
  line-height: 4.5rem;
}

.crown_img span {
  display: inline-block;
  position: absolute;
  height: 30px;
  border-radius: 5px;
  background: #FEDC00;
  width: 10px;
}

.crown_yellow1 {
  transform: translate(-22px, -25px) rotate(-30deg);
  left: 50%;
}

.crown_yellow2 {
  transform: translate(0px, -32px) rotate(0deg);
  left: 50%;
}

.crown_yellow3 {
  transform: translate(22px, -25px) rotate(30deg);
  left: 50%;
}

.crown_text_orange {
  font-size: 3.5rem;
  font-weight: bold;
  color: #EB5505;
}

.wrap_list {
  margin: 30px auto 0;
  display: block;
  max-width: 98rem;
  width: 80vw;
  height: 29rem;
  padding-bottom: 10rem;
}

.list_block {
  display: flex;
  height: 3rem;
  float: left;
  margin: 3rem 20px 5px 16rem;
}

.list_block img {
  width: 3.1rem;
  margin: 0px 0px 0px -23px;
}

.list_block p {
  margin: 2px 6px 3px 10px;
  font-weight: 600;
  line-height: 3rem;
}

.style1 {
  padding-left: 0;
  border-left: 0;
  font-size: 2.4rem;
  text-align: center;
  line-height: 9.0rem;
  text-align: center;
  font-weight: 500;
}

.style1 span.atten {
  font-size: 3.0rem;
  font-weight: bold;
}

.voice h4 {
  text-align: center;
  font-weight: bold;
  font-size: 3.2rem;
  line-height: 9.0rem;
  padding-left: 0;
  border-left: 0;
  background-color: transparent;
  margin-top: 0;

}

.voice_name {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 2.6rem;
  text-align: right;
  color: #5A5A5A;
  margin-top: 50px;
  width: 100%;

}

.voice_cards {
  justify-content: space-between;
  align-items: stretch;
  display: block;
}

.swiper-button-next,
.swiper-button-prev {

  color: #eb5505;
  text-rendering: auto;

}


.voice_card {
  border: 10px solid var(--main-color);
  border-radius: 30px;
  align-items: center;
  display: flex;
  width: 740px;
  margin: 0 auto;
  position: relative;
}

.voice_card:not(:first-child) {
  margin-top: 30px;
}

.voice_card img {
  width: 130px;
  position: absolute;
  bottom: 0;
  left: 20px;
}


.voice_card-textarea {
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 3.6rem;
  padding: 40px 20px;
  background: #FFEDE3;
  border-radius: 0 20px 20px 0;
  margin-left: 170px;
}

.voice_card-textarea2 {
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 3.6rem;
  padding: 40px 20px;
  background: #FFEDE3;
  border-radius: 0 20px 20px 0;
  margin-left: 170px;
}

.voice_text {
  margin-top: 0;
}

.voice_text2 {
  margin-top: 0;
}

h1 .subtitle {
  display: block;
  font-weight: 500;
  font-size: 34px;
  line-height: 47px;
  text-align: center;
  color: #fff;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.67);
}


/* h4 {
  font-weight: bold;
  font-size: 24px;
  line-height: 40px;
  text-align: left;
  color: #333;
  padding-left: 10px;
  border-left: 4px solid var(--main-color);
  background-color: #FDF2EA;
  margin-top: 54px;

} */

ul.list {
  list-style: disc;
  padding-left: 1em;
}

ul.list li {
  margin-top: 4px;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  color: #333;

}

.listsflex {
  margin-top: 20px;

}

ul.list.flex {
  justify-content: space-between;
  flex-wrap: wrap;
}

ul.list.flex li {
  width: 50%;
}

.border_box_wrap {
  border-radius: 16px;
  background: #fff;
  border: 2px solid #d6d6d6;
  padding: 30px 20px;
  display: inline-block;
  margin: 0 auto;
  text-align: left;
}

.border_box {
  display: block;
  margin: 0 auto;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.attention {
  text-align: right;
}

.application .annotation {
  margin-top: 20px;
}

.service_linkboxes {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.service_link a {
  display: flex;
  width: 100%;
  height: 120px;
  background: transparent;
  border: 2px solid #d6d6d6;
  align-items: center;
  flex-direction: column;
  font-weight: bold;
  font-size: 1.7rem;
  line-height: 1;
  text-align: center;
  color: #fff;
  border-radius: 16px;
  justify-content: center;
  background-position: center;
  background-size: cover;
}

.service_linkbox:first-child a {
  background-image: url(../images/top/btn_service.jpg);
}

.service_linkbox:nth-child(2) a {
  background-image: url(../images/top/btn_company.jpg);
}

.service_linkbox {
  width: calc(50% - 30px);
  margin: 20px 15px;
}

.service_linkbox span {
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  margin-bottom: 2px;
  display: block;
}

.service_linkbox .service_link a {
  position: relative;
  text-decoration: none;
}

.service_link a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
  background-image: url(../images/arrow.svg);
  width: 15px;
  height: 15px;
  background-size: cover;
}


.service_link a {
  transition: all 0.3s;

}

.service_link a:hover {
  text-decoration: none;
  opacity: 0.6;
}

.news_head_box {
  justify-content: space-between;
  align-items: center;
}

.link_to_allnews {
  text-decoration: none;
  color: #333;
}

.link_to_allnews:hover {
  text-decoration: underline;
}

.news_list {
  padding: 30px 0;
  border-bottom: 1px solid #d3d3d3;
}

.news_list:first-child {
  border-top: 1px solid #d3d3d3;
}

.news_lists {
  margin-top: 20px;
}

.news_content p {
  margin: 0 10px;
}

.news_content a {
  text-decoration: none;
  color: #333;
}

.news_content a:hover {
  text-decoration: underline;
}

.news_content {
  align-items: center;
}

.point_wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 40px;
}

.link_header p {
  color: #EB5505;
  font-weight: bolder;
  font-size: 1.8rem;
  border-bottom: 0.5px solid #eb5505;
  padding-bottom: 2px;
  margin: 0px 610px 0px 0px;
}

.link_header a {
  color: #EB5505;
  text-decoration: none;
}

/*.float_btn_wrap {
  clear: both;
  background: rgb(255, 255, 255, 0.5);
  display: flex;
  display: none;
  position: fixed;
  z-index: 10;
  width: 100%;
  bottom: -15px;
}*/

.float_btn_wrap_group {
  display: none;
}

.icon {
  content: "";
  position: absolute;
  width: 2vw;
  height: 2vw;
  top: 0%;
  right: 2%;
}

.icon::before,
.icon::after {
  /* 「×」印のスタイル */
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20%;
  /* 棒の幅（太さ） */
  height: 100%;
  /* 棒の高さ */
  background: #333;
  /* 棒の色 */
}

.icon::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.icon::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.icon:hover {
  cursor: pointer;
}

.float_btn_wrap_block {
  position: relative;
  width: 28.7%;
  height: 4.5vw;
  margin: 2.56vw auto;
  background: #EB5505;
  border: 2px solid #FFFFFF;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
  border-radius: 10vw;
}

.float_btn_wrap_text {
  font-size: 2.1vw;
  color: #FFFFFF;
  font-weight: 600;
  line-height: 4.5vw;
  padding-left: 25%;
}

.float_btn_wrap_block::before {
  content: "";
  position: absolute;
  width: 2.77vw;
  height: 2.77vw;
  background: #FFFFFF;
  border-radius: 50%;
  top: 50%;
  right: 4%;
  transform: translate(0, -50%);
}

.float_btn_wrap_block::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 7%;
  transform: translate(0, -50%);
  border-top: 0.6vw solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 0.6vw solid transparent;
  border-left: 1vw solid #EB5505;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 767px) {

  .pc {
    display: none !important;
  }
  
  .sp {
    display: block !important;
  }

  body {
    font-size: 1.6rem;
    line-height: 2.6rem;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    color: #333333;
    font-weight: 500;
    overflow-x: hidden;
  }

  .news_list {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }

  .news_content {
    align-items: center;
    margin-top: 0;
    flex-wrap: wrap;
    width: 100%;
  }

  .news_content p {
    width: 100%;
    font-size: 1.2rem;
    line-height: 1.8rem;
  }

  .news_logo {
    width: 25%;
  }

  .service_linkbox {
    width: 100%;
    margin: 5px 0;
  }

  section.anshin h2 {
    font-weight: bold;
    text-align: left;
    font-size: 1.9rem;
    line-height: 1rem;
    left: 15px;
    bottom: 10px;
    padding-left: 10px;
    border-left: 5px solid var(--main-color);
  }



  section.anshin h2 span {
    font-size: 2.7rem;
    line-height: 3.2rem;
  }

  .anshin_content-title {
    margin: 12px -14px;
    display: flex;
    align-items: end;
    margin-top: 50px;
  }

  .anshin_content-transition {
    text-align: center;
    margin-top: min(7.8226857888vw, 60px);
    margin-bottom: min(2.6075619296vw, 20px);
    font-size: min(4.5632333768vw, 35px);
  }

  .anshin_jijits01 {
    margin: 0;
    width: min(24.5945241199vw, 250px);
  }

  .anshin_content-title span {
    font-size: min(4.9543676662vw, 38px);
    color: var(--main-color);
    margin-left: min(3.9113428944vw, 30px);
    border-bottom: 2px dashed;
    padding-bottom: min(0.303781vw, 10px);
  }

  .anshin_ribbon {
    line-height: 36px;
    margin-left: min(5.1vw, 2rem);
    padding: 0 25px 0 10px;
    margin-bottom: -14px;
    margin-top: 27px;
  }

  .anshin_ribbon_textbox1 {
    display: inline-block;
    position: relative;
    border-radius: 15px 15px 0px 0px;
    color: #FFF;
    background: #EB5505;
    line-height: 35px;
    padding: 0px 10px;
    margin: 32px 0px -13px -33px;
    font-weight: 600;
    font-size: 14px;
  }

  .anshin_ribbon_textbox2 {
    color: #EB5505;
    font-weight: 600;
    padding: 13px 0px 4px 7px;
    line-height: 29px;
    font-size: 17.2px;
    border-bottom: solid 5px #EB5505;
  }

  .anshin_ribbon::after {
    border-width: 18px 10px 18px 0px;
  }

  .consul h2 {
    bottom: 10px;
    top: auto;
    left: 15px;
    padding-left: 10px;
    border-left: 5px solid var(--main-color);
  }

  .consul-img-box_hukidasshi {
    width: min(34.5501955671vw, 265px);
    top: -74%;
    left: min(57.4583333333vw, 700px);
  }

  .consul_good-card {
    border: min(1.3037809648vw, 10px) solid #eb5505;
    border-radius: min(2.6075619296vw, 20px);
    padding: min(1.3037809648vw, 10px);
  }

  .consul_good-card:not(:first-child) {
    margin-left: min(1.3037809648vw, 10px);
  }

  .consul_good-card h3 {
    margin-top: min(0.6518904824vw, 5px);
    font-size: min(4.5632333768vw, 35px);
    line-height: min(5.9973924381vw, 46px);
    padding-left: 0;
  }

  .consul_good-card_text {
    font-size: min(1.4341590613vw, 11px);
    line-height: min(2.3468057366vw, 18px);
    margin-top: min(2.6075619296vw, 20px);
  }

  .consul_good-card_image1 {
    width: min(15.6453715776vw, 120px);
  }

  .consul_good-card_image2 {
    margin: min(2.6075619296vw, 20px) auto min(5.2151238592vw, 40px);
    width: min(28.6831812256vw, 220px);
  }

  .consul_good-card_image3 {
    margin: min(2.6075619296vw, 20px) auto 0;
    width: min(15.6453715776vw, 120px);
  }

  .consul_good-card_image4 {
    margin: min(2.6075619296vw, 20px) auto 0;
    width: min(15.6453715776vw, 120px);
  }

  .good-card_adm {
    margin-top: 24px;
  }

  .consul_chattalk {
    width: 100%;
    margin: 20px auto;
  }

  .consul_graph05 {
    width: 100%;
    margin: 0 auto;
  }

  .consul_top-img {
    width: 100vw;
    margin-top: -45px;

  }

  .consul h2 {
    font-size: min(4.5vw, 79px);
    line-height: min(6.1458333333vw, 118px);
  }

  main h3 {
    font-size: 2.0rem;
    line-height: 3.0rem;
    padding-left: 10px;
    border-left: 4px solid var(--main-color);
    margin-top: 0px;
  }

 
  .campaign_btn {
    border:4px solid  #EB5505 ;
    width: 390px;
    color: red;
    line-height: 2.0rem;
    border-radius: 0%;
    background: rgb(252 233 220 );
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.24);
    font-weight: bold;
    font-size: 10px;
    text-align: center;
    margin: 0 auto;
    margin-top: 5px;
    padding: 5px;
    text-decoration: none;
  }

  .campaing_btn_a {
    text-decoration: none;
    color: red;
  }

  .cambtn_in {
    font-size: 14px;
  }
 
  .fs12px {
    font-size: 8px;
  }
  
  .fs16px {
    font-size: 10px;
  }

  .fs2rem {
    font-size: 1.5rem;
  }
  
  .fs20px {
    font-size: 12px;
  }





  /* h4 {
  font-size: 1.8rem;
  line-height: 2.6rem;
  margin-top: 54px;
} */
  .application p.attention_mark {
    font-size: 2.0rem;
    line-height: 2.6rem;
  }

  .list_block p {
    margin: -5px 6px 3px 10px;
    font-weight: 600;
    line-height: 3rem;
    font-size: 15px;
  }

  .style1 {
    font-size: 2.0rem;
    line-height: 3.0rem;
    margin-top: 10px;
  }

  .style1 span.atten {
    font-size: 1.9rem;
  }

  .wrap_list {
    width: 300px;
    margin: 0px 0px -90px 24px;
  }

  .list_block {
    height: 20px;
    margin: 13px 23px;
    float: none;
  }

  .list_block img {
    width: 20px;
  }

  ;



  .voice h4 {
    font-size: 1.8rem;
    line-height: 5.6rem;
  }

  .kv_wrap {
    /* height: calc(100vh - 86px); */
    height: 311px;
  }

  .kv_wrap .kv_textbox h1 {
    font-size: 3.7rem;
    line-height: 5.1rem;
  }

  h1 .subtitle {
    font-size: 1.8rem;
    line-height: 2.5rem;
  }

  ul.list.flex li {
    width: 100%;
  }

  .btn {
    width: 350px;
    max-width: 100%;
    font-size: 18px;
  }

  .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    right: 0px;
    left: auto;
  }

  .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    left: 0px;
    right: auto;
  }

  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 24px;
  }

  .service_link a {
    height: 80px;
  }

  .application {
    margin-top: 30px;
    margin-bottom: 17px;
  }

  .crown_header_text {
    font-size: 20px;
    margin: 0px 0px 0px 20px;
    line-height: 2.6rem;
  }

  .crown_text_orange {
    font-size: 2.0rem;
  }

  .annotation {
    font-size: 0.9rem;
    margin: 17px 0px 0px 18px;
  }

  .annotation-left {
    margin: 17px 0px 0px 0px;
  }

  .annotation2 {
    margin: 0 auto;
  }

  .attention_mark_display {
    margin: 10px 0px 0px 60px;
  }

  .attention_mark_display2 {
    margin: 10px 0px 0px 0px;
  }

  .attention_mark_rev {
    font-size: 2.0rem;
    line-height: 2.6rem;
  }

  .crown_header {
    margin-bottom: 30px;
  }

  .voice h4 {
    margin-top: -59px;
  }

  .voice_card {
    width: 100%;
    border-radius: min(3.9113428944vw, 30px);
    border: min(1.3037809648vw, 10px) solid var(--main-color);
  }

  .voice_card::before {
    border-radius: 0 min(2.6075619296vw, 20px) min(2.6075619296vw, 20px) 0;
    width: min(67.7966101695vw, 520px);
  }

  .voice_card:not(:first-child) {
    margin-top: min(2.6075619296vw, 20px);
  }

  .voice_card img {
    width: min(18.2529335072vw, 140px);
    left: min(1.9556714472vw, 15px);
  }

  .voice_card-textarea {
    padding: min(6.2151238592vw, 40px) min(2.6075619296vw, 20px);
    border-radius: 0 min(2.6075619296vw, 20px) min(2.6075619296vw, 20px) 0;
    margin-left: min(22.1642764016vw, 170px);
  }

  .voice_card-textarea2 {
    padding: min(2.2151238592vw, 40px) min(2.6075619296vw, 20px);
    border-radius: 0 min(2.6075619296vw, 20px) min(2.6075619296vw, 20px) 0;
    margin-left: min(22.1642764016vw, 170px);
  }

  .voice_text {
    font-size: min(4.3898305085vw, 26px);
    line-height: min(4.9543676662vw, 38px);
  }

  .voice_text2 {
    font-size: min(4.3898305085vw, 26px);
    line-height: min(4.6vw, 38px);
  }

  .link_header p {
    font-size: 1.2rem;
    margin: 0 auto;
  }

  .consul_contents {
    width: 100%;
  }

  .hi-light2 {
    font-size: 1.8rem;
  }

  .imgbox2 {
    width: 80%;
  }

  .float_btn_wrap {
    clear: both;
    background: rgb(255, 255, 255, 0.5);
    display: flex;
    display: none;
    position: fixed;
    z-index: 10;
    width: 100%;
    bottom: 0;
  }

  .float_btn_wrap_group {
    position: relative;
    display: block;
  }

  .icon {
    content: "";
    position: absolute;
    width: 5vw;
    height: 5vw;
    top: -10%;
    right: 2%;
  }

  .icon::before,
  .icon::after {
    /* 「×」印のスタイル */
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20%;
    /* 棒の幅（太さ） */
    height: 100%;
    /* 棒の高さ */
    background: #333;
    /* 棒の色 */
  }

  .icon::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .icon::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  .icon:hover {
    cursor: pointer;
  }

  .float_btn_wrap_block {
    position: relative;
    width: 48.7%;
    height: 11.8vw;
    margin: 2.56vw auto;
    background: #EB5505;
    border: 2px solid #FFFFFF;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    border-radius: 10vw;
  }

  .float_btn_wrap_text {
    font-size: 4.1vw;
    color: #FFFFFF;
    font-weight: 700;
    line-height: 11.8vw;
    padding-left: 15%;
  }

  .float_btn_wrap_block::before {
    content: "";
    position: absolute;
    width: 7.77vw;
    height: 7.77vw;
    background: #FFFFFF;
    border-radius: 50%;
    top: 50%;
    right: 5%;
    transform: translate(0, -50%);
  }

  .float_btn_wrap_block::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translate(0, -50%);
    border-top: 1.8vw solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 1.8vw solid transparent;
    border-left: 2.56vw solid #EB5505;
  }

  .btn3 {
    width: 330px;
    font-size: 12px;
  }

  .annotation2 p {
    line-height: 3rem;
    font-size: 1.3rem;
    text-align: center;
  }

  .annotation3 p {
    line-height: 3rem;
    font-size: 1.3rem;
    background-color: #fff;
    text-align: center;
    margin-top: -10px;
  }

  .campaign_btn {
    border:4px solid  #EB5505 ;
    width: 350px;
    color: red;
    line-height: 2.0rem;
    border-radius: 0%;
    background: rgb(252 233 220 );
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.24);
    font-weight: bold;
    font-size: 10px;
    text-align: center;
    margin: 0 auto;
    margin-top: 5px;
    padding: 5px;
    text-decoration: none;
  }

  .campaing_btn_a {
    text-decoration: none;
    color: red;
  }

  .cambtn_in {
    font-size: 14px;
  }
  
  
}

/*2306*/
main .new_posts a {
  color: #333;
  text-decoration: none;
}

main .new_posts a:hover {
  opacity: .75;
  transition: .3s;
}

.go_to_list_link_wrapper {
  margin: 40px auto 0;
}

.go_to_list_link {
  background: #eb5505;
  border-radius: 28px;
  box-shadow: 6px 6px 8px rgba(0, 0, 0, .08);
  color: #fff !important;
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  height: 56px;
  letter-spacing: .05em;
  line-height: 56px;
  margin: 0 auto;
  text-align: center;
  width: 320px;
}

.go_to_list_link:hover {
  opacity: .75;
  transition: .3s;
}

.ideco_img_pc {
  display: block;
}

.ideco_img_pc img {
  width: 100%;
  height: auto;
  max-width: 800px;
  border: 2px solid #fb8a07;
}

.ideco_img_sp {
  display: none;
}

.attention2 {
  text-align: center;
  margin-top: 5px;
  font-size: 13px;
}

.attention3 {
  text-align: center;
  font-size: 2.5vw;
}
@media screen and (min-width: 700px) {
  .attention3 {
    text-align: center;
    font-size: 16px;
  }
}


@media screen and (min-width: 767px) {
  .go_to_list_link_wrapper {
    clear: both;
    margin-top: 0;
    padding-top: 50px;
  }

  .ideco_img_pc {
    display: none;
}

.ideco_img_sp {
    display: block;
    padding: 0 15px;
}

.ideco_img_sp img {
    width: 100%;
    height: auto;
    max-width: 978px;
    border: 1px solid #fb8a07;
    margin-top: -16px;
}


.link_point {
height: 1px;
display: block;
padding-top: 70px;
margin-top: -70px;
}
}



/* /promotion/001/aufp/　キャンペーン概要 */
.p-NewsDetail a {
  color: #eb5505;
}

.campaign_overview-container h2 {
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 4.8rem;
  text-align: left;
  color: #333;
  padding-left: 8px;
  border-left: 6px solid var(--main-color);
  margin-top: 70px;
  margin-bottom: 50px;
}



@media screen and (max-width: 766px) {
  .p-NewsDetail {
    font-size: 1.065rem;
}

.c-NewsDetail__txt {
  /* padding: 25px; */
  line-height: 1.8;
}

.campaign_overview-container h2 {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 3.8rem;
  text-align: left;
  color: #333;
  padding-left: 8px;
  border-left: 6px solid var(--main-color);
  margin-top: 0px;
  margin-bottom: 20px;
}

 main .p-NewsDetail p {
  margin-top: 0px;
  line-height: 3.0rem;
}
section.voice {
  padding-bottom: 0;
}
}
/* /promotion/001/aufp/　キャンペーン概要 ＿＿END*/

/* 真実04 */
.anshin_content-title.title-4-wd {
  margin: 65px -153px;
}

@media screen and (max-width: 767px){
.anshin_content-title.title-4-wd {
    margin: 12px -14px;
    display: flex;
    align-items: end;
    margin-top: 50px;
}
}

	/* バナー上部吹き出し */
  picture.speech-bubble img {
    display: block;
    margin: 4% auto -0.5%;
    width: 34%;
    
    }
    section.banner_consul {
      padding-top: 0;
    }
  
  @media only screen and (max-width: 750px) {
    picture.speech-bubble img {
    width: 45%;
    margin: 7% auto -5%;
    }

    
  }
  /* バナー上部吹き出し __END*/
  

  /* メンテナンスのお知らせ */

  .maintenance-container  {
    padding: 1.5rem 4.5rem;
    /* margin-bottom: 6rem; */
    background-color: #F1F1F1;
    margin-top: 6rem;
    }
  
    @media only screen and (min-width: 768px) {
      .maintenance-container  {
        margin-top: 8rem;
        }
    }
  
  .maintenance-container .heading {
  font-weight: 800;
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: center;
    padding-bottom: 0.2rem;
  }
  
  
  @media only screen and (min-width: 768px) {
    .maintenance-container .heading {
  font-size: 1.6rem;
      line-height: 1.417;
      padding-bottom: 1rem;
    }
  }
  
  .maintenance-container .maintenance-container__inner p{
    font-size: 1.1rem;
    text-align: start;
    margin-top: 0px;
      line-height: 1.5rem;
  }
  
  @media only screen and (min-width: 768px) {
    .maintenance-container .maintenance-container__inner p {
      font-size: 1.4rem;
      line-height: 1.5;
    }
  }
  
  .maintenance-container__inner {
    border: 2px solid red;
    padding: 0.5rem 1rem;
   margin: 0 auto;
  }
  
  @media only screen and (min-width: 768px) {
    .maintenance-container__inner {
      border: 3px solid red;
      max-width: 45%;
      padding: 1.5rem;
    }
  }
/* メンテナンスのお知らせ END*/


.text_campaignend {
  font-size: 1.45rem;
  margin: 0;
  text-align: center;
  color: gray;
}

@media only screen and (min-width: 768px) {
  .text_campaignend {
    font-size: 1.75rem;
    margin: 10px 0 10px 0;
  }
  
}
