/* http://meyerweb.com/eric/tools/css/reset/ 
     v2.0 | 20110126
    License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video{margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;vertical-align: baseline;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display: block;}
body{line-height: 1;}
ol, ul{list-style: none;}
blockquote, q{quotes: none;}
blockquote:before, blockquote:after,q:before, q:after{content: '';content: none;}
ul li{list-style: none;}
*, *:before, *:after{-webkit-box-sizing: inherit;box-sizing: inherit;}
* {box-sizing: border-box;}
a{text-decoration: none;-webkit-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;}
a:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
table{border-collapse:collapse}
/*▲▲▲ reset ▲▲▲*/
html {
  font-size: 62.5%;
}
body {
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-feature-settings: "palt";
  line-height: 1.4;
  color: #000;
  letter-spacing: 0;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  font-size: 2rem;
}
img {
  width:100%;
  height: 100%;
}
table{
	width: 100%;
}

.bg_white{background:#fff}
.bg_pink{background:#f5c1c1}
.bg_gray{background:#f3f5f5}
.bg_mizuiro{background:#d9eaed}
.bg_mizuiro01{background:#4db6f8}
.bg_mizuiro02{background:#ebf7ff}
.bg_navy{background:#00407c}
.bg_green01{background:#4194a3}
.bg_green02{background:#d5e9e2}
.bg_blue{background: #e8fcff;}
.bg_blue02{background: #1e51a2;}
.bg_blue03{background: #d9eaed;}

.col_gold{color:#9e7f4f}
.col_gold02{color:#827258}
.col_yellow{color:#f2b319}
.col_green{color:#4194a3}
.col_pink{color:#ea4680}
.col_white{color:#fff}
.col_red{color:#eb0000}
.col_blue{color:#163b5d}
.col_blue02{color:#163b5d}
.col_blue03{color:#1e00ff}
.col_mizuiro{color:#3799d6}
.bdr5px{border-radius:5px}

.bold{font-weight: 700;}
.marker_yel {
    font-style: normal;
    background-color: transparent;
    background-image: linear-gradient(transparent 60%, #fff700 0);
}
.border_gold{
    text-decoration: solid underline #827258 3px;
    text-underline-offset:0.2em; 
}
.border{
    text-decoration: solid underline #163b5d 3px;
    text-underline-offset:0.2em; 
}
/*　▼ header　▼　*/
header{
  background: url(../img/mv_bg.jpg) no-repeat;
  background-size: cover;
  background-position: top center;
}
header h1{
	margin-bottom: 0;
  position: relative;
}
header img {
  width:1200px;
  margin:0 auto;
}
/*　▼ footer　▼　*/
footer {
  font-weight: 400;
  background:#fff;
  font-size: 1.4rem;
    padding: 29px;
    color: #333;
    border-top: 1px solid #00407c;
    letter-spacing: 0;
}
footer .left{
    width: 200px;
}
footer .box {
  width:1000px;
  margin:0 auto;
}
footer .box ul {
  width: 490px;
    margin: 0 auto;
}
footer li a { 
  background-size: 15px;
    background-position: 26px center;
    color: #333;
}
.logo{
  width: 168px;
  height: auto!important;
}
#page-top img{
    position: fixed;
    right: 28px;
    width: 70px;
    bottom: 230px;
    height: auto;
}
.tel::before{
  content: '\e0b0';
  font-family: 'Material Icons';
  vertical-align: -2px;
  margin-right: 3px;
}
.mail::before{
  content: '\e0be';
  font-family: 'Material Icons';
  vertical-align: -2px;
  margin-right: 3px;
}

section{
	width: 1000px;
	margin: 0 auto;
	padding: 110px 0;
}
h1{
	text-align: center;
	font-size: 4rem;
  font-weight: 700;
  margin-bottom:70px;
}
.en{
  font-weight: 500;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  /* text-transform: uppercase; */
  font-size: 2.4rem;
  letter-spacing: 0.2em;
}
.pc_block{
  display: block;
}
.small-font{
  font-size: 2.5rem;
}
.big-font{
  font-size:4.0rem;
}

/*
toha
とは？
*/
.toha_card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  padding: 3% 2%;
  background-color: #f6f6f6;
  border-radius: 5px;
}
.toha_card img {
  width: 48%;
}
.toha_card p {
  width: 48%;
  font-size: 2.8rem;
  color: #163b5d;
}
.toha_r {
  flex-direction: row-reverse;
}

@media screen and (max-width: 599px) {
  .toha_card {
    display: block;
    padding: 4%;
  }
  .toha_card img {
    width: 70%;
    margin: 0 auto 14px;
  }
  .toha_card p {
    width: 100%;
  }
}



/*
nayami
悩み
*/
.nayami_card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.nayami_card img {
  width: 24%;
}
.nayami_card p {
  width: 72%;
  padding: 4%;
  font-size: 2.6rem;
  background-color: #fff;
  color: #313131;
  border-radius: 10px;
}
.nayami_r {
  flex-direction: row-reverse;
}


/*
point02
お悩み解決
*/
.point02 .box {
  padding: 3%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.point_box-l {
  width: 62%;
}
.point_box-l h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 20px 0;
}
.point_box-l p {
  line-height: 1.6;
  letter-spacing: 0;
}
.point_box-r {
  width: 36%;
}
.point_box-r img {
  width: 100%;
  height: auto;
}
.flex_r {
  flex-direction: row-reverse;
}
@media screen and (max-width: 599px) {
  .point02 .box {
    padding: 4%;
    display: block;
  }
  .point_box-l {
    width: 100%;
  }
  .point_box-l h2 {
    margin: 0 0 14px 0;
  }
  .point_box-r {
    width: 50%;
    margin: 0 auto;
  }
}



/*
hyou
*/




/*
flow
仕訳データ出力までの流れ
*/
.flow_card-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flow_card {
  width: 22%;
  transition: 0.3s;
}
.flow_arrow {
  width: 2%;
}
.flow_card:hover {
  cursor: pointer;
  transform: scale(1.08);
  transition: 0.3s;
}

/* モーダル */
/*モーダル本体の指定 + モーダル外側の背景の指定*/
.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 2.4rem;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: transform 0.3s ease;
}
/* モーダル背景 */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(79, 79, 79, 0.5);
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
/* モーダル表示状態 */
.modal.active {
  display: flex;
  opacity: 1;
  pointer-events: auto;
}
/* モーダルの中身*/
.modal-content1 {
  background: #fff;
  padding:1rem;
  border-radius: 10px;
  width: 60%;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  position: relative;
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.3s ease;
}
.modal_img {
  width: 100%;
}
.modal_img {
  width: 100%;
  height: auto;
  overflow: hidden;
}
/* アニメーション*/
.modal.active .modal-content1 {
  animation: fadeInScale 0.4s ease forwards;
}
@keyframes fadeInScale {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@media screen and (max-width: 599px) {
  .flow_card-wrap {
    display: block;
  }
  .flow_card {
    width: 60%;
    margin: 0 auto 20px;
  }
  .modal-content1 {
    width: 90%;
  }
  .modal_img {
    width: 100%;
  }
}





/*
q&A
よくある質問
*/
.qa_card {
  background-color: #fff;
  padding: 3% 2% 3% 4%;
  border-radius: 5px;
  margin-bottom: 30px;
}
.qa_card-q, .qa_card-a {
  display: flex;
}
.qa_card-q h3 {
  font-size: 2.8rem;
  font-weight: 600;
}
.qa_card h2{
  font-size: 4rem;
  font-weight: 500;
  margin-right: 20px;
}
.qa_card-leada {

}



/*
contact
お申込み
*/
.btn{
  color:#fff;
  width:100%;
  height:80px;
  line-height:80px;
  font-weight:700;
  text-align: center;
  border-radius: 50px;
  display: block;
  letter-spacing: 0.1em;
  font-size: 2.8rem;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 1);
}
.btn:hover{
  letter-spacing: 0.3em;
  background:#006927;
}
.btn01{
  background:#30af65;
  /* filter: drop-shadow(0px 8px 0px #006927); */
  margin-bottom:30px;
}
.btn_mv {
  position: absolute;
  content: "";
  width: 38%;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 999px) {
  .btn_mv {
    width: 50%;
    bottom: 2%;
  }
}
@media screen and (max-width: 770px) {
  .btn_mv {
    width: 60%;
    font-size: 2.6rem;
    height:60px;
    line-height:60px;
  }
}
@media screen and (max-width: 599px) {
  .btn_mv {
    width: 80%;
  }
}


/*-----------------------------------
　↓ 685pxまでのfooter設定 ↓ 
-----------------------------------*/
@media screen  and (min-width: 600px) and (max-width: 684px) {
.logo {
  width: 29%;
  height: auto!important;
}
}
@media screen and (max-width: 1254px){
header img{
  width: 100%;
  padding: 0 2%;
}
}
@media screen and (max-width: 1024px){
#page-top img{
  display: none;
}
header img{
  width: 98%;
}
section {
  width: 94%;
  padding: 10% 0;
}
}

@media screen and (max-width: 768px) {
html{
  font-size: 50%;
}
.logo {
  width: 28%;
}
.pcnone{
  display: none;
}
/* .spnone {
  display: block;
} */
}

@media screen and (min-width: 767px) {
.pcnone {
	display:none;
}
}

/*------------------------
〜599px
------------------------*/
@media screen and (max-width: 599px) {
body {
	width:100%;
}
.sp_block,
.sp_br,
.pcnone,
.sp_noflex {
	display:block
}
.spnone {
  display:none
}
.pc_block {
	display:inline
}
.sp_alc {
  text-align: center;
}
.sp_flex_space{
  display:flex;justify-content:space-between
}
.sec_wrap {
  width:100%;
  padding:0;
}
section{
	width: 100%;
	padding: 14% 6%;
}
/*▼ footer ▼*/
footer {
	padding: 2%;
  font-size: 1.4rem;
}
.footer_inner {
  width: 92%;
  margin: 0 auto;
  padding: 2.60416% 0;
}
footer ul{
	width: 100%;
	text-align: left;
}
.logo {
  width:40%;
  display: block;
}
#page-top img {
  display: none;
}
.copy{
	margin-bottom: 10px;
}
/*▲ footer ▲*/
header{
  background: url(../img/mv_bg_sp.jpg) no-repeat;
  background-size: cover;
}
header .mv_area{
  padding: 0!important;
}
header h1 img{
	width: 100%;
	margin: 0 auto;
}
h1{
  font-size: 3.5rem;
  margin-bottom: 50px;
}
}
@media screen and (max-width: 599px) {
.pc_head{
  display:none;
}
.cur_tbl .sp_head{
  background:#00c35b;
  color:#fff;
  text-align: center;
}
}


.modalArea02 {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 15;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: .4s;
}
.modalBg02 {
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 30, 0.9);
}
.modalArea03 {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 15;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: .4s;
}
.modalBg03 {
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 30, 0.9);
}
.modalWrapper {
  background: #7e170e;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  max-width: 500px;
  padding: 0 0 20px 0;
}
.closeModal02 {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  cursor: pointer;
  color: #fff;
  font-weight: 700;
}
.closeModal03 {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  cursor: pointer;
  color: #fff;
  font-weight: 700;
}
.is-show {
  visibility: visible;
  opacity: 1;
}
.modalContents h1{
  margin-bottom: 0;
}
.modalContents .box03 p {
  font-size: 1.6rem;
}
.modalContents .btn05 {
  line-height: 1.4;
  width: 96%;
  margin: 0 auto;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  margin-bottom: 16px;
  font-size: 2rem;
  text-align: center;
  color: #fff;
  display: block;
  position: relative;
  z-index: 2;
  font-weight: 600;
  border-radius: 5px;
  background: #00C853;
  filter: drop-shadow(0px 8px 0px #007d34);
}
.modalContents .btn06 {
  width: 96%;
  margin: 0 auto;
  background: #0067dc;
  filter: drop-shadow(0px 8px 0px #00428e);
  line-height: 50px;
  height: 50px;
}
.btn05:hover,
.btn06:hover {
  letter-spacing: 0.1em;
}

/* 動画 */
.video-container {
    width: 80%;
    margin: 30px auto;
}
iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    border: 0;
}


.video {
  width: 80%;
  margin: 0 auto;
}
/* カウントダウンバーの共通フェード効果 */
.cdt_wrapper {
  transition: opacity 1.0s ease, visibility 1.0s ease;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* フェードアウト用クラス */
.cdt_wrapper.is-hidden {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}