@charset "UTF-8";
/* CSS Document */
/*===================================================
	共通CSS（PC/SMP）
===================================================*/
/*////////////////////////////////////////////////////////////
	共通設定
///////////////////////////////////////////////////////////*/
/* --------------------------------------------------
	base
-------------------------------------------------- */
* {
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html, body {
  width: 100%;
}

body {
  position: relative;
  overflow-x: hidden;
  font-family: "M PLUS Rounded 1c","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  line-height: 1.5;
  color: #000000;
  font-size: 16px;
  background-color: #ffffff;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
}
h3,h4{
  font-family: "M PLUS Rounded 1c";
}/*--------------------------------------fix*/
  

/*リンク */
a {
  color: #000000;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* 画像幅 */
img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

/* clearfix */
.clearfix::after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.spBreak {
  display: none;
}

@media (min-width: 1025px) {
  a {
    transition: 0.6s;
  }
  a:hover {
    opacity: 0.6;
  }
}

.bgAnim {
  position: relative;
  top: 40px;
  transition: 0.6s;
}

.bgAnim.active {
  top: 0;
}

/* --------------------------------------------------
	header
-------------------------------------------------- */
@media (min-width: 1025px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    font-weight: bold;
    background: url(https://kashima-accountax.com/system_panel/uploads/images/header_bg_l.png) center bottom -10px no-repeat;
    background-size: 100% auto;
    transition: 0.6s;
  }
  .header:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: -1;
    border-radius: 50%;
    background: #ffffff;
  }
  .header:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 85px;
    z-index: -1;
    background: #ffffff;
  }
  .header.fixed {
    background: #ffffff;
  }
  .header .headWrap {
    display: flex;
    justify-content: space-between;
    max-width: 1420px;
    margin: 0 auto;
    padding: 0 190px 0 10px;
  }
  .header h1 {
    padding: 10px;
    text-align: center;
  }
  .header .logo {
    width: 20%;
    margin: 0 0 0 90px;
  }
  .header .logo a {
    display: block;
    max-width: 300px;
  }
  .header .navBox {
    width: 68%;
  }
  .header .bnr {
    position: absolute;
    top: 0;
    right: 10px;
    width: 200px;
  }
  .header .bnr a {
    display: block;
  }
  .header .humberger {
    display: none;
  }
}

/* --------------------------------------------------
	nav
-------------------------------------------------- */
@media (min-width: 1025px) {
  .navBox .navList .ul {
    display: flex;
    justify-content: space-between;
    text-align: center;
  }
  .navBox .navList .ul > .li {
    overflow: hidden;
    position: relative;
    width: calc(100% / 4);
  }
  .navBox .navList .ul > .li > a {
    display: block;
    padding: 0 0 20px;
  }
  .navBox .navList .ul > .li > a .img {
    display: inline-block;
    margin: 0 0 10px;
  }
  .navBox .navList .ul > .li > a p {
    font-size: 13px;
  }
  .navBox .navList .subList {
    position: absolute;
    top: 30px;
    left: 10px;
    width: 200px;
    height: 0;
    padding: 0;
    opacity: 0;
    z-index: -1;
    transition: 0.6s;
  }
  .navBox .navList .subList .li + .li {
    margin: 1px 0 0;
  }
  .navBox .navList .subList a {
    display: block;
    padding: 15px 10px;
    font-size: 13px;
    color: #ffffff;
    text-align: center;
    background: #e6a028;
  }
  .navBox .navList .pulldown:hover {
    overflow: visible;
  }
  .navBox .navList .pulldown:hover .subList {
    top: 60px;
    height: auto;
    opacity: 1;
    z-index: 9999;
  }
}

/* --------------------------------------------------
	,main
-------------------------------------------------- */
.main {
  overflow: hidden;
  margin: 50px 0 0;
}

.pageKv {
  height: 380px;
}

.pageKv .kvWrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 1000px;
  height: 100%;
  margin: 0 auto;
  padding: 0 10px;
}

.pageKv .kvWrap .kvTtl {
  padding: 80px 0 0;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 0.1em;
}

.pageKv .kvWrap .kvTtl p {
  display: inline-block;
  padding: 5px 25px;
  font-size: 34px;
  background: #e6a028;
}

.pageKv .kvWrap .kvTtl h2 {
  padding: 10px 25px;
  font-size: 20px;
}

.secWrap01 {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 10px;
}

.secWrap02 {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 10px;
}

.secWrap03 {
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 10px;
}

.secWrap04 {
  max-width: 920px;
  margin: 0 auto;
  padding: 0 10px;
}

.secTtlBox {
  margin: 0 0 60px;
  text-align: center;
}

.secTtlBox .img {
  display: inline-block;
  margin: 0 0 10px;
}

.secTtlBox .secTtl {
  font-size: 12px;
  font-weight: bold;
}

.btnMore {
  max-width: 250px;
  border-radius: 40px;
  background: #ffffff;
}

.btnMore.grey {
  background: #ecebeb;
}

.btnMore a {
  display: block;
  padding: 20px 10px 20px 50px;
  font-weight: bold;
  text-align: center;
  background: url(https://kashima-accountax.com/system_panel/uploads/images/more_arrow.png) left 15px center no-repeat;
  background-size: 40px auto;
}

@media (min-width: 1025px) {
  .btnMore,
  .btnMore.grey {
    transition: 0.6s;
  }
  .btnMore:hover,
  .btnMore.grey:hover {
    background: #e6a028;
  }
  .btnMore:hover a,
  .btnMore.grey:hover a {
    opacity: 1;
    color: #ffffff;
  }
}

.mapBox {
  position: relative;
  width: 100%;
  height: 0;
  padding: 0 0 45%;
}

.mapBox iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/* --------------------------------------------------
	footer
-------------------------------------------------- */
.footer .footContact {
  position: relative;
}

.footer .footContact .secWrap01 {
  padding: 0 10px 120px;
}

.footer .footContact .dl {
  padding: 40px 10px;
  background: #ecebeb;
  text-align: center;
  border-radius: 20px;/**/
  font-family: "M PLUS Rounded 1c";/**/
}

.footer .footContact .dl .dt {
  margin: 0 0 30px;
  font-size: 20px;
  font-weight: bold;
}

.footer .footContact .ul .li {
  font-weight: bold;
}

.footer .footContact .ul a {
  display: block;
  padding: 10px;
  font-size: 20px;
  border-radius: 10px;
  background: #ffffff;
}

.footer .footContact .ul a p {
  display: inline-block;
  padding: 10px 0 10px 55px;
}

.footer .footContact .ul .li:nth-child(1) a {
  font-size: 24px;
}

.footer .footContact .ul .li:nth-child(1) a p {
  background: url(https://kashima-accountax.com/system_panel/uploads/images/footer_tel.png) left center no-repeat;
  background-size: 40px auto;
}

.footer .footContact .ul .li:nth-child(2) a p {
  background: url(https://kashima-accountax.com/system_panel/uploads/images/footer_mail.png) left center no-repeat;
  background-size: 40px auto;
}

.footer .footContact .ul .li:nth-child(3) a p {
  background: url(https://kashima-accountax.com/system_panel/uploads/images/footer_pc.png) left center no-repeat;
  background-size: 40px auto;
}

.footer .footContact .ul a + p {
  margin: 5px 0 0;
}

@media (min-width: 1025px) {
  .footer .footContact .ul {
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto;
  }
  .footer .footContact .ul .li {
   /* width: calc((100% / 3) - 30px);*/
    width: calc((100% / 2) - 30px);
  }
}

.footer .footContact .pagetop {
  position: absolute;
  right: 5%;
  bottom: -22px;
  width: 200px;
  cursor: pointer;
}

.footer .footBox {
  padding: 60px 0 10px;
  background: #e6a028;
}

.footer .footBox .footInfo {
  margin: 0 0 50px;
}

.footer .footBox .leftBox .logo {
  max-width: 300px;
  margin: 0 0 30px;
}

.footer .footBox .leftBox .txt {
  margin: 0 0 20px;
  padding: 0 0 0 43px;
  line-height: 2;
}

.footer .footBox .leftBox .sns {
  padding: 0 0 0 60px;
}

.footer .footBox .leftBox .sns a {
  display: inline-block;
  width: 35px;
}

.footer .footBox .footNav {
  display: flex;
  padding: 30px 0;
  border-radius: 6px;
  border: 1px solid #eca936;
  background: #eca936;
}

.footer .footBox .footNav a {
  display: inline-block;
  font-weight: bold;
}

.footer .footBox .footNav > .ul {
  width: 25%;
  padding: 20px;
}

.footer .footBox .footNav > .ul:nth-child(1) {
  text-align: center;
}

.footer .footBox .footNav > .ul + .ul {
  border-left: 1px solid #000000;
}

.footer .footBox .footNav > .ul > .li + .li {
  margin: 30px 0 0;
}

.footer .footBox .footNav > .ul .ul {
  padding: 0 0 0 20px;
}

.footer .footBox .footNav > .ul .ul .li + .li {
  margin: 30px 0 0;
}

@media (min-width: 1025px) {
  .footer .footBox .footInfo {
    display: flex;
    justify-content: space-between;
  }
  .footer .footBox .leftBox {
    width: 25%;
  }
  .footer .footBox .rightBox {
    width: 70%;
  }
}

.footer .footBox .copy {
  text-align: center;
}

.wf-roundedmplus1c { font-family: "M PLUS Rounded 1c"; }/*新丸ゴプロに似ているフォント*/


