@charset "utf-8";

/*-----------------------------------------------------
大見出し
-------------------------------------------------------*/

/* 中見出し
------------------------------------------------*/

/* 小見出し/コメント */

/* 1400px以下 */
@media only screen and (max-width: 1399px) {
}

/* 1200px以下 */
@media only screen and (max-width: 1199px) {
}

/* タブレット以下 */
@media only screen and (max-width: 991px) {
}

/* スマホ */
@media only screen and (max-width: 767px) {
}

/*-----------------------------------------------------
共通
-------------------------------------------------------*/
section {
  padding: 150px 0;
}
a {
  text-decoration-line: none;
}
a:hover{
  opacity: 0.5;
}

@media only screen and (max-width: 767px){
section {
  padding: 50px 0;
}}

/*-----------------------------------------------------
フォント
-------------------------------------------------------*/
.text-green{
  font-weight: 900;
  background: linear-gradient(to top, #007062, #00b3b5);
  -webkit-background-clip: text;
  color: transparent;
}
.text-big{
  font-size: 2rem;
}
.text-bold{
  font-weight: bold;
}
.text-bold02{
  font-weight: 900;
}
.text-yellow{
  color: #fbd73d;
}
.text-blue{
  color: #00737f;
}
.text-white{
  color: #fff;
}
.yellow-marker{
  background:linear-gradient(transparent 70%, #fbd73d 70%);
  display: inline-block;
}
@media only screen and (max-width: 767px){
  .text-big{
  font-size: 1.55rem;
}
.yellow-marker{
  background:linear-gradient(transparent 86%, #fbd73d 86%);
  display: inline-block;
}}

/*-----------------------------------------------------
タイトル
-------------------------------------------------------*/
.ttl_box{
  text-align: center;
  padding-bottom: 50px;
}
.ttl-before{
  color: #6e6e6e;
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 0;
}
.ttl-text{
  color: #343434;
  font-weight: bold;
  font-size: 2rem;
  border-bottom: 3px solid #343434;
  padding-bottom: 0.25em;
  display: inline-block;
}
.ttl-gray{
  color: #b1b1b1;
}
.ttl-white{
  color: #fff;
  border-bottom: 3px solid #fff;
}
.ttl-text-sub{
  font-size: 1.5rem;
}

@media only screen and (max-width: 767px) {
.ttl-text{
  font-size: 1.5rem;
}
.ttl-before{
  font-size: 1rem;
}
.ttl_box{
  padding-bottom: 30px;
}
.ttl-text-sub{
  font-size: 1.1rem;
}}

/*-----------------------------------------------------
CTA
-------------------------------------------------------*/
.cta{
  background-image: url(../images/cta-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cta .container{
  background-color: #fff;
  padding: 3em 1em;
  border-radius: 20px;
}
.balloon-cta {
    display: flex;
    justify-content: center;
    position: relative;
    padding: 0.25em 1em;
    border-radius: 50px;
    background-color: #333333;
    color: #ffffff;
    font-size: 1.5rem;
    width: 45%;
    margin: 0 auto;
}
.balloon-cta::before {
    position: absolute;
    bottom: -15px;
    width: 30px;
    height: 15px;
    background-color: #333333;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}
.cta-txet-yellow{
  color: #fffec5;
  font-weight: bold;
  margin-bottom: 0;
}
.cta-ttl{
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 2rem;
}
.cta-ttl .text-big{
  font-size: 2.5rem;
}
.cta-button-text{
  padding-bottom: 0;
  margin-bottom: 0;
  font-weight: bold;
  font-size: 1.3rem;
}

@media only screen and (max-width: 991px){
  .balloon-cta {
    font-size: 1.2rem;
    width: 60%;
}
.cta-ttl{
  font-size: 1.3rem;
}}
@media only screen and (max-width: 767px){
.cta .container{
  width: 95%;
}
.balloon-cta {
   font-size: 1.2rem;
   width: 95%;
}
.cta-ttl .text-big{
  font-size: 1.5rem;
}
.cta-ttl{
  line-height: 1.6em;
}
.cta-button-text{
  font-size: 0.8rem;
  margin-bottom: 0.5em;
}}
/*ボタンアニメーション*/
.reflection{
display:inline-block;
position:relative;
overflow:hidden;
border-radius: 50px;
}
 
.reflection:after {
content:"";
height:100%;
width:30px;
position:absolute;
top:-180px;
left:0;
background-color: #fff;
opacity:0;
-webkit-transform: rotate(45deg);
-webkit-animation: reflection 3s ease-in-out infinite;
}
 
@keyframes reflection {
0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

.reflection:hover{
  opacity: 0.8;
}

/*-----------------------------------------------------
header
-------------------------------------------------------*/
#Header{
  background-color: #1c1c1c;
}
#Header p{
  margin-bottom: 0;
}
.h-logo{
  max-width: 20rem;
  padding-left: 2em;
}
.h-left_bg{
  background-color: #00737f;
  padding: 0 5em;
  min-height: 6em;
}
.h-right_bg{
  background-color: #1d2f4f;
  padding: 0 2em;
  min-height: 6em;
}
.h_cta{
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
}
.header-font-big{
  font-size: 120%;
}

@media only screen and (max-width: 1199px) {
.h-logo{
  max-width: 10rem;
  padding-left: 1em;
  padding-right: 1em;
}
.h_cta{
  width: 100%;
  margin: 0 auto;
  padding: 0 1em;
}
.h-left_bg{
  padding: 0 0.25em;
  min-height: 5em;
}
.h-right_bg{
  padding: 0 0.25em;
  min-height: 5em;
}}
@media only screen and (max-width: 991px) {
.h-logo{
  max-width: 10rem;
  padding-left: 0.5em;
}
.h_cta{
  width: 100%;
  margin: 0 auto;
}
.h-left_bg{
  padding: 0 ;
  min-height: 4em;
}
.h-right_bg{
  padding: 0 ;
  min-height: 4em;
}}
@media only screen and (max-width: 767px) {
.h-logo_sp{
  max-width: 8rem; 
  padding: 0.5em;
  margin: 0 auto;
}}

/*-----------------------------------------------------
FV
-------------------------------------------------------*/
.fv {
  background-color: #444444;
  padding: 0;
}
.fv .container{
  padding: 2em 0;
}
@media only screen and (max-width: 767px){
  .fv .container {
  background-image:none;
  padding: 1em 0;
  max-width: 767px;
}}

/*動画*/
.movie {
  position: relative;
   width: 309.5px;
}
.mask {
  display: block;
  margin: 45px auto 0;
  background-image: url(../images/fv-phone.png);
  background-size: 100% 98%;
  background-repeat: no-repeat;
  aspect-ratio: 720 / 1280;
}
.movie video {
  mask-image: url(../images/fv-phone_bg.png);
  -webkit-mask-image: url(../images/fv-phone_bg.png);
  -webkit-mask-size: 100% 100%;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 1199px){
  .mask {
  margin: 0px auto 0;
}
  .movie {
   width: 250px;
}}
@media only screen and (max-width: 991px){
  .mask {
  margin: 0px auto 0;
}
  .movie {
   width: 180px;
}}
@media only screen and (max-width: 767px){
  .fv-sp{
    padding: 1em;
  }
  .fv-sp .col-5{
    padding: 0;
  }
  .fv_text-point-sp{
    padding-top: 1em;
  }
  .mask {
  margin: 0px auto 0;
}
  .movie {
   width: 140px;
   padding: 1em 0 0;
}}


/*-----------------------------------------------------
TILのSNS特化動画サービスはココが違う
-------------------------------------------------------*/
.point-ttl_small{
  font-weight: bold;
  font-size: 1.5rem;
  border-bottom: 2px solid;
  width: 60%;
  margin: 0 auto;
}
.point-ttl_big{
  font-weight: 900;
  font-size: 2rem;
  background: linear-gradient(to top, #007062, #00b3b5);
  -webkit-background-clip: text;
  color: transparent;
}
.balloon-001 {
    display: flex;
    justify-content: center;
    position: relative;
    padding: 0.25em 1em;
    border-radius: 50px;
    background-color: #333333;
    color: #ffffff;
    font-size: 1.8rem;
    width: 60%;
    margin: 2em auto;
}
.balloon-001::before {
    position: absolute;
    bottom: -15px;
    width: 30px;
    height: 15px;
    background-color: #333333;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}
.point-box{
  border: 2px solid;
  padding: 2em 1em;
}
.point-box-text{
  font-size: 1.8rem;
}
.point-box-text_big{
  font-size: 3rem;
}
.triangle{
  width: 65px;
  height: 35px;
  background-color: #00737f;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  margin: 3em auto;
}
.text-radius{
  background-color: #333333;
  border-radius: 40px;
  padding: 0.25em 0.8em;
  color: #fff;
  margin: 0 0.25em;
}
.point-box-text_big{
  font-size: 3rem;
}
.point-box-text_big02{
  font-size: 5rem;
}
@media only screen and (max-width: 1199px){
.balloon-001 {
    width: 70%;
}}
@media only screen and (max-width: 991px){
.balloon-001 {
    width: 100%;
}
.point-box-text{
  font-size: 1.5rem;
}
.point-box-text_big{
  font-size: 1.5rem;
}
.point-box-text_big02{
  font-size: 3rem;
}}
@media only screen and (max-width: 767px){
  .point-ttl_small{
  font-size: 1.05rem;
  width: 75%;
}
.point-ttl_big{
  font-size: 1.5rem;
}
.balloon-001 {
    font-size: 1rem;
    width: 90%;
    margin: 2em auto;
    text-align: center;
}
.point-box-text{
  font-size: 1.0rem;
  line-height: 1.5em;
}
.triangle{
  width: 65px;
  height: 35px;
  background-color: #00737f;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  margin: 2em auto;
}
.point-box-text_big{
  font-size: 1.5rem;
}
.point-box-text_big02{
  font-size: 3rem;
}}

/*-----------------------------------------------------
わかってはいるけど
-------------------------------------------------------*/
.trigger{
  background-color: #333333;
  padding-bottom: 0;
}
.trigger .container{
  padding-top: 10px;
}
.trigger-img{
  margin-bottom: 7rem;
}
.trigger-text{
  font-size: 4rem;
  margin-bottom: 1em;
  position: relative;
}
.trigger-line-img{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  min-width: 1000px;
}
.trigger-box-text{
  font-size: 1.8rem;
  margin: 0;
}
.trigger-box-img{
  margin: 0;
}
.trigger-text-marker{
  font-size: 2.7rem;
  background:linear-gradient(transparent 70%, #20948b 70%);
}
.black-triangle {
    position: relative;
    padding-top: 8vw !important;
}
.black-triangle::after {
    content: '';
    position: absolute;
    top: 9vw;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    width: 20vw;
    height: 10vw;
    background: #333333;
}

@media only screen and (max-width: 1399px) {
  .trigger-text{
  font-size: 3rem;
  margin-bottom: 1em;
}
.trigger-box-text{
  font-size: 1.5rem;
}}
@media only screen and (max-width: 1199px){
.trigger-line-img{
  min-width: 800px;
}
.trigger-text{
  font-size: 2.5rem;
}
.trigger-box-text{
  font-size: 1.4rem;
}
.trigger-text-marker{
  font-size: 2.3rem;
}}
@media only screen and (max-width: 991px){
.trigger-line-img{
  min-width: 600px;
}
.trigger-text{
  font-size: 2rem;
}
.trigger-box-text{
  font-size: 1.2rem;
}
.trigger-text-marker{
  font-size: 1.8rem;
}}
@media only screen and (max-width: 767px){
.trigger-line-img{
  min-width: 350px;
}
.trigger-text{
  font-size: 1.6rem;
  margin-top: 1em;
}
.trigger-img{
  width: 80%;
  margin-bottom: 3rem;
}
.trigger-box-text{
  font-size: 1.0rem;
}
.trigger-box-img{
  width: 50%;
}}
/*ギャップを埋めることができます*/
.trigger02{
  background-color: #fff;
  padding: 50px 0;
}
.trigger02-bg{
background-image: url(../images/trigger02-bg.png);
background-size: contain;
background-position: center;
background-repeat: no-repeat;
padding: 100px 0;
}
.trigger02-text{
  font-size: 1.6rem;
}
.trigger02-text-big{
  font-size: 2.4rem;
}
.graph{
  padding-top: 5em;
}
@media only screen and (max-width: 1199px){
.trigger02-text-big{
  font-size: 2rem;
}}
@media only screen and (max-width: 991px){
.trigger02-text-big{
  font-size: 1.5rem;
}
.graph{
  padding-top: 0;
}}
@media only screen and (max-width: 767px){
.trigger02-bg{
background-image: url(../images/trigger02-sp-bg.png);

background-position: bottom;
padding: 20px 0;
}
.trigger02-text-big{
  font-size: 1.8rem;
}
.trigger02-text{
  font-size: 1.3rem;
}.graph{
  padding-top: 3em;
}}

/*-----------------------------------------------------
選ばれる理由
-------------------------------------------------------*/
.reason {
  background-color: #ebebeb;
}
.reason-bg01{
  padding: 30px 0;
}
.reason-bg02{
  background-color: #f4f4f4;
  padding: 30px 0;
}
.reason-ttl{
  border-bottom: 3px solid #333;
  padding: 0.6em;
  font-size: 1.45rem;
  display: inline-block;
}
.reason－point{
  background-color: #333;
  padding: 0.1em 0.25em;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  margin-right: 0.5em;
}
@media only screen and (max-width: 1199px){
  .reason-ttl{
  border-bottom: 3px solid #333;
  padding: 0.6em;
  font-size: 1.17rem;
}}
@media only screen and (max-width: 991px){
.reason-ttl{
  display: block;
  font-size: 1.5rem;
}}
@media only screen and (max-width: 767px){
.reason-ttl{
  display: block;
}
.reason－point{
  margin-bottom: 0.5em;
  display: inline-block;
}}

/*-----------------------------------------------------
サービス紹介
-------------------------------------------------------*/
.service{
  background-color: #333333;
}
.service .mask {
    margin: 0 auto;
}
.service-box{
  background-color: #fff;
  padding: 2em;
  border-radius: 30px;
  margin-top: 100px;
}
.service-text{
  font-size: 1.7rem;
}
.service-text-big{
  font-size: 2rem;
}
.service-green-bg{
  background-color: #008f80;
  padding: 0.3em 1em;
  border-radius: 50px;
}
.service-lp-box{
  background-color: #fff;
  padding: 1em;
  border-radius: 30px;
  margin-top: 50px;
}
.service-lp-text{
  background-color: #333;
  border-radius: 30px;
  padding: 0.5em 1em;
  display: inline-block;
  font-size: 1.5rem;
}

@media only screen and (max-width: 1199px){
.service-text{
  font-size: 1.2rem;
}
.service-text-big{
  font-size: 1.5rem;
}
.service-green-bg{
}}
@media only screen and (max-width: 767px){
.service-box{
  padding: 1em;
}
.service-text{
  font-size: 1.0rem;
  line-height: 1.5em;
}
.service-text-big{
  font-size: 1.3rem;
}
.service .movie {
  width: 125px;
  padding: 0;
}}

.service-lp-text0624 {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  padding: 0.5em 1em;
  border-radius: 9999px;
  background-color: #008f80;
  text-align: left;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
}

.service-lp-text0624::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 20px 10px 0 10px;
  border-color: #008f80 transparent transparent;
  translate: -50% 100%;
}

.slide-items0624{
  display: flex;
  justify-content: center; /* 横方向の中央寄せ */
  align-items: center;     /* 縦方向の中央寄せ（親に高さが必要） */
  height: 300px;           /* 高さを指定しないと縦方向に揃わない */
}

.ul-space{
  margin: 0 auto;
}

.jirei-box{
  border: 2px solid #008f80;
  border-radius: 20px;
  width: 80%;
  margin: 0 auto;
}

/*-----------------------------------------------------
取引実績
-------------------------------------------------------*/
.zisseki{
  background-color: #333333;
}
/*-----------------------------------------------------
事例紹介
-------------------------------------------------------*/
.case-study{
  background-color: #515151;
}
/*-----------------------------------------------------
制作事例
-------------------------------------------------------*/
.seisaku{
  background-color: #333333;
}
@media only screen and (max-width: 767px){
  .seisaku .movie{
    width: 230px;
  }}

/*-----------------------------------------------------
ご利用者の声
-------------------------------------------------------*/
.voice{
  background-color: #515151;
}
.voice ul{
  padding-inline-start: 0;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.slide-items-img{
  width: 90%;
}
.slick-prev {
    left: -50px !important;
    z-index: 2;
}
.slick-next {
    right: -15px !important;
    z-index: 3;
}
.slick-prev:before, .slick-next:before {
    color: #fff !important;/*ボタンの色*/
    opacity: 0.75 !important;/*ボタンの不透明度*/
    font-size: 20px !important;/*ボタンのサイズ*/
    background: #828282;
    border-radius: 50%;
    font-weight: bold;
    padding: 0.5em 0.8em;
}

.slick-dots li button:before{
  font-size:25px!important;/*ドットのサイズ*/
  padding-top: 15px;
}
.slick-dots {
  left: 50%;
  transform: translateX(-50%);
}

.slick-arrow:before{
    content:""!important;
    width: 50px !important;
    height: 50px !important;
    position: absolute;
    top: 0;
    left: 0;
}

.slick-next:before{
    background: url(../images/slick-next.png)!important;
    background-size: contain!important;
}

.slick-prev:before{
    background: url(../images/slick-prev.png)!important;
    background-size: contain!important;
}

@media (max-width:767px) {
.slide-items img{
  width: 80%;
}
.slick-prev {
    left: -7px !important;
    z-index: 2;
}
.slick-next {
    right: 0px !important;
    z-index: 3;
}
.slick-prev:before, .slick-next:before {
    color: #fff !important;/*ボタンの色*/
    opacity: 0.75 !important;/*ボタンの不透明度*/
    font-size: 10px !important;/*ボタンのサイズ*/
    background: #828282;
    border-radius: 50%;
    font-weight: bold;
    padding: 0.5em 0.8em;
}
.slick-dots li{
  width: 15px !important;
}
.slick-dots li button:before{
  font-size:15px!important;/*ドットのサイズ*/
  padding-top: 15px;
}
.slick-dots {
  left: 50%;
  transform: translateX(-50%);
}}

/*-----------------------------------------------------
他社との比較
-------------------------------------------------------*/
.comparison{
  background-color: #333333;
}
.comparison table{
  margin: 0 auto;
  width: 80%;
}
.comparison th{
  padding: 1em 1.5em;
}
.comparison td{
  background-color: #fff;
  padding: 1em 0.5em;
  text-align: center;
  font-weight: bold;
}
.comparison-big-text{
  font-size: 1.5rem;
}
.comparison-white-text{
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
}
.comparison-green-text{
  color: #008f80;
  font-weight: bold;
  font-size: 1.15rem;
}
.comparison-red-text{
  color: #ff0000;
  font-weight: bold;
  font-size: 1.0rem;
  text-align: center;
}
@media only screen and (max-width: 991px){
  .comparison th{
  padding: 1em 0.8em;
}
  .comparison td{
  padding: 1em 0.5em;
}
  .comparison-big-text{
  font-size: 1.25rem;
}
  .comparison-white-text{
  font-size: 0.95rem;
}
.comparison-green-text{
  font-size: 1rem;
}
.comparison-red-text{
  font-size: 1.15rem;
}}
@media only screen and (max-width: 767px){
  .table-container{
  overflow-y: scroll;
}
table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
}
  .comparison th{
  padding: 1em 0.8em;
}
  .comparison td{
  padding: 1em 0.5em;
}
  .comparison-big-text{
  font-size: 1.1rem;
}
  .comparison-white-text{
  font-size: 0.95rem;
}
.comparison-green-text{
  font-size: 1rem;
}
.comparison-red-text{
  font-size: 1.25rem;
}}


/*背景*/
.comparison-gray-bg{
  background-color: #828282;
}
.comparison-green-bg{
  background-color: #008f80;
}
.comparison-yellow-bg{
  background-color: #fdffe2 !important;
}
/*線*/
.border-bottom {
  border-bottom: 2.5px solid #008f80 !important;
}
.border-right {
  border-right: 2.5px solid #008f80 !important;
}
.border-bottom-bold{
  border-bottom: 10px solid #008f80 !important;
}
.border-right-bold{
  border-right: 6px solid #008f80 !important;
}
.border-top-bold{
  border-top: 10px solid #008f80 !important;
}
/*-----------------------------------------------------
よくある質問
-------------------------------------------------------*/
.question{
  background-color: #333333;
}
.qa-box{
  background-color: #fff;
  padding: 2em;
}
.q-color{
  font-size: 2rem;
  font-weight: bold;
  color: #008f80;
  margin-right: 0.5em;
}
.a-color{
  font-size: 1.8rem;
  font-weight: bold;
  color: #008f80;
  margin-right: 0.5em;
}
.q_text{
  color: #333;
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 0;
}
.a_text{
  font-size: 1.2rem;
  font-weight: bold;
  color: #333;
}
.bullet-text01 {
    padding-left: 1em;
    text-indent: -2.5em;
    display: block;
}
.bullet-text02 {
    padding-left: 1.5em;
    text-indent: -1.65em;
    display: block;
}
.accordion-button{
  background-color: #fff !important;
  border-radius: 0 !important;
  border-bottom: 2px solid #828282;
  padding-bottom: 0.5em;
  margin-bottom: 1.5em;
}
.accordion {
  --bs-accordion-border-color: none;
  --bs-accordion-btn-focus-border-color: none;
  --bs-accordion-btn-focus-box-shadow:none;
  --bs-accordion-active-bg: none;
  --bs-accordion-btn-padding-y: 1.5rem;
}
.accordion-body {
    padding-bottom: 1.5rem;
    background-color: #eeeeee;
}
.accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed {
    border-radius: 20px;
}
.accordion-flush .accordion-item {
    border-radius: 20px;
}
.accordion-button::after{
  background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23008f80'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-button:not(.collapsed)::after{
  background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23008f80'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
@media only screen and (max-width: 991px){
.q-color{
  font-size: 1.8rem;
}
.a-color{
  font-size: 1.3rem;
}
.q_text{
  font-size: 0.9rem;
}
.a_text{
  font-size: 0.9rem;
  color: #333;
}
.accordion-header {
    padding-left: 0.5em;
}
.accordion {
--bs-accordion-body-padding-x: 1.8rem;
}}

/*-----------------------------------------------------
form
-------------------------------------------------------*/
.form{
  background-color: #515151;
}
.form .container{
  background-color: #fff;
  border-radius: 40px;
  padding: 3em 0;
}
.form .btn{
  background-color: #00989e;
  border-color: #00989e;
  padding: 0.5em 4em;
}
.form label{
  font-weight: bold;
}
.text-bg-danger{
  background-color: #00989e !important;
  border-radius: 0 !important;
  font-size: 1rem;
  margin-right: 0.5em;
}
.text-bg-light{
  background-color: #fff !important;
  border: 2px solid #00989e;
  color: #00989e !important;
  border-radius: 0 !important;
  font-size: 1rem;
  margin-right: 0.5em;  
}
@media only screen and (max-width: 1199px){
.form .col-lg-3{
  padding: 0;
}}
@media only screen and (max-width: 991px){
.form .container{
  padding: 2em;
}
.form label{
  margin-bottom: 0.5em;
}}
@media only screen and (max-width: 767px){
.form .container{
  width: 90%;
  border-radius: 20px;
}}



/*-----------------------------------------------------
footer
-------------------------------------------------------*/
#Footer{
  color: #fff;
  background-color: #333333;
  padding: 3em 2em 7em;
}

/* 追従 */
.fix-navi{
  position: fixed;
  z-index: 9999;
  bottom: 5em;
  right: 5%;
}
.pc-cta{
  width: 80%;
}

@media only screen and (max-width: 991px){
.fix-navi{
  position: fixed;
  z-index: 9999;
  bottom: 22em;
  right: 0%;
}
.pc-cta{
  width: 55%;
}}

@media only screen and (max-width: 767px){
.fix-navi{
  position: fixed;
  z-index: 9999;
  bottom: 0;
  width: 100%;
  text-align: center;
  background-color: #00737fd9;
  padding: 0.5em 0;
}
.fix-navi a{
  color: #fff !important;
}
.fix-navi p{
  margin-bottom: 0;
}
.navi_cta{
  width: 80%;
  margin: 0 auto;
}}

@media only screen and (max-width: 767px){
  .scroll-up{
    bottom: 125px;
}}

/*-----------------------------------------------------
thanks page
-------------------------------------------------------*/

 .thks{
  background-color: #333 !important;
}

.thanks-bg{
  background-color: #333333 !important;
}

.thanks-text{
  color: #333;
}

.thankspage-point{
  background-color: #ebebeb;
  max-width: 800px;
  margin: 0 auto;
  border-radius: 20px;
  padding: 3em 1em;
  margin-top: 5rem;
}

.thankspage-point img {
    display: block;
    margin: 0 auto;
    width: 200px
}

.thanks-pont-text{
  text-align: center;
  font-size: 1.2rem;
}

.text-green-thanks{
    font-weight: bold;
    font-size: 2.3rem;
    background: linear-gradient(to top, #007062, #00b3b5);
    -webkit-background-clip: text;
    color: transparent;
    }

    /*LINE*/
.button-line a {
    background: #06c755;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 25em;/*幅*/
    padding: 15px 15px;/*文字横空白*/
    color: #fff!important;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    color: #fff!important;
    text-decoration: none;
	border-radius: 40px;/*丸み*/
	 border: 1px solid #c18f21;
	font-size: 1.2rem;/*文字サイズ*/
	box-shadow: 5px 5px 5px rgba(0,0,0,0.3);  /*影*/
}

 /*マウスホバー時演出*/
.button-line a:hover {
    background: #66cdaa;
    color: #FFF;
}

.text-weight-bold{
  font-weight: bold;
  font-size: 1.3rem;
}

.balloon1 {
  position: relative;
  display: inline-flex; 
  align-items: center; /* 縦方向中央（pが複数行でもOK） */
  justify-content: center; /* 横方向中央 */
  font-size: 1.2rem;
  color: #fff;
  font-weight: bold;
  background: #00737f;
  border-radius: 40px;
  padding: 0 1.5rem;
  margin: 0 auto;
  text-align: center; /* 念のため追加 */
}

.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%); /* ←こちらの方が安定します */
  border: 15px solid transparent;
  border-top: 15px solid #00737f;
}

.wrapper {
  text-align: center; /* inline要素・inline-flexを中央に配置 */
}

no-js{
  background-color: #333;
}

@media only screen and (max-width: 767px){
.text-green-thanks{
    font-weight: bold;
    font-size: 1.5rem;
    background: linear-gradient(to top, #007062, #00b3b5);
    -webkit-background-clip: text;
    color: transparent;
    }
.thanks-pont-text{
  text-align: center;
  font-size: 1rem;
}
.balloon1 {
  position: relative;
  display: inline-flex; 
  align-items: center; /* 縦方向中央（pが複数行でもOK） */
  justify-content: center; /* 横方向中央 */
  color: #fff;
  font-weight: bold;
  background: #00737f;
  border-radius: 40px;
  padding: 0 1.5rem;
  margin: 0 auto;
  font-size: 0.9rem;
  text-align: center; /* 念のため追加 */
}

.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%); /* ←こちらの方が安定します */
  border: 15px solid transparent;
  border-top: 15px solid #00737f;
}

.wrapper {
  text-align: center; /* inline要素・inline-flexを中央に配置 */
}}