
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New&display=swap');
a{
cursor: pointer;
}
*,
*::before,
*::after {
box-sizing: border-box;
}
@font-face {
font-family: 'Tirelessly'; /* 任意のフォント名 */
src: url('../font/Tirelessly-Love-You.woff') format('woff');
font-weight: normal;
font-style: normal;
}
.eng{
font-family: "Tirelessly", sans-serif;
font-weight: 400;
}
.jp{
font-family: "fot-tsukuardgothic-std", sans-serif;
font-weight: 700;
}
body{
font-family: "fot-tsukuardgothic-std", sans-serif;
font-weight: 700;
margin: 0;
overflow-x: clip;
color: #363636;
background-color: #FFFFFF;
letter-spacing: .08em;
font-weight: 400;
}
html{
color: #3d3e41;
font-family: "fot-tsukuardgothic-std", sans-serif;
}

img{
width: 100%;
height: auto;
}
.w-1120{
width: 100%;
margin: auto;
max-width: 1140px;
}

.w-1000{
width: 100%;
margin: auto;
max-width: 1040px;
}

.w-810{
width: 100%;
margin: auto;
max-width: 810px;
}


section.top-fv {
    position: relative;
    align-items: center;
    justify-content: center;
    display: flex;
    gap: 40px;
}

section.top-fv::before{
  content: "";
  width: 100%;
    height: calc(100% + 70px);
  position: absolute;
  z-index: -1;
    background-image: url(../images/top/top-back.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;

}

section.top-fv >img{
   display: block;
   width: 70%;
   height: 100%;
   max-width: 830px;
   object-fit: contain;
   object-position: bottom;
   margin-top: 47px;
}
section.top-fv ul {
    position: absolute;
    display: flex;
    width: max-content;
    right: 60px;
    bottom: 40px;
}

section.top-fv ul li{
    display: block;
    width: 175px;
    height: 140px;
}
.section-header_inner {
    position: fixed;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 18px 32px;
    z-index: 99999;
}
a.section-header-contact {
    background: linear-gradient(90deg, #FFAF5F 0%, #F98612 100%);
    display: block;
    border-radius: 10000000px;
    color: #fff;
    padding: 13px;
    width: 223px;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    font-weight: 700;
    position: relative;
}

a.section-header-contact::before{
  content: "";
  width: 8px;
  height: 8px;
  background-color: #FABE82;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 10000px;
}

.section-header__logo a{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}
.top-fv__inner {
    height: auto;
}

.section-header__logo a img{
  width: 140px;
  height: 50px;
  object-fit:contain;
}

.top-fv__inner h1{
  font-size: 62px;
  font-weight: 700;
  gap: 12px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-bottom: 46px;
}

.top-fv__inner h1 > span{
  display: block;
  width: max-content;
  padding: 6px 28px 9px;
  border: 1px solid #5CB5FE;
}

.top-fv__inner h1 > span> span{
  color: #F98612;
}


.top-fv__inner > p{
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}

.top-fv__inner > p span{
  color: #F98612;
  background: linear-gradient(transparent 60%, #fff20066 60%); /* #FFF200 の40%透過 */
  display: inline;
  font-weight: bold;
}


section.top-fv {
    position: relative;
    align-items: center;
    justify-content: center;
    display: flex;
    gap: 40px;
}


 span.orange-text {
  color: #F98612;
  position: relative;
    display: inline-block;
}

span.orange-text::before {
  background-color: #F98612;
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 6px;
  height: 6px;
  display: block;
  content: "";
  border-radius: 10000px;
}

 span.min-text{
  font-size: 24px;
}

.big-text{
  font-size: 56px;
}


section.top-intro {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #5CB5FE;
    border-radius: 40px 40px 0 0;
}

.top-intro__inner.w-1000 {
    background-image: url(../images/top/border.jpg);
    background-position: center bottom;
    padding: 56px 110px;
}

.top-intro__content {
    border: 3px solid #5CB5FE;
    padding-top: 80px;
    text-align: center;
    padding-bottom: 32px;
    background-color: #F2F6F9;
    position: relative;
    max-width: 780px;
}


.top-intro__content h3{
  color: #FFF200;
  position: absolute;
  background-color: #5CB5FE;
  top: 0;
  left: 0;
  width: 100%;
  padding: 14px;
  font-size: 24px;
  font-weight: 700;
}

.top-intro__content h3 span{
  font-size: 16px;
}


h2.top-intro__ttl {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 32px;
    line-height: 1.5;
    font-weight: 700;
    position: relative;
    padding-bottom: 14px;
    margin-bottom: 46px;
    position: relative;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    z-index: 2;
}

h2.top-intro__ttl::before{
  content: "";
  width: 140px;
  height: 0;
  border-bottom: 2px dotted #828282;
  position: absolute;
  bottom: 0;
}

h2.top-intro__ttl i.eng {
    font-size: 64px;
    position: absolute;
    left: -28px;
    bottom: -20px;
    font-weight: 400;
    color: #F98612;
    z-index: -1;
}


h4.top-intro__content__inner__ttl {
    font-size: 24px;
    font-weight: 700;
    line-height: 2;
}

span.q-text{
  color: #F98612;
}

ul.top-intro__content__inner__list {
    padding-left: 80px;
    padding-right: 80px;
    display: flex;
    gap: 16px;
    margin-top: 11px;
}

ul.top-intro__content__inner__list li{
   width: 50%;
}

ul.top-intro__content__inner__list li a{
 display: flex;
 width: 100%;
 height: auto;
 padding: 14px;
 border-radius: 10px;
 border: 1px solid #ccc;
 background-color: #fff;
 font-weight: 700;
 text-align: center;
 justify-content: center;
 align-items: center;
 font-size: 20px;
  transition: .25s;
  position: relative;
}

ul.top-intro__content__inner__list li a::before{
  position: absolute;
  left: 17px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background-color: #F0F0F0;
  content: "";
  border-radius: 10000px;
}

ul.top-intro__content__inner__list li a::after{
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #B1B1B1;
  width: 8px;
  height: 8px;
  content: "";
  border-radius: 10000px;
}


ul.top-intro__content__inner__list li:hover a::before{
  background-color: #fff;
  transition: .25s;
}

ul.top-intro__content__inner__list li:hover a::after{
  background-color: #FABE82;
  transition: .25s;
}

ul.top-intro__content__inner__list li a:hover{
  color: #fff;
  transition: .25s;
    background: linear-gradient(90deg, #FFAF5F 0%, #F98612 100%);
}

section.top-about {
    padding-top: 90px;
    padding-bottom: 90px;
    background-image: url(../images/top/about-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative; 
    clip-path: polygon(
    0 0,         /* 左上 */
    100% 0,      /* 右上 */
    100% calc(100% - 42px), /* 右下（42px食い込み） */
    50% 100%,    /* 真ん中の下（そのまま） */
    0 calc(100% - 42px)     /* 左下（42px食い込み） */
  );
}

.top-about__inner__text {
    width: calc(50% - 32px);
}

.top-about__inner__images {
    width: calc(50vw);
    height: 100%;
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 0;
}
.top-about__inner__text h2 {
    font-size: 32px;
    margin-bottom: 12px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    line-height: 1.5;
    font-weight: 700;
}

.top-about__inner__images img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.top-about__inner__text p{
  line-height: 2;
  letter-spacing: .07em;
}

.tex-box{
  background-color: #fff;
  padding: 2px 14px;
  margin-right: 12px;
  color: #F98612;
}
.top-voice__ttl {
    font-size: 40px;
    width: max-content;
    margin: auto;
    margin-bottom: 40px;
    padding-bottom: 14px;
    position: relative;
    font-weight: 700;
}

h2.top-intro__ttl i.eng {
    font-size: 64px;
    position: absolute;
    left: -28px;
    bottom: -20px;
    font-weight: 400;
    color: #F98612;
    z-index: -1;
}

.top-voice__ttl::before {
    content: "";
    width: 140px;
    height: 0;
    border-bottom: 2px dotted #828282;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.top-voice__ttl .min-text{
  font-size: 32px;
}

.top-voice{
  background-image: url(../images/top/voice-bg.png);
    background-position: center bottom;
    padding-top: calc(120px + 42px);
    margin-top: -80px;
    padding-bottom: 95px;
    z-index: -1;
    position: relative;
}

.top-voice__ttl i.eng {
    font-size: 64px;
    position: absolute;
    left: -28px;
    bottom: -20px;
    font-weight: 400;
    color: #F98612;
    z-index: -1;
}

picture.top-voice__content {
    display: block;
    margin: auto;
    max-width: 810px;
}

section.top-support {
    padding: 80px 0;
    border-radius: 40px 40px 0 0;
    background-color: #DEEDF8;
}

.top-support__inner.w-1000 ul {
    display: flex;
    gap: 14px;
}

.top-support__inner.w-1000 ul li {
  background-color: #fff;
  border-radius: 10px;
  padding: 24px 10px;
  width: calc((100% - 14px - 14px) / 3);
}

.top-support__inner.w-1000 ul li h3{
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 1px dashed #828282;
  font-weight: 700;
}

.top-support__inner.w-1000 ul li h3 span{
color: #F98612;
}

.top-support__inner.w-1000 ul li p{
  margin-top: 12px;
  line-height: 1.5;
  letter-spacing: .07em;
}

h2.top-support__ttl {
    width: max-content;
    margin: auto;
    display: flex;
    flex-direction: column;
    margin-bottom: 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 32px;
    line-height: 1.5;
    font-weight: 700;
    position: relative;
    padding-bottom: 14px;
    margin-bottom: 46px;
    position: relative;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    z-index: 2;
}

h2.top-support__ttl i.eng {
    font-size: 64px;
    position: absolute;
    left: -28px;
    bottom: -20px;
    font-weight: 400;
    color: #F98612;
    z-index: -1;
}

h2.top-support__ttl::before {
    content: "";
    width: 140px;
    height: 0;
    border-bottom: 2px dotted #828282;
    position: absolute;
    bottom: 0;
}

.top-support__subttl{
  padding: 8px 24px;
  margin: auto;
  position: relative;
  width: max-content;
  background-color: #F98612;
  color: #fff;
  border-radius: 100000px;
  margin-bottom: 34px;
}


.top-support__subttl::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -12px; /* 親からどれくらい下に出すか調整 */
  
  width: 0;
  height: 0;

  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 14px solid #F98612; /* ▼の色 */
}






section.top-intro02 {
    padding-top: 80px;
    padding-bottom: 80px;
    background-image: url(../images/top/intro02-pc.png);
    background-position: center center;
    background-size: cover;
}



h2.top-intro02__ttl {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 32px;
    line-height: 1.5;
    font-weight: 700;
    position: relative;
    padding-bottom: 14px;
    margin-bottom: 46px;
    position: relative;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    z-index: 2;
}

h2.top-intro02__ttl::before{
  content: "";
  width: 140px;
  height: 0;
  border-bottom: 2px dotted #828282;
  position: absolute;
  bottom: 0;
}

.top-intro02__content {
    border: 3px solid #5CB5FE;
    padding-top: 80px;
    text-align: center;
    padding-bottom: 32px;
    background-color: #F2F6F9;
    position: relative;
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
}


.top-intro02__content h3{
  color: #FFF200;
  position: absolute;
  background-color: #5CB5FE;
  top: 0;
  left: 0;
  width: 100%;
  padding: 14px;
  font-size: 24px;
}

.top-intro02__content h3 span{
  font-size: 16px;
}

h2.top-intro02__ttl i.eng {
    font-size: 64px;
    position: absolute;
    left: -28px;
    bottom: -20px;
    font-weight: 400;
    color: #F98612;
    z-index: -1;
}


h4.top-intro02__content__inner__ttl {
    font-size: 24px;
    font-weight: 700;
}

span.q-text{
  color: #F98612;
}

ul.top-intro02__content__inner__list {
    padding-left: 80px;
    padding-right: 80px;
    display: flex;
    gap: 16px;
    margin-top: 11px;
}

ul.top-intro02__content__inner__list li{
   width: 50%;
}

ul.top-intro02__content__inner__list li a{
 display: flex;
 width: 100%;
 height: auto;
 padding: 14px;
 border-radius: 10px;
 border: 1px solid #ccc;
 background-color: #fff;
 font-weight: 700;
 text-align: center;
 justify-content: center;
 align-items: center;
 font-size: 20px;
  transition: .25s;
  position: relative;
}

ul.top-intro02__content__inner__list li a::before{
  position: absolute;
  left: 17px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background-color: #F0F0F0;
  content: "";
  border-radius: 10000px;
}

ul.top-intro02__content__inner__list li a::after{
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #B1B1B1;
  width: 8px;
  height: 8px;
  content: "";
  border-radius: 10000px;
}


ul.top-intro02__content__inner__list li:hover a::before{
  background-color: #fff;
  transition: .25s;
}

ul.top-intro02__content__inner__list li:hover a::after{
  background-color: #FABE82;
  transition: .25s;
}

ul.top-intro02__content__inner__list li a:hover{
  color: #fff;
  transition: .25s;
    background: linear-gradient(90deg, #FFAF5F 0%, #F98612 100%);
}

footer {
    color: #fff;
    padding: 14px;
    background: #5cb6ff;
    text-align: center;
    font-weight: 700;
    font-size: 12px;
}

.top-fv__inner__btn{
  margin-top: 32px;
  display: block;
  max-width: 340px;
}
.top-fv__inner {
    height: auto;
    width: max-content;
}
.top-fv__inner h1{
  position: relative;
}
.top-fv__inner h1 > span i.eng{
    font-size: 64px;
    position: absolute;
    right: -28px;
    bottom: -27px;
    font-weight: 400;
    color: #F98612;
    z-index: -1;
}


@media screen and (max-width:1200px) {
  section.top-fv {
    padding-left: 20px;
    padding-right: 20px;
}

  .top-fv__inner h1 {
    font-size: 48px;
    font-weight: 700;
    gap: 8px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-bottom: 32px;
}
.top-fv__inner h1 > span i.eng {
    font-size: 44px;
    right: -20px;
    bottom: -17px;
    font-weight: 400;
}
.top-fv__inner > p {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    line-height: 1.5;
}
.top-fv__inner__btn {
    margin-top: 24px;
    display: block;
}
.top-fv__inner__btn {
    margin-top: 24px;
    display: block;
    width: 280px;
}
section.top-fv >img {
    display: block;
    width: 60%;
    height: 100%;
    max-width: 830px;
    object-fit: contain;
    margin-top: 0;
    object-position: bottom;
}
section.top-intro {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #5CB5FE;
    border-radius: 20px 20px 0 0;
}
h2.top-intro__ttl {
    font-size: 24px;
}
.big-text {
    font-size: 44px;
}
h2.top-intro__ttl i.eng {
    font-size: 40px;
    left: -28px;
    bottom: -4px;
}
h2.top-intro__ttl {
    font-size: 24px;
    padding-bottom: 12px;
    margin-bottom: 32px;
}
h4.top-intro__content__inner__ttl,
h4.top-intro02__content__inner__ttl {
    font-size: 20px;
}
ul.top-intro__content__inner__list li a {
    padding: 10px;
    font-size: 18px;
}
.top-about__inner__text h2 {
    font-size: 26px;
    margin-bottom: 12px;
}
.top-about__inner__text p {
    line-height: 2;
    letter-spacing: .07em;
    font-size: 14px;
}
section.top-intro{
  padding-left: 20px;
  padding-right: 20px;
}

}
h2.chat-thanks__inner__ttl-main{
font-size:24px;
text-align:center;
font-weight:bold;
margin-bottom:18px;
line-height:1.5;
}
.chat-thanks__inner__text {
    font-size: 16px;
    text-align: left;
    line-height: 1.5;
    max-width: 710px;
    margin: auto;
}

@media screen and (max-width:1100px) {

h2.chat-thanks__inner__ttl-main{
font-size:20px;
text-align:left;
margin-bottom:18px;
}
.chat-thanks__inner__text{
font-size:16px;
text-align:left;
}
  .w-1000{
    padding-left: 20px;
    padding-right: 20px;
  }
  .top-support__inner.w-1000 ul li h3 {
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 14px;
    padding-bottom: 12px;
    border-bottom: 1px dashed #828282;
}
.top-support__inner.w-1000 ul li p {
    margin-top: 12px;
    line-height: 1.5;
    letter-spacing: .07em;
    font-size: 14px;
}

.top-intro__inner.w-1000 {
    padding: 56px 40px;
}
section.top-fv ul li {
    display: block;
    width: 125px;
    height: 110px;
}
section.top-fv ul {
    position: absolute;
    display: flex;
    width: max-content;
    right: 20px;
    bottom: 20px;
}
}


.top-fv.sp{
  display: none;
}

@media screen and (max-width:640px){

section.top-fv::before{
  display: none;
}
.top-fv.pc{
  display: none;
}
.top-fv.sp{
  display: block;
  position: relative;
}
  .section-header__logo a{
    font-size: 7px;
  }
  a.section-header-contact {
    padding: 13px 0;
    width: 120px;
    font-size: 12px;
}
ul.top-intro__content__inner__list,
ul.top-intro02__content__inner__list {
    padding-left: 30px;
    padding-right: 20px;
    display: flex;
    gap: 16px;
    margin-top: 11px;
    flex-direction: column;
}
ul.top-intro__content__inner__list li,
ul.top-intro02__content__inner__list li {
  width: 100%;
}
ul.top-intro__content__inner__list li a,
ul.top-intro02__content__inner__list li a {
    padding: 10px;
    font-size: 18px;
    width: 100%;
}
.top-intro__inner.w-1000 {
    padding: 56px 14px;
}
h4.top-intro__content__inner__ttl, h4.top-intro02__content__inner__ttl {
    font-size: 14px;
    line-height: 2;
}
.top-about__inner__text {
    width: 100%;
}
.top-about__inner__images {
    width: 100%;
    height: auto;
    object-fit: cover;
    position: relative;
    right: 0;
    top: 0;
    margin-top: 20px;
}
section.top-about {
    padding-top: 80px;
    position: relative;
    clip-path: none;
    padding-bottom: 80px;
}
.top-voice__ttl {
    font-size: 32px;
    line-height: 1.5;
}
.top-voice__ttl .min-text {
    font-size: 24px;
}
.top-voice__ttl i.eng {
    font-size: 40px;
    position: absolute;
    left: -43px;
    bottom: -10px;
    font-weight: 400;
    color: #F98612;
    z-index: -1;
}
.top-support__inner.w-1000 ul {
    display: flex;
    gap: 14px;
    flex-direction: column;
}
.top-support__inner.w-1000 ul li {
    background-color: #fff;
    border-radius: 10px;
    padding: 24px 10px;
    width: 100%;
}

section.top-fv {
    padding-left: 0;
    padding-right: 0;
}
.top-fv__inner__btn {
    margin-top: 0;
    display: block;
    width: 280px;
    position: fixed;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    width: 100%;
    z-index: 9999;
    max-width: 380px;
    padding-left: 20px;
    padding-right: 20px;
}
.section-header_inner {
    position: fixed;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
    z-index: 99999;
}
.section-header__logo a img {
    width: 87px;
    height: auto;
}

.section-header_inner {
    position: fixed;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
    z-index: 99999;
    align-items: center;
}

h2.top-support__ttl i.eng{
    font-size: 40px;
    position: absolute;
    left: -23px;
    bottom: -10px;

}.tex-box {
    background-color: #fff;
    padding: 2px 12px;
    margin-right: 10px;
    color: #F98612;
}
}



.chat-step--end .step-separator {
    position: relative;
    width: 100%;
    height: 24px; /* 三角の余白込みでいい感じのスペース */
    margin-bottom: 20px;
}

.chat-step--end .step-separator::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 14px;
    height: 14px;
    /* オレンジの小さな下向き三角 */
    background: #f28c2f; /* 仮のオレンジ。デザインに合わせて変えてOK */
    clip-path: polygon(
        50% 100%, /* 下中央 */
        0% 0%,    /* 左上 */
        100% 0%   /* 右上 */
    );
}




.chat-form {
    background: #fff;
    max-width: 920px;
    margin: 0 auto;
    border: 3px solid #5CB5FE; /* 薄い青い枠っぽいやつ */
    padding: 56px 24px;
    background-color: #fff;
  }

.comment {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin-bottom: 32px;
}

.comment__icon img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
}


.comment__name {
    font-size: 16px;
    font-weight: 700;
    display: block;
    margin-bottom: 16px;
}

.comment__text {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
}
.qa {
    background: #fffdf7;
    border: 1px solid #f3e8c9;
    border-radius: 8px;
    padding: 40px 80px;
    margin-bottom: 24px;
    box-shadow: 0 2px 6px rgba(0,0,0,.03);
    display: flex;
    gap: 12px;
    justify-items: stretch;
    justify-content: center;
    margin-left: 92px;
    flex-wrap: wrap;
    align-items: flex-end;
}
.qa input[type="text"],
.qa input[type="email"],
.qa input[type="tel"],
.qa input[type="number"],
.qa input[type="password"],
select{
    background: #fff;
    border: 1px solid #f3c77b;
    border-radius: 6px;
    line-height: 1.4;
    text-align: left;
    cursor: pointer;
    position: relative;
    padding: 14px;
    font-size: 20px;
}

.qa--grid4 {
  display: flex;
  flex-wrap: wrap;
}

.qa__choice {
    background: #fff;
    border: 1px solid #f3c77b;
    border-radius: 6px;
    line-height: 1.4;
    text-align: center;
    cursor: pointer;
    position: relative;
    padding: 14px;
    font-size: 20px;
}

.qa__choice::before{
  position: absolute;
  left: 17px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background-color: #F0F0F0;
  content: "";
  border-radius: 10000px;
}

.qa__choice::after{
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #B1B1B1;
  width: 8px;
  height: 8px;
  content: "";
  border-radius: 10000px;
}
.qa__row {
    flex-direction: column;
    display: flex;
    gap: 10px;
}

button.qa__next {
    color: #fff;
    transition: .25s;
    background: linear-gradient(90deg, #FFAF5F 0%, #F98612 100%);
font-weight: 700;
    border: 1px solid #f3c77b;
    border-radius: 6px;
    line-height: 1.4;
    text-align: center;
    cursor: pointer;
    position: relative;
    padding: 14px;

    max-height: 58px;
    font-size: 20px;
}

.qa__choice.is-active::before{
  background-color: #fff;
  transition: .25s;
}

.qa__choice.is-active::after{
  background-color: #FABE82;
  transition: .25s;
}

.qa__choice.is-active{
  color: #fff;
  transition: .25s;
    background: linear-gradient(90deg, #FFAF5F 0%, #F98612 100%);
}







.qa--input select.qa__select {
    background: #fff;
    border: 1px solid #f3c77b;
    border-radius: 6px;
    line-height: 1.4;
    text-align: center;
    cursor: pointer;
    position: relative;
    padding: 14px;
    font-size: 20px;
    width: 100%;
    font-weight: 700;
}

.chat-submit {
    background: linear-gradient(90deg, #FFAF5F 0%, #F98612 100%);
    display: block;
    border-radius: 10000000px;
    color: #fff;
    padding: 16px;
    width: 340px;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    font-weight: 700;
    position: relative;
    margin: auto;
    font-size: 24px;
}
.chat-submit:enabled {
    opacity: 1;
}

/* 進捗バー */
.chat-progress {
  padding: 20px;
}

.chat-progress__label {
    margin-bottom: 4px;
    text-align: center;
}
.chat-progress__percent {
    font-weight: 700;
    color: #f28c2f;
}
.chat-progress__bar {
    background: #eee;
    border-radius: 999px;
    overflow: hidden;
    height: 6px;
    max-width: 1000px;
    margin: auto;
}
.chat-progress__bar-inner {
    height: 6px;
    border-radius: 999px;
    background: #5CB5FE;
    width: 0%;
    transition: width .25s;
}

.comment__icon {
    width: 80px;
    height: 80px;
    border: 1px solid #5CB5FE;
    border-radius: 1000000px;
}
.comment__icon img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}


.comment__bubble p.comment__text {
    background: #FAFAFA;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px 20px;
    max-width: 100%;
    line-height: 1.5;
}

.comment__bubble p.comment__text:nth-of-type(2),
.comment__bubble p.comment__text:nth-of-type(3) {
    margin-top: 20px;
}

.contact-wrap{
  padding-top: 220px;
  padding-bottom: 120px;
  min-height:100vh;
}

.chat-progress {
    position: fixed;
    margin-top: 0px;
    font-size: 18px;
    color: #444;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    padding: 20px 40px;
    background: #ffffffe2;
}
.contact-wrap {
    padding-top: 220px;
    padding-bottom: 120px;
    background: #A4D8FF;
}
.qa__choice {
    width: calc(50% - 12px);
    font-weight: 700;
}

.chat-step {
  display: none;
  opacity: 0;
  transition: opacity .3s;
}
.chat-step.is-active {
  display: block;
  opacity: 1;
}

.chat-form__inner__net{
      background-image: url(../images/top/border.jpg);
    background-position: center bottom;
    padding: 56px 20px;
    border-radius: 10px;
}


.chat-form__inner__net > h2.chat-ttl i.eng {
    font-size: 54px;
    position: absolute;
    left: -78px;
    bottom: -10px;
    font-weight: 400;
    color: #F98612;
    z-index: -1;
    width: max-content;
}


.chat-form__inner__net > h2.chat-ttl {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 56px;
    line-height: 1.5;
    font-weight: 700;
    position: relative;
    padding-bottom: 14px;
    margin-bottom: 46px;
    position: relative;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    z-index: 2;
}

.chat-form__inner__net > h2.chat-ttl::before{
  content: "";
  width: 140px;
  height: 0;
  border-bottom: 2px dotted #828282;
  position: absolute;
  bottom: 0;
}
.chat-form__inner__net > h2.chat-ttl span.min-text {
    font-size: 44px;
}
.chat-form__inner__net > h2.chat-ttl i.eng {
    font-size: 64px;
    position: absolute;
    left: -72px;
    bottom: -20px;
    font-weight: 400;
    color: #F98612;
    z-index: -1;
}

@media screen and (max-width:1000px) {
  .contact-wrap {
    padding-left: 20px;
    padding-top: 120px;
    padding-right: 20px;
}
.chat-form__inner__net > h2.chat-ttl {
    font-size: 24px;
    padding-bottom: 14px;
    margin-bottom: 46px;
        width: max-content;
        max-width: 100%;
}
.chat-form__inner__net > h2.chat-ttl i.eng {
    font-size: 34px;
    position: absolute;
    left: -42px;
    bottom: 0px;
    font-weight: 400;
    color: #F98612;
    z-index: -1;
}
.chat-form__inner__net > h2.chat-ttl span.min-text {
    font-size: 26px;
}
.qa {
    background: #fffdf7;
    border: 1px solid #f3e8c9;
    border-radius: 8px;
    padding: 40px 20px;
    margin-bottom: 24px;
    box-shadow: 0 2px 6px rgba(0,0,0,.03);
    display: flex;
    gap: 12px;
    justify-items: stretch;
    justify-content: center;
    margin-left: 0px;
        flex-direction: column;
}
.comment__icon {
    width: 50px;
    height: 50px;
    border: 1px solid #5CB5FE;
    border-radius: 1000000px;
}
.comment__bubble {
    width: calc(100% - 62px);
}
.comment__bubble p.comment__text {
    background: #FAFAFA;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 10px 14px;
    max-width: 100%;
    line-height: 1.5;
    font-size: 14px;
}
.chat-submit{
  width: 100%;
  max-width: 340px;
}
.qa__choice {
    width: 100%;
    font-weight: 700;
}
.qa__choice {
    background: #fff;
    border: 1px solid #f3c77b;
    border-radius: 6px;
    line-height: 1.4;
    text-align: center;
    cursor: pointer;
    position: relative;
    padding: 10px;
    font-size: 16px;
}
.comment {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin-bottom: 20px;
}
.qa__choice::before {
    position: absolute;
    left: 17px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background-color: #F0F0F0;
    content: "";
    border-radius: 10000px;
}
.qa__choice::after {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #B1B1B1;
    width: 4px;
    height: 4px;
    content: "";
    border-radius: 10000px;
}
.comment__name {
    font-size: 14px;
    font-weight: 700;
    display: block;
    margin-bottom: 12px;
}
.qa--input select.qa__select{

        padding: 10px;
        font-size: 16px;
}
a.section-header-contact::before {
display: none;
}
.chat-progress__label {
    margin-bottom: 4px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
}
.top-fv__inner {
    height: auto;
    width: max-content;
    width: 100%;
}
section.top-intro {
    margin-top: -20px;
    z-index: 2;
    position: relative;
}
}

h2.top-intro__ttl span.big-text,
h2.top-support__ttl span.big-text {
position: relative;
}

h2.top-intro__ttl span.big-text img,
h2.top-support__ttl span.big-text img{
    position: absolute;
    width: 30px;
    height: 30px;
    right: -30px;
    top: -20px;
}


@media screen and (max-width:640px){
  h2.top-intro__ttl span.big-text img,
  h2.top-support__ttl span.big-text img{
    position: absolute;
    width: 30px;
    height: 30px;
    right: -20px;
    top: -20px;
}


.qa input[type="text"],
.qa input[type="email"],
.qa input[type="tel"],
.qa input[type="number"],
.qa input[type="password"],
select{
  width: 100%;
        padding: 10px;
        font-size: 16px;
}

button.qa__next{
        padding: 10px;
        font-size: 16px;
  width: 100%;
}
select {
    width: calc(100% - 30px);
}
.qa__birth-selects {
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.qa__row {
    gap: 10px;
    width: 100%;
}
select.qa__select-pref {
    width: 100%;
}
}