@charset "utf-8";

/*全体の設定
--------------------------------------*/
/* *{
  outline: 2px red solid;
} */
body {
  background: #ffffff;
  color: #313131;
  /*全体の文字色*/
  margin: 0px;
  padding: 0px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

html {
  scroll-behavior: smooth;
}
/*フォント設定
--------------------------------------*/

p {
  line-height: 1.6;
  margin: 0px;
  font-size: 18px;
  text-align: justify;
  margin: 0px 0;
  color: #333;
}


@media screen and (max-width: 768px) {
p {
  font-size: 16px;
}
}

/*ナビゲーション
--------------------------------------*/
header {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
}

nav {
  display: block;
  text-align: center;
  height: auto;
  background-color: #fff;
  margin: 0 auto;
  border-bottom: 1px solid #a0a0a0;
}

.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: auto;
  padding: 10px 20px;
  margin: 0 auto;
}

.nav-container li:hover {
  opacity: 0.8;
}

.logo img {
  height: 50px;
  /* ロゴのサイズ調整 */
}

@media (max-width: 768px) {

  .nav-container {
    padding: 0;
    width: 100%;
    height: 60px;
  }

  .logo img{
    height: auto; /* ロゴのサイズ調整 */
    width: 80%;
    padding: 10px 0;
  }
}


/*section
--------------------------------------*/

#container{
  width: 100%;
  overflow-x: hidden;
}

section {
  width: 1000px;
  margin: 0 auto;
}



@media (max-width: 768px){

#container{
  width: 100%;
}

img{
  max-width: 100%;
}

section {
  width: 100%;
}

}


/*リンク（全般）設定
--------------------------------------*/
a {
  color: #03913a;
  /*リンクテキストの色*/
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  color: #272727;
  /*マウスオン時の文字色（全体）*/
}

a:hover .btn {
  position: relative;
  top: 3pt;
  left: 3pt;
}

.yellow {
  background: linear-gradient(transparent 70%, #f9eb9d 0%);
  font-weight: bold;
}

/*FV
--------------------------------------*/
.fv{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.fv_img{
  padding-top: 100px;
  top: 0;
  display: block;
}

.top_btn{
  display: inline-block;
  width: 430px;
  margin: 0 0 60px 0;
}

a:hover .top_btn {
  position: relative;
  top: 3pt;
  left: 3pt;
}

@media (max-width: 1200px){

  #sp_none {
    display: none !important;
  }
}

@media (max-width: 768px){

  .fv{
    padding-top: 20px;
  }

  .fv_img{
    padding-top: 0;
  }
}

/*お悩み
--------------------------------------*/
.worries {
  background-color: #f1f2f6;
  padding-bottom: 30px;
  max-width: 100%;
}


h1 {
  text-align: center;
  color: #04913A;
  font-size: 36px;
  line-height: 1.2;
  padding: 0 0 0.5em;
  font-weight: 600;
  font-family: 'Rounded M+ 1c';
}

.en_blue {
  color: #b5d8c6;
  font-size: 18px;
  text-align: center;
  margin: 0px 0 10px;
  padding: 50px 0 0;
}

.blue_line {
  width: 50px;
  margin: 0 auto;
  border: 1px solid #04913A;
}

.white_box {
  width: 60%;
  background-color: #fff;
  box-shadow: 0 0 20px rgb(187, 187, 187);
  text-align: left;
  padding: 30px 5px 30px 60px;
  margin: 30px auto -130px ;
}

.custom-list {
  list-style: none;
  padding: 0;
}

.custom-list li {
  background: url(../img/check.png)no-repeat left center;
  padding-left: 40px;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.8;
}

.img_flex{
  display: flex;
  justify-content: space-between;
}

.men_img{
  width: 20%;
  display: inline-block;
  text-align: left;
  margin-left: 90px;
}

.women_img{
  width: 24%;
  display: inline;
  text-align: right;
  margin-right: 90px;
}


@media (max-width: 768px){

  h1 {
    text-align: center;
    font-size: 26px;
    line-height: 1.2;
    padding: 0 0 0.5em;
      font-weight: 600;
  }

  .en_blue {
    font-size: 18px;
    margin: 0px 0 10px;
    padding: 40px 0 0;
  }

  .white_box {
    width: 90%;
    padding: 30px 20px 50px;
    margin: 30px auto -40px;
  }

  .custom-list li {
    background: url(../img/check.png)no-repeat left top;
    padding-left: 30px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.6;
  }

  .img_flex{
    display: flex;
    justify-content: space-around;
  }

  .men_img{
    width: 35%;
    display: inline-block;
    text-align: left;
    margin-left: 0px;
  }

  .women_img{
    width: 40%;
    display: inline;
    text-align: right;
    margin-right: 0px;
  }
}

/*テレパキで解決するには？
------------------------------*/
.solution {
  margin: 0 auto;
  padding-bottom: 30px;
}

.solution_inner {
  margin: 20px 30px
}

.solution_text {
  padding: 0 50px;
}

.solution-img {
  display: block;
  margin: 0 auto;
  padding-bottom: 20px;;
  max-width: 99vw;
}

@media (max-width: 1030px){

  .solution-img {
    padding-right: 120px;
  }

}

@media (max-width: 768px){

  .solution p {
    padding-left:0;
  }

  .solution-img {
    padding-right: 20px;
  }

  .solution_text {
    padding: 0;
  }

  .solution_inner {
    margin: 20px 10px
  }

}


/*90秒でわかる！テレパキ！
------------------------------*/
.green_back {
  background-color: #04913A;
  padding: 25px 0 80px;
  margin-top: 50px;
}

.en_white {
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  margin: 0px 0 10px;
  padding: 0px 0 0;
}

.white {
  text-align: center;
  color: #ffffff;
  font-size: 36px;
  line-height: 1.6;
  padding: 0 0 0.5em;
  font-weight: 600;
}

.movie{
  width: 750px;
  height: 500px;
  margin: 20px auto 0;
}

.white_line {
  width: 50px;
  margin: 0 auto;
  border: 1px solid #ffffff;
}

@media screen and (max-width: 768px) {
  .green_back {
    padding: 25px 0 60px;
    margin-top: 50px;
  }

  .movie{
    width: 95%;
    height: 300px;
    margin: 20px auto 0;
    display: block;
  }

  .white {
    font-size: 26px;
    line-height: 1.6;
    padding: 0 0 0.5em;
  }

  .en_white {
    font-size: 18px;
    margin: 0px 0 10px;
    padding: 0px 0 0;
  }
}


/*業務改善ツールを導入しませんか？
------------------------------*/
.task {
  background-image: url(../img/white_back.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  display: block;
}

.task p {
  margin: 0 20px;
}

.sp_img{
  display: block;
  margin: 0 auto -180px;
}



@media screen and (max-width: 768px) {
  .flex {
    display: block;
    justify-content: space-between;
    align-items: top;
    padding: 0 15px;
  }

  .sp_img{
    width: 65%;
    margin: -30px auto -150px;
  }
}

/*年間100万円のコスト削減を
------------------------------*/
.cost-reduction p {
  margin: 0 20px;
}
.gold {
  text-align: center;
  color: #ff7d13;
  font-size: 36px;
  line-height: 1.6;
  padding: 0 0 0.5em;
  font-weight: 600;
  font-family: 'Rounded M+ 1c';
}

.gold_line {
  width: 50px;
  margin: 0 auto;
  border: 1px solid #ff8420;
}

.en_gold {
  color: #f7d8c6;
  font-size: 18px;
  text-align: center;
  padding: 50px 0 0;
}

.red2 {
  font-weight: bold;
  color: #f50000;
  text-align: center;
  font-size: 28px;
}

.table_img{
  display: block;
  margin: 0 auto 50px;
}

@media screen and (max-width: 768px) {
  .gold {
    font-size: 26px;
    line-height: 1.6;
    padding: 0 0 0.5em;
    font-weight: 600;
  }

  .en_gold {
    font-size: 18px;
    margin: 0px 0 10px;
    padding: 50px 0 0;
  }

  .red2 {
    font-size: 22px;
  }

  .table_img{
    width: 98%;
    margin: 0px auto;
  }

}



/*導入事例
------------------------------*/

.future_section{
  width: 1200px;
}

.flex{
  display: flex;
  gap: 30px;
}

.future_ttl {
  background-color: #ff7d13;
  padding: 25px 0 15px;
}

.future {
  background-image: url(../img/future_back.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: block;
  padding: 50px 0 20px;
}

.white_box_future {
  background-color: #fff;
  box-shadow: 0 0 20px rgb(187, 187, 187);
  text-align: left;
  padding: 30px ;
  margin: 30px ;
}

.flex_future {
  display: block;
  justify-content:space-between;
  align-items: top;
  gap: 15px;
  margin:0 auto 50px;
  width: 700px;
}

.future_voice_img{
  margin: 0 auto 15px;
  display: block;
}

.green {
  font-weight: bold;
  color: #03913a;
  text-align: center;
  font-size: 20px;
}

.voice_txt {
  font-size: 16px;
}

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

  .flex{
    display: block;
  }

  .future_section{
    width: 100%;
  }


  .future {
    background-image: url(../img/future_back_sp.png);
    padding: 20px 0px;
  }

  .flex_future {
    display: block;
    justify-content: space-between;
    align-items: top;
    padding:0px;
  }

  .white_box_future {
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 20px rgb(187, 187, 187);
    text-align: left;
    padding: 10px 10px 30px;
    margin: 30px auto ;
  }


}


/*信頼の証！多彩な業界のパートナー
------------------------------*/

.slider_wrapper {
  margin: 30px 0 10px;
}

/* スライダー */

.slider {
  width: 90%;
  margin: 0 auto;
}

.slider img {
  width: 100%;
  height: auto;
}

.slider .slick-slide {
  margin: 0 5px;
}

/*戻る、次へ矢印の位置*/
.slick-prev,
.slick-next {
  position: absolute;/*絶対配置にする*/
  top: 35%;
  cursor: pointer;/*マウスカーソルを指マークに*/
  outline: none;/*クリックをしたら出てくる枠線を消す*/
  border-top: 5px solid #03913a;/*矢印の色*/
  border-right: 5px solid #03913a;/*矢印の色*/
  height: 30px;
  width: 30px;
  z-index: 100;
}

.slick-prev {/*戻る矢印の位置と形状*/
  left: 0.5%;
  transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
  right: 0.5%;
  transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
text-align: center;
margin: 30px 0 30px;
}

.slick-dots li {
  display:inline-block;
  margin:0 5px;
}

.slick-dots button {
  color: transparent;
  outline: none;
  width:8px;/*ドットボタンのサイズ*/
  height:8px;/*ドットボタンのサイズ*/
  display:block;
  border-radius:50%;
  background:#ccc;/*ドットボタンの色*/
}

.slick-dots .slick-active button{
  background:#333;/*ドットボタンの現在地表示の色*/
}

/*万全のサポート
------------------------------*/

.support {
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  display: block;
  padding-bottom: 30px;
  text-align: center;
}

.support_img{
  display: block;
  margin: 0 auto;
}

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

  .support img{
    margin: 0 auto;
    max-width: 93%;
    padding: 30px 10px 0 10px;
  }
  .support {
    background-image: unset;
    padding-bottom: 0;
  }

}


/*よくある質問
------------------------------*/
/*アコーディオン
------------------------------*/

.accordion_area .accordion_one .ac_header {
  background-color: #ffffff;
  border: 1px solid #ccc;
  padding: 1.5rem 4rem 1.5rem 2rem;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition: .2s;
}
.accordion_area .accordion_one .ac_header:not(.open):hover {
  background-color: #f1f8ff;
}
.accordion_area .accordion_one:nth-child(odd) .ac_header {
  background-color: #f5f5f5;
}
.accordion_area .accordion_one:nth-child(odd) .ac_header:not(.open):hover {
  background-color: #f1f8ff;
}
.accordion_area .accordion_one .ac_header .i_box {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}
.accordion_area .accordion_one .ac_header .i_box:before, .accordion_area .accordion_one .ac_header .i_box:after {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
}
.accordion_area .accordion_one .ac_header .i_box:before {
  border-top: 2px solid #777777;
  width: 20px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.accordion_area .accordion_one .ac_header .i_box:after {
  border-left: 2px solid #747474;
  width: 0;
  height: 20px;
  top: 0;
  bottom: 0;
  right: 9px;
  transition: .3s;
}
.accordion_area .accordion_one .ac_header.open .i_box:after {
  height: 0;
}
.accordion_area .accordion_one .ac_inner {
  display: none;
  padding: 1.5rem 2rem 1.5rem 2rem;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .accordion_area .accordion_one .ac_header {
    padding: 1.5rem 1.5rem 1.5rem 0.5rem;
  }
  .accordion_area .accordion_one .ac_header .i_box {
    right: 0.8rem;
    width: 15px;
    height: 15px;
    margin-top: -7px;
  }
  .accordion_area .accordion_one .ac_header .i_box:before {
    width: 15px;
  }
  .accordion_area .accordion_one .ac_header .i_box:after {
    height: 15px;
    right: 7px;
  }
  .accordion_area .accordion_one .ac_inner {
    padding: 1.5rem 0.5rem ;
  }
}

/*=========
faq
=========*/

.p-faq__headinner {
  display: block;
  padding-left: 35px;
  position: relative;
  line-height: 1.5;
}
.p-faq__headinner::before {
  position: absolute;
  left: 0;
  content: "Q";
  color: #ffffff;
  background-color: #03913a;
  padding: 6px 13px;
  border-radius: 5px;
  font-size: 20px;
  font-weight: bold;
}
.p-faq__headinner p.p-faq__q-txt {
  font-size: 20px;
  margin-left: 20px;
}

.s_section{
padding: 0 0 30px;
}

@media screen and (max-width: 768px) {
  .p-faq__headinner {
    padding-left: 25px;
  }
  .p-faq__headinner::before {
    font-size: 14px;
  }
  .p-faq__headinner p.p-faq__q-txt {
    font-size: 14px;
  }
}
.p-faq__bodyinner {
  display: block;
  padding-left: 35px;
  position: relative;
  line-height: 1.5;
}
.p-faq__bodyinner::before {
  position: absolute;
  left: 0;
  content: "A";
  color: #03913a;
  border :solid 1px #03913a ;
  border-radius: 5px;
  padding: 6px 13px;
  font-size: 20px;
  font-weight: bold;
}
.p-faq__bodyinner p.p-faq__a-txt {
  font-size: 18px;
  margin-left: 20px;
}
.anchor-offset .en_blue {
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .p-faq__bodyinner {
    padding-left: 25px;
  }
  .p-faq__bodyinner::before {
    font-size: 14px;
  }
  .p-faq__bodyinner p.p-faq__a-txt {
    font-size: 14px;
  }

  .s_section{
    padding: 0 15px;
  }
}

/*フォーム
------------------------------*/
#form {
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  display: block;
  padding-bottom: 50px;
}

.form {
  margin-bottom: min(100px,20vw)
}

.red {
  font-weight: bold;
  color: #f50000;
  text-align: center;
  font-size: 22px;
}



@media (max-width: 768px) {
#form {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  margin-top: 50px;
  padding: 0px 10px 60px;
}
}

#form p{
  margin-top: 30px;
  text-align: center;
}

.ctaArea {
  text-align: center;
}

.cta_btn {
  max-width: 500px;
}


a:hover .cta_btn {
  position: relative;
  top: 3pt;
  left: 3pt;
}

.triangle-down {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #1C7047;
  margin: 0 auto 30px;
}

@media only screen and (max-width: 768px) {
  .cta_btn{
    width: 90%;
    margin-bottom: 0px;
  }
}




/*追従バナー
------------------------------*/
/* デスクトップ用追従バナー */
.fixed-banners {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 10px; /* 画像間のスペース */
  z-index: 1000; /* 他の要素の上に表示 */
}

.fixed-banners a img {
  width: 50px; /* 必要に応じてサイズ調整 */
  display: block;
  margin-top: 10px;
}

.fixed-banners img:hover, .fixed-bottom-buttons img:hover {
  opacity: 0.8;
}

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

/* スマホ用固定ボタン */
.fixed-bottom-buttons {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex; /* 横並び */
  justify-content: space-around; /* 均等配置 */
  z-index: 1000;
  padding: 10px 0;
  transition: opacity 0.5s ease, visibility 0.5s ease; /* フェードアニメーション */
}

.fixed-bottom-buttons div {
  flex: 1; /* ボタンを均等に配置 */
  display: flex;
  justify-content: center;
  align-items: center;
}

.fixed-bottom-buttons a img {
  width: 100%; /* ボタンサイズを調整 */
  height: auto;
}

/* 非表示状態 */
.fixed-bottom-buttons.hidden {
  opacity: 0;
  visibility: hidden;
}
}



/*フッター設定
--------------------------------------*/
footer {
  width: 100%;
  margin: -50px auto 0;
  font-size: 85%;
  text-align: center;
  padding: 20px 0 15px;
  color: #fff;
  position: relative;
  background-color: #04913A;
}

footer a {
  color: #fff;
  margin: 10px 0;
}

footer p {
  margin: 10px 0;
}

.copy {
  color: #fff;
  font-size: 65%;
  text-align: center;

}

@media only screen and (max-width: 768px) {
  footer p {
    font-size: 60%;
  }
  .footer-inner{
    width: 100%;
  }
}


  /* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}




/* margin,padding調整用クラス
-----------------------------*/
.mg50 {
  margin: 50px 0 0;
}

.mg30 {
  margin: 30px 0 0;
}

.pg50 {
  padding: 50px 0 0;
}