@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: 80px 0;
}
a {
  text-decoration-line: none;
}
a:hover{
  opacity: 0.5;
}

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

/* フォント
------------------------------------------------*/
.text-big{
  font-size: 2.5rem;
}
.text-bold{
  font-weight: bold;
}
.text-bold02{
  font-weight: 900;
}
.text-white{
  color: #fff;
}
.text-green{
  color: #00a594;
}
.jisseki-no{
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
  -webkit-text-stroke: 2px #00a594;
  text-stroke: 2px #00a594;
  paint-order: stroke;
}

.text-orange{
  color: #ff7800;
}
.text-black {
  color: #333;
}
.yellow-marker{
  background:linear-gradient(transparent 70%, #fbd73d 70%);
}
.green-gradation{
  background: linear-gradient(to top, #0e5443, #00cda9);
  -webkit-background-clip: text;
  color: transparent;
}

@media only screen and (max-width: 767px){
  .text-big{
  font-size: 1.4rem;
}}

/* タイトル
------------------------------------------------*/

.step p{
  margin-bottom: 0;
}
.step h2{
  margin-bottom: 0;
}
.ttl_box {
  text-align: center;
  position: relative;
  margin-bottom: 50px;
}
.ttl-english {
  font-size: 4rem;
  font-weight: 900;
  color: #e7e7e7;
  text-align: center;
}
.ttl-text {
  width: 100%;
  font-size: 2.5rem;
  font-weight: bold;
  color: #333;
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.question-line {
  width: 50px;
  height: 4px;
  background-color: #ff7800;
  margin: 10px auto 0;
}
@media only screen and (max-width: 991px) {
.ttl_box{
  margin-bottom: 30px;
}}
@media only screen and (max-width: 767px) {
.ttl_box{
  margin-bottom: 30px;
}
.ttl-english {
  font-size: 2.5rem;
}
.ttl-text {
  font-size: 1.6rem;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.question-line {
  width: 50px;
  height: 4px;
  background-color: #ff7800;
  margin: 0 auto;
}}

/* CTA
------------------------------------------------*/

.cta{
  position: relative;
  background-color: #00a594;
  padding: 80px 0;
}
.cta p{
  margin-bottom: 0;
}
.cta-box{
  background-color: #00a594; 
}
.cta-ttl{
  position: absolute;
  top: -15%;
  left: 50%;
  transform: translateX(-50%);
}
.cta-ttl-sub{
  font-size: 1.45rem;
}
.cta-ttl-bg{
  background-color: #333;
  border-radius: 50px;
  font-size: 2.4rem;
  padding: 0.25em 0;
  min-width: 50vw;
  text-align: center;
}
@media only screen and (max-width: 991px){
  .cta{
  padding: 55px 0 30px;
}
.cta-ttl-sub{
  font-size: 1.5rem;
}
.cta-ttl-bg{
  font-size: 2rem;
  min-width: 70vw;
}}
@media only screen and (max-width: 767px){
.cta{
  padding: 40px 0 30px;
}
.cta-ttl{
  top: -10%;
}
.cta-ttl-sub{
  font-size: 1rem;
}
  .cta-ttl-bg{
  font-size: 1.75rem;
  padding: 0.25em 0;
  min-width: 90vw;
}}

/*CTAボタン*/
.cta-text{
  font-size: 1.75rem;
}
.cta-bg{
  background-color: #0c9486;
  padding: 1.5em 0;
  display: flex;
  justify-content: center;
}
.cta-button{
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 991px){
.cta-bg{
  padding: 1.5em 6em;
}
.cta-button-form{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cta-text{
  font-size: 1.5rem;
}
.cta_form_pic{
  width: 80%;
}
.cta-button-right{
  text-align: center;
}
.cta-button-left{
  text-align: center;
}}
@media only screen and (max-width: 767px){
.cta-text{
  font-size: 1.2rem;
}
 .cta-bg{
  padding: 1.5em 0;
  display: block;
}
.cta-button-form{
  margin-bottom: 1em;
}}

/* ナビゲーション
------------------------------------------------*/

.navbar{
  position: relative;
  background: #00a594;
}
.nav-link{
  font-size: 1.4rem;
  color: #fff;
}
@media only screen and (max-width: 1839px) {
  .nav-link{
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 991px) {
  .navbar-brand img{
    width: 50%;
  }
}

/*-----------------------------------------------------
ファーストビュー
-------------------------------------------------------*/

.header{
  position: relative;
  background: url(../images/fv-bg.png) no-repeat center top;
  background-size: cover;
}

@media only screen and (max-width: 991px) {
  .header{
    background: url(../images/fv_sp.jpg) no-repeat center top;
    background-size: cover;
}}
.navbar{
  position: fixed;
  top: 0;
}
.header__contents{
  margin-top: 6rem;
  padding: 3rem 0;
}

@media only screen and (max-width: 991px) {
  .header-column__main{
    padding: 0;
  }
  .fv_text_sp{
    width: 100%;
  }
  .header__contents{
    margin-top: 46px;
}}

@media only screen and (min-width: 1500px) {
  .header-column__main{
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .header-column__sub{
    flex: 0 0 auto;
    width: 41.66666667%;
}}

/* form-box
------------------------------------------------*/
.form-box{
  padding: 15px;
  border: 10px solid #333333;
  border-radius: 55px;
  background: #fff;
}
@media only screen and (max-width: 991px) {
  .form-box{
    margin-top: 0;
}}

.form-box__head{
  margin-bottom: 0.5rem;
  padding: 0.25rem 0 0.5rem;
  background: #00a594;
  border-radius: 40px 40px 0 0;
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
}

@media only screen and (max-width: 1839px) {
  .form-box__head{
    font-size: 2rem;
}}

@media only screen and (max-width: 1199px) {
  .form-box__head{
    font-size: 1.5rem;
}}

@media only screen and (max-width: 767px) {
  .form-box__head{
    font-size: 1.4rem;
}}

.form-box__ttl{
  font-size: 2.75rem;
  font-weight: bold;
  text-align: center;
  color: #00a594;
}

@media only screen and (max-width: 1839px) {
  .form-box__ttl{
    font-size: 2.2rem;
}}

@media only screen and (max-width: 1199px) {
  .form-box__ttl{
    font-size: 1.6rem;
}}

@media only screen and (max-width: 767px) {
  .form-box__ttl{
    font-size: 1.5rem;
}}

.easy-form-box th,
.form-box__privacy-check{
  font-size: 1.4rem;
}
.easy-form-box td,
.form-box__privacy{
  font-size: 1.3rem;
}
.easy-form-box th{
  white-space: nowrap;
}

@media only screen and (max-width: 1839px) {
  .easy-form-box th,
  .form-box__privacy-check{
    font-size: 1.2rem;
  }
  .easy-form-box td,
  .form-box__privacy{
    font-size: 1rem;
}}

@media only screen and (max-width: 1399px) {
  .easy-form-box th,
  .easy-form-box td,
  .form-box__privacy-check,
  .form-box__privacy{
    font-size: 0.9rem;
    font-size: 0.9rem;
}}

@media only screen and (max-width: 1199px) {
  .easy-form-box th,
  .easy-form-box td,
  .form-box__privacy-check,
  .form-box__privacy{
    font-size: 0.8rem;
}}

@media only screen and (max-width: 767px) {
  .easy-form-box th,
  .easy-form-box td,
  .form-box__privacy-check,
  .form-box__privacy{
    font-size: 0.7rem;
}}

.blue-req{
  padding: 0.25em 0.5em 0.35em;
  background-color: #00a594;
  color: #fff;
  border-radius: 13px;
  margin-right: 0.5em;
}
.easy-form-btn{
  font-size: 1.9rem;
  padding: 0.5rem 2rem;
  border: 3px solid #00a594;
  border-radius: 32px;
  background: #4acfc1;
  font-weight: bold;
  color: #fff;
}
.easy-form-btn.disabled,
.easy-form-btn:disabled,
fieldset:disabled .easy-form-btn{
  opacity: 0.65;
}

@media only screen and (max-width: 1839px) {
  .easy-form-btn{
    font-size: 1.8rem;
}}

@media only screen and (max-width: 1199px) {
  .easy-form-btn{
    font-size: 1.5rem;
}}

@media only screen and (max-width: 767px) {
  .easy-form-btn{
    font-size: 1.4rem;
}}

.header__lead{
  margin: 0;
  padding-bottom: 0.25em;
  background: #333;
  text-align: center;
  font-size: 3.8rem;
  font-weight: bold;
  color: #fff;
}
.head__lead-big{
  font-size: 4.5rem;
}

@media only screen and (max-width: 1839px) {
  .header__lead{
    font-size: 3.4rem;
  }
  .header__lead-big{
    font-size: 4rem;
}}

@media only screen and (max-width: 1199px) {
  .header__lead{
    font-size: 2.4rem;
  }
  .header__lead-big{
    font-size: 3rem;
}}

@media only screen and (max-width: 991px) {
  .header__lead{
    position: absolute;
    top: 60vw;
    left: 3rem;
    background: none;
    text-align: left;
    font-size: 2.4rem;
    line-height: 2;
  }
  .header__lead-marker{
    padding: 0 0.5em 0.25em;
    background: #333;
    line-height: 1.8;
  }
  .header__lead-big{
    font-size: 2.4rem;
}}

@media only screen and (max-width: 767px) {
  .header__lead{
    top: 65vw;
    left: 0.75rem;
    font-size: 1.4rem;
  }
  .header__lead-big{
    font-size: 1.4rem;
}}

/*-----------------------------------------------------
ビジネスの可能性が大きく広がります
-------------------------------------------------------*/
.fv_after_ttl{
  color: #fff;
  font-weight: bold;
  background-color: #212121;
  border-radius: 30px;
  text-align: center;
  padding: 0.25em;
  margin-bottom: 0.5em;
  width: 100%;
}

@media only screen and (max-width: 991px){
  .fv_after_ttl{
  font-size: 1.2rem;
}}


/*-----------------------------------------------------
認識システム革命4つの特徴
-------------------------------------------------------*/
.point{
  background-color: #ebfbf9;
  padding-bottom: 150px;
}
.point-balloon {
    position: relative;
    padding: 0.25em 0;
    border-radius: 75px;
    background-color: #333333;
    margin-bottom: 1em;
    max-width: 10em;
    font-size: 1.5rem;
}
.point-balloon::before {
    position: absolute;
    bottom: -15px;
    width: 30px;
    height: 15px;
    background-color: #333333;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}
.point_ttl_box h2{
  font-size: 2.5rem;
  padding-bottom: 50px;
}
.point_box{
  background-color: #fff;
  border: 5px solid #26999a;
  border-radius: 20px;
  padding: 1em;
}
.point_box_text{
  padding: 0 2em;
}

@media only screen and (max-width: 991px){
  .point_ttl_box h2{
  font-size: 1.8rem;
}}

@media only screen and (max-width: 767px){
.point{
  padding-bottom: 100px;
}
  .point_box h3{
  font-size: 1.1rem;
}
.point_icon{
  width: 75px;
}
.point_box_text{
  padding: 0;
}}


/*-----------------------------------------------------
ご利用シーン
-------------------------------------------------------*/
.case{
  background-color: #ebfbf9;
}
.case_subttl{
  background-color: #333333;
  padding: 0.25em 2em;
  border-radius: 30px;
  display: inline-block;
}
@media only screen and (max-width: 767px){
 .case_subttl{
  font-size: 1.25rem;
} }

/*スライド*/
.case 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: -30px !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%);
}}


/*-----------------------------------------------------
導入実績
-------------------------------------------------------*/
.jisseki-bottom{
  margin-bottom: 0.5em;
}


/*アコーディオン*/
.case-accordion_text{
  font-size: 1.2rem;
  color: #333;
}
.case-accordion_text02{
  font-weight: 500;
}
.case-accordion_text03{
  font-size: 0.8rem;
}
.case .accordion-button {
    background-color: #ebfbf9 !important;
}
.case .accordion-body {
    background-color: #fff;
}

/*-----------------------------------------------------
システム構成
-------------------------------------------------------*/
.system{
  background-color: #ebfbf9;
  padding-bottom: 150px;
}
.system .text-big{
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px){
  .system{
  padding-bottom: 100px;
}
  .system .text-big{
  font-size: 1.25rem;
}}

/*タブ*/
.tab-2 {
    display: flex;
    flex-wrap: wrap;
    gap: 0 5px;
    width: 90%;
}

.tab-2 > label {
    flex: 1 1;
    order: -1;
    padding: .6em 1em;
    background-color: #6f6f6f;
    color: #fff;
    font-weight: bold;
    font-size: .9em;
    text-align: center;
    cursor: pointer;
    max-width: 10em;
}

.tab-2 > label:hover,
.tab-2 label:has(:checked) {
    background-color: #00a594;
    color: #fff;
}

.tab-2 input {
    display: none;
}

.system_tab{
  display: none;
    width: 100%;
    padding: 1.5em 1em;
    background-color: #fff;
    border-radius: 20px;
    border: 3px solid #00a594;
}
.tab-2 label:has(:checked) {
    opacity: 1;
}

.tab-2 label:has(:checked) + div {
    display: block;
}


/*-----------------------------------------------------
おすすめプラン
-------------------------------------------------------*/

.plan-box{
  margin-top: 4em;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 991px){
  .plan .ttl-text{
    font-size: 2rem;
  }
 .plan-box{
  margin-top: 0;
}}
@media only screen and (max-width: 767px){ 
 .plan-box{
  display: block;
}
.plan .ttl-text {
  font-size: 1.46rem;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
}}

/*-----------------------------------------------------
バナー
-------------------------------------------------------*/

.banner-box{
  padding: 0 5em;
}
@media only screen and (max-width: 1199px){
  .banner-box{
  padding: 0 2.5em;
}}
@media only screen and (max-width: 767px){
  .banner{
    padding: 25px 0;
  }
  .banner-box{
  padding: 0 1em;
}}

/*-----------------------------------------------------
補助金
-------------------------------------------------------*/

.subsidy {
  background-color: #00a594;
}
.subsidy-ttl{
  line-height: 1.5;
  font-size: 2.5rem;
}
.subsidy-ttl-bg{
  background-color: #333;
  border-radius: 50px;
  margin: 0 0.2em;
  padding: 0 0.5em;
}
.subsidy-box{
  background-color: #fff;
  padding: 1em;
  font-size: 1.5rem;
  margin-top: 1.5em;
}
.yellow-box{
  background-color: #fff9c8;
  padding: 0.75em;
  font-size: 1.2rem;
}
.subsidy-text02{
  text-align: right;
  font-size: 0.9rem;
}
@media only screen and (max-width: 767px){
.subsidy-ttl{
  line-height: 1.4;
  font-size: 2rem;
}
.subsidy-ttl-bg{
  margin: 0 0.05em;
  padding: 0 0.5em;
}
.subsidy-text{
  font-size: 1.3rem;
}
.yellow-box{
  font-size: 1rem;
}
.subsidy-box{
  margin-top: 0;
}
.subsidy-text02 {
 text-align: left;
 padding-left: 1em;
 text-indent: -1em;
}}

/*アコーディオン*/
.area-box{
  margin-top: 2em;
}
.area-box .accordion-item{
  background-color: #00a594;
}
.area-box .accordion-button {
  background-color: #333 !important;
  border-radius: 50px !important;
  border-bottom:none;
  padding: 0.5em 1em !important;
  margin-bottom: 1em;
}
.area_text {
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 0;
}
.area-box .accordion-header {
    padding-left: 0;
}
.area-box .accordion-button::after{
  background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%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");
}
.area-box .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='%23fff'%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){
  .area-box{
  margin-top: 1em;
}
  .area-box .accordion-button {
  margin-bottom: 0.5em;
}}

/*-----------------------------------------------------
ご利用までの流れ
-------------------------------------------------------*/

.step{
  background-color: #ebfbf9;
}
.step-balloon {
    position: relative;
    margin-bottom: 15px;
    padding: .8em 1.2em;
    border-radius: 75px;
    background-color: #333333;
}
.step-balloon::before {
    position: absolute;
    bottom: -15px;
    width: 30px;
    height: 15px;
    background-color: #333333;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}
.step-ttl {
    font-size: 1.8rem;
  }
.step-text_big {
    font-size: 2.4rem;
}
.step-box{
  margin-top: 4em;
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 1199px){
   .step-text_big {
    font-size: 2.2rem;
}}
@media only screen and (max-width: 991px){
  .step-ttl {
    font-size: 1.25rem;
  }
  .step-text_big {
    font-size: 1.5rem;
}}
@media only screen and (max-width: 767px){
.step-balloon {
 border-radius: 0;
 max-width: 90vw;
 margin: 0 auto;
}
.step-box{
  display: block;
  margin-top: 2em;
}
.step .ttl-text {
  font-size: 1.46rem;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
}}

/*-----------------------------------------------------
よくある質問
-------------------------------------------------------*/

.q-color{
  font-size: 2rem;
  font-weight: bold;
  color: #00a594;
  margin-right: 0.5em;
}
.a-color{
  font-size: 1.8rem;
  font-weight: bold;
  color: #ff7800;
  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 {
--bs-accordion-body-padding-x: 1.8rem;
}}

/*-----------------------------------------------------
form
-------------------------------------------------------*/

.form{
  background-color: #00a594;
}
.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;
}}
.form-chuki{
  padding: 1.5rem;
  background: #fff38d;
}

/*-----------------------------------------------------
footer
-------------------------------------------------------*/

#Footer{
  color: #fff;
  background-color: #00a594;
  padding: 3em 2em 7em;
}
#Footer p{
  margin-bottom: 0;
}
/* 追従 */
.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: #00737fe0;
  padding: 0.5em 0;
}
.fix-navi a{
  color: #fff !important;
}
.fix-navi p{
  margin-bottom: 0;
  font-size: 1.5rem;
}
.fix-navi-small{
  font-size: 1.2rem;
}
.navi_cta{
  width: 80%;
  margin: 0 auto;
}}

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