@charset "UTF-8";

/*共通*/

.bf-design::before{
  content: "ー";
  font-size: 1rem;
  font-weight: 700;
  color: #00B06F;
  margin-right: 0.5rem;
}

.af-design a::after{
  display: inline-block;
  content:url(/assets/image/Vector10.png);
  margin-left: 0.5rem;
}

.af-design_2 a::after{
  @media screen and (min-width:960px) {
    margin-left:  1rem;
  }
  position: relative;
  top: 0.1rem;
  display: inline-block;
  content: url(/assets/image/Group3.svg);
  margin-left: 0.9rem;
}

.af-design_3 a::after{
  @media screen and (min-width:960px) {
    margin-left:  1rem;
  }
  position: relative;
  top: 0.1rem;
  content: url(/assets/image/Line4.svg);
  display: inline-block;
  margin-left: 0.25rem;
}

.af-design_4 a::after{
  @media screen and (min-width:960px) {
    margin-left:  1rem;
  }
  display: inline-block;
  content: url(/assets/image/Group3.svg);
  margin-left: 0.9rem;
}


.button{
  border-radius: 0.4rem;
  display: inline-block;
  margin:0;
  padding: 0.6rem 2rem;
}

.bg-green{
  background-color: #00B06F;
  color: #ffffff;
}

.bg-orenge{
  background-color:#FF921B;
  color: #ffffff;
}

.bg-white{
  background-color: #ffffff;
  color: #00B06F;
}

.bg-liteblue{
  background-color: #DEF2FF !important;
}

.line-slid{
  border-bottom: solid 0.1rem #ffffff;
  padding: 0 0 0.5rem 0;
}

.line-slid_gr{
  border-bottom: solid 0.1rem #00B06F;
  padding: 0 0 0.5rem 0;
}

.line-dotted{
  border-bottom: dotted 0.1rem #ffffff;
  padding: 0.3rem 0 0.3rem 0;
}

.border-wh{
  border:0.1rem solid #fff;
}

.sa-logo{
  content:url(/assets/image/titlerogo.svg);
}

.natone-logo{
  content:url(/assets/image/netone-logo.svg);

  @media screen and (min-width: 768px) {
    padding-bottom: 1rem;
  }

  @media screen and (max-width: 767px) {
    margin-right: 1rem;
  }

  @media screen and (max-width: 491.9px) {
    margin-bottom: 0.5rem;
  }
}

.opacity-green{
background-color: rgba(0, 176, 111, 0.9);
}

.sp-disabled{
  @media screen and (max-width: 1077px){
    display: none;
  }
}

.sp-disabled2{
  @media screen and (min-width: 960px){
    display: none;
  }
}

.sp-disabled3{
  @media screen and (min-width: 460px){
    display: none;
  }
}

.sp-disabled4{
  @media screen and (min-width: 800px){
    display: none;
  }
}

.sp-disabled5{
  @media screen and (min-width: 675px){
    display: none;
    margin-top: 0.5rem;
  }
}

.sp-disabled6{
  @media screen and (maX-width: 959.9px){
    display: none !important;
  }
}

.link::after{
  content: url(/assets/image/Vector.png);
    padding-left: 0.4rem;
}

.green{
  color: #00B06F !important;
}

.white{
  color: #fff;
}

.red{
  color: #FF4800;
}

.m_t20{
  margin-top: 20px;
}

.m_b10{
  margin-bottom: 10px;
}

.m_b20{
  margin-bottom: 20px;
}

.m_b40{
  margin-bottom: 40px;
}

.m_lr20{
  margin: 0 20px;
}

.m_l20{
  margin-left: 20px;
}

.m_l20{
  margin-left: 20px;
}

.li-design{
  margin-left: 1.4em;
	text-indent: -1.4em;
}

.m_0{
  margin: 0 !important;
}

.m_b0{
  margin-bottom: 0 !important;
}

.m_t0{
  margin-top: 0 !important;
}

.p_10{
  padding: 10px !important;
}

.p_lr20{
  padding:0 20px !important;
}

.p_0{
  padding: 0;
}

.p_tb10{
  padding: 10px;
}

.p_r20{
  padding-right: 20px;
}


.link-mark::after{
  content: url(/assets/image/Vector.png);
  padding-left: 0.3rem;
}

.text-center{
  place-content: center;
}

.w_100{
  width: 100%;
}

.p-center{
  @media screen and (maX-width: 549.9px){
    text-align: center;
  }
}

.wh-space{
  white-space: nowrap;
}

.font-f{
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;;
}

/*ヘッダー*/

.top-logo{
  position: relative;
  z-index: 1000;
}

.header-btn{
    @media screen and (max-width: 1279.9px){
      display: none;
  }
}

.border-gr{
  border-bottom: 0.1rem solid rgba(0,0,0,0.1);
  border-right: 0.1rem solid rgba(0,0,0,0.1);
}

.border-gr2{
  border-left: 0.1rem solid rgba(0,0,0,0.1);
  border-top: 0.1rem solid rgba(0,0,0,0.1);
}

/*ハンバーガーメニュー*/
@media screen and (max-width: 1279.9px){
  .menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #00B06F;
    border-radius: 0.4rem;
  }
  .menu-btn span,
  .menu-btn span:before,
  .menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
  }
  .menu-btn span:before {
    bottom: 8px;
  }
  .menu-btn span:after {
    top: 8px;
  }
}

#menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0);
}
#menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}

#menu-btn-check:checked ~ .menu-content{
  right: 0;
}

#menu-btn-check {
  display: none;
}

@media screen and (max-width: 1279.9px){
  .menu-content{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 80px;
    right: 100%;
    z-index: 80;
    background-color: #00B06F;
    transition: all 0.5s;
  }

.menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 16px;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    padding: 30px 15px 30px 16px;
    position: relative;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 43%;

}
}

.title{
  color: #ffffff;
  font-size: 2.5rem;
}

.BreadcrumbList:not(:last-child)::after{
  content: "/";
  margin: 0 .6em;
  color: #777;
  
}

/*メインビジュアル*/

.main-title{
  @media screen and (max-width: 549.9px){
    background-color: rgba(255,255,255,0.7);
  }
  @media screen and (min-width: 550px){
    font-size: 2.5rem;
  }
  @media screen and (min-width: 960px){
    font-size: 3.125rem;
  }
}

.main-button{
  @media screen and (min-width: 960px){
    padding: 2rem 0;
  }
  padding: 1rem 0;
}

.main-button.af-design_3 a::after{
  top: 0;
}

.box{
  display: block;
  height: 5rem;
  width: 7rem;
  background-color: rgba(255,255,255,0.7);
}

/*お知らせ*/

.news-title{
  color: #ffffff;
  font-size: 1.5rem;
  align-items: center;
}

.news-body, .news-body a{
  color: #ffffff !important;
}

.news-date{
  white-space: nowrap;
}

.news-text{
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

@media screen and (max-width: 1279.9px){
  .news-button{
    background-color: rgba(255, 255, 255, 0);
    color: #ffffff;
    padding-right: 0;
  }
}

/*市町村クラウドとは*/

.explanation-title{
  @media screen and (min-width: 960px) {
    font-size: 3.125rem;
  }
  font-size: 2.15rem;
}



/*メリット、事例紹介*/

.meritandcase-background{
  padding: 2rem;
  @media screen and (min-width: 960px) {
    padding: 8rem;
  }
}

/*メリット*/

.merit-background{
  
  margin:0 auto 5rem;
  background-color: #ffffff;
  border-radius: 0.4rem;
  padding: 2rem;
  
  @media screen and (max-width: 959.9px) {
    padding: 2rem 2rem;
    margin: 2rem auto;
  }
}

.merit-text{
  flex: 1;
}

.merit-image{
  flex: 1;
  display: block;
  text-align: center;
  align-content: center;
}

.merit-image img{
  width: 100%;
  object-fit: contain;
}

.merit-button a{
  padding: 1.25rem 2.5rem;

  @media screen and (max-width: 429.9px) {
    padding: 0.6rem 0.5rem;
  }
}

/*活用事例*/

.case-title{

  font-size: 1.125rem;
  margin-top: 1rem;
}

.case-image{
  @media screen and (min-width: 1230px) {
  max-width: 413px;
  }

  @media screen and (max-width: 1229px) {
  height: 350px;
  }

  @media screen and (max-width: 549.9px) {
    height: 200px;
  }
  width: 100%;
  object-fit: cover;
}

.case-body{
  padding: 0 1.5rem;
}

.case-button a{
  @media screen and (min-width: 500px) {
    padding: 1.25rem 2.5rem;
  }

}

/*お問い合わせ*/

.inquiry-button{
  border: solid 0.1rem #ffffff;
  @media screen and (max-width: 959.9px) {
    margin-bottom: 1rem;
    width: 100%;
  }
  @media screen and (min-width: 500px) {
    padding: 1.25rem 5rem;
  }

}

.inquiry-more{
  text-align: center;
  width: 100%;
}

/*フッター*/

.footer-logo{
  column-gap: 1rem;
}

.privacypolicy::after {
    content: url(/assets/image/Vector.png);
    padding-left: 0.3rem;
}


#topBtn{
  @media screen and (max-width: 959.9px) {
    right: 10px;
    bottom: 60px;
  }
    background: rgba(255, 146, 27, 0.7);
    color: #fff;
    position: fixed;
    z-index: 40;
    right: 40px;
    bottom: 60px;
    border-radius: 50% ;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.page-top{
  @media screen and (max-width: 959.9px) {
    right: 10px;
  bottom: 5px;
  }
  color: #FF921B;
  font-size: 0.8rem;
  position: fixed;
  z-index: 40;
  right: 40px;
  bottom: 5px;
  border-radius: 50% ;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}


.arrow{
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(-45deg);
  margin-top: 5px;
}

/*第二階層*/

.lead{
  color: #00B06F;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", system-ui;

  @media screen and (max-width: 549.9px) {
    font-size: 1.125rem;
  }
}

.number{
  counter-reset: number 0;

}

.n-1 .n-title{
  background-color: #fff;
  color: #000000;
  border: 0.1rem solid #499A49;
  border-radius: 0.375rem;
  padding: 1.5rem 1.5rem 1.5rem 5rem;
  margin-bottom: 2rem;
  text-indent: -5rem;
}

.number .n-title::before{

  display: inline-block;
  color: #fff;
  margin:0 1rem;
  padding: 0.5rem 1rem;
  background-color: #499A49;
  border-radius: 0.2rem;
  counter-increment: number 1;
  content: counter(number) " ";
  text-indent: 0;
}

.case-name{
  color: #FF921B;
  font-size: 1.125rem;
}

.or-btn{
  display: grid;
  place-content: center;
  background-color: #fff;
  color: #FF921B;
  border: 0.1rem solid #FF921B;
  border-radius: 0.4rem;
  padding: 0.5rem 1rem;
  margin: 1rem;
}

.or-btn2{
  text-align: center;
  background-color: #FF921B;
  color: #fff;
  padding: 0.5rem 1rem;
  margin-right: 1rem;
  max-width: 100%;
  width: 20rem;
}

.detail{
  @media screen and (min-width:500px){
  display: flex;
  }
  border-bottom: 0.1rem solid #D9D9D9;
  list-style: none;
}

.detail .date{
  white-space: nowrap;
}

.detail .date,.text{
  padding: 0;
  @media screen and (min-width:500px){
  padding: 1rem;
  }
}

.detail a{
  color: #00B06F;
}

/*フォーム用*/

.form{
  @media screen and (min-width:700px){
  display: grid;
  grid-template-columns: 1fr 2fr;
  }
  margin: 2rem 0;
}

.form .f-text{
  border: 0.01rem solid #D9D9D9;
  padding: 1rem 2rem;
}

.form .f-title{
  background-color: #00B06F;
  color: #fff;
  padding: 1rem 1rem 1rem 3rem;

  @media screen and (max-width: 699.9px) {
    padding: 1rem 1rem 1rem 1rem;
}
}

.form .f-title:not(:last-child){
  border-bottom: 0.01rem solid #D9D9D9;
}

.form div:not(:last-child){
  border: 0.01rem solid #D9D9D9;
}

.text-danger {
  color: #dc3545 !important;
}
.errmsg {
  color: #ff0000;
  padding: .5em 0 0 0 !important;
  font-size: 90%;
}
.form-button {
      background-color: transparent;
      border: none;
      cursor: pointer;
      outline: none;
      padding: 0;
      appearance: none;
}
.d-none {
  display: none;
}

.valid-text{
  color: yellow;
}

.f-checkbox{
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  row-gap: 0;
}

.f-input_flex {
  display: flex;
  align-items: center;
  gap: 0;
}

.m_inline {
  display: inline-block;
  margin: 0 0.5rem;
}

.f-input_flex2 {
  display: flex;
  gap: 1.5rem;
}

.f-input_herf, .f-input, .f-textarea {
  font-size: 16px;
  width: 100%;
  height: 38px;
  border: 0.1rem solid #D9D9D9;
  border-radius: 0.2rem;
  padding: 0.5rem;
}

.f-input_herf {
  max-width: 208px;
}

.f-textarea{
  resize: none;
  width: 100%;
  line-height: 1.5;
  field-sizing: content;
  min-height: 10lh;
}
@media screen and (min-width: 1280px) {
  .moble{
	display: none !important;
  }
}