@charset "utf-8";

/* CSS Document */

/*****************
全体的な設定
*****************/

body {
  background-image: url(../img/back05.png);
  font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  margin: 0;
}

.smp {
  display: none;
}

.red {
  color: #d30507;
}

.blue {
  color: #75c1db;
}

.pink {
  color: #f3a4b8;
}

.strong {
  color: #d40606;
  font-size: x-large;
  font-weight: bold;
}

.right {
  text-align: right;
}

.yellowline {
  background: linear-gradient(transparent 60%, #ff0 0%);
}

.block {
  display: block;
}

.wrap {
  margin: 0 auto;
  width: 1000px;
}

.cf {
  zoom: 1;
}

.mg_tb {
  margin: 30px auto;
}

.mg_b {
  margin-bottom: 15px;
}

.fc_r {
  color: #d30507;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

/************
ヘッダー
*************/

header {
  background-image: url(../img/back_header.png);
  background-repeat: repeat-x;
  background-size: 100%;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 999;
}

header h1 {
  font-size: 0;
  margin: 0;
}

#child {
  padding-top: 114px;
}

/*******
フッター
*******/

#footer-navi {
  padding: 10px 0;
}

#footer-navi ul {
  display: inline-block;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

#footer-navi li {
  border-left: solid 1px #b4afa9;
  float: left;
  list-style: none;
  padding: 10px 3px 7px 3px;
  text-align: center;
  width: 118px;
}

#footer-navi ul:last-child {
  border-right: solid 1px #b4afa9;
}

#footer-navi a {
  color: #000;
  text-decoration: none;
}

footer {
  background-color: #fff;
  font-size: 13px;
  padding-bottom: 30px;
}

footer .menu {
  background-image: url(../img/back_footer.png);
  background-repeat: repeat-x;
  margin-bottom: 20px;
  text-align: center;
}

footer span.item {
  display: inline-block;
  width: 90px;
}

#copyright {
  font-size: 12px;
  padding: 10px 0;
  text-align: center;
}

/***********************
トップページ
********************/

.top {
  padding-top: 100px;
}

.box3 {
  background-color: #c59a66;
  background-position: 30px 0;
  margin: 0 auto 20px auto;
  padding-bottom: 30px;
  text-align: center;
}

.box3 p {
  margin-top: 0;
}

.ttl {
  margin-bottom: 0;
  margin-top: 30px;
  text-align: center;
}

/*********
メリットまとめ
*******/

#merit {
  background-image: url(../img/merit_back.png);
  background-repeat: repeat;
  text-align: center;
}

#merit h2 {
  background: #fff;
  font-size: 36px;
  line-height: 2em;
  margin: 0;
  padding-top: 0;
  position: relative;
  top: -7px;
}

#merit p {
  margin-bottom: 32px;
  margin-top: 0;
}

.merit_img {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding-bottom: 2em;
}

.merit_img .content_box {
  width: 25%;
}

.merit_img img {
  margin-bottom: 10px;
}

/***********************
様々な実績
********************/

#performance .case {
  background: #fff;
  background-image: url(../img/merit_back.png);
  background-repeat: repeat;
  box-sizing: border-box;
  margin: 1em auto;
  padding: 2%;
  position: relative;
  width: 96%;
}

.case .consul {
  display: -webkit-flex;
  display:    -moz-flex;
  display:     -ms-flex;
  display:      -o-flex;
  display:         flex;
}

.case .title {
  order: 1;
  width: 23%;
}

.title .num_box {
  background-color: #377cb6;
  color: #fff;
  height: 20%;
  position: absolute;
  top: 0;
  width: 15%;
}

.title .num_box p {
  margin-bottom: 0;
}

.title .num_box .num {
  font-size: 35px;
}

.title .trigger_ttl {
  color: #377cb6;
  margin: 7.5em auto 0;
}

.case .case_content {
  order: 2;
  padding-right: 2em;
  text-align: left;
  width: 80%;
}

.case .case_content h3 {
  color: #377cb6;
  font-size: 30px;
  margin: 0;
  margin-bottom: 1em;
  margin-left: 15px;
  text-align: left;
}

.case_profile {
  color: #4383ba;
  order: 3;
}

.success {
  align-items: center;
  border-top: 2px dotted #ccc;
  display: inline-flex;
}

.case .success_content {
  padding-top: 1em;
  text-align: left;
  text-align: left;
}

.success img {
  float: left;
  margin: 1em 2em 1em 1em;
  max-width: 100%;
}

/***********************
税務調査とは
********************/

#how {
  background-image: url(../img/back_kokuban.jpg);
  color: #fff;
  font-size: 20px;
  margin: 20px auto;
  padding: 50px 0;
  text-align: center;
}

/********************
お悩みではありませんか？
********************/

#help {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

#help .blue {
  color: #306d9e;
}

/********************
すべて解決します
********************/

#resolution .resolution_content {
  display: flex;
  font-size: 25px;
  font-weight: bold;
}

#resolution .resolution_txt {
  line-height: 1.7;
}

.resolution_content .resolution_img {
  float: left;
  height: 100%;
  margin-right: 10px;
  width: 40%;
}

/* .resolution_content img {
  float: left;
  height: 100%;
  width: 40%;
} */

.resolution_txt p {
  margin-bottom: 0;
}

#resolution .resolution_char {
  clear: both;
  display: flex;
  justify-content: space-around;
}

/********************
選ばれる3つの理由
********************/

#reason {
  font-weight: bold;
}

#reason img {
  height: 100%;
}

.reason1,
.reason2,
.reason3 {
  align-items: flex-start;
  background-color: #fff;
  display: flex;
  margin: 0 auto 2em;
  padding: 0 1em;
}

.reason_content {
  padding: 0 5em;
}

.reason_content h3 {
  font-size: 33px;
}

#reason .small {
  font-size: 13px;
}

#reason .biko {
  font-size: 22px;
  text-align: left;
  text-shadow: #fff 2px 0, #fff -2px 0, #fff 0 -2px, #fff 0 2px;
}

/***********************
プロフィール
********************/

h2.title {
  background-color: #d30507;
  border-radius: 10px;
  color: #fff;
  margin-top: 0;
  padding: 10px;
}

#profile {
  text-align: center;
}

#profile .mg_tb {
  margin-top: 0;
  position: relative;
  top: -10px;
}

.profile_area {
  display: flex;
  justify-content: center;
}

.profile_img {
  margin-right: 50px;
}

.profile_img img {
  width: 85%;
}

.profile_content {
  align-items: center;
  display: flex;
  flex-direction: column;
  float: right;
  text-align: left;
}

.history h3 {
  font-size: 30px;
  margin-bottom: 0;
}

.history p {
  line-height: 2em;
  margin-top: 0;
}

.career {
  text-align: left;
}

.career table th {
  vertical-align: top;
}

.career thead:after {
  content: "";
  display: block;
  height: 1em;
  padding: 2px 0;
  width: 100%;
}

/*********
特徴・強み
*******/

#advantage {
  background-image: url(../img/back_advatage.png);
  box-sizing: border-box;
  padding: 2em;
  text-align: left;
}

.advantage_title {
  align-items: center;
  display: flex;
  justify-content: flex-start;
}

.advantage_title h3 {
  font-size: 35px;
  line-height: 1.5em;
  margin: 0;
}

.advantage_title .red {
  font-size: 45px;
}

.advantage_content {
  font-weight: bold;
  padding: 0 5em;
}

.advantage_content p {
  font-size: 20px;
  line-height: 2;
  margin: 1em auto;
}

#advantage .biko {
  background-color: #f7e6c9;
  padding: 1em 2em;
}

/*********
事務所情報
*******/

#access h3 {
  background-color: #d30507;
  border-radius: 10px;
  color: #fff;
  padding: 10px;
}

table.data {
  float: left;
  line-height: 2em;
  text-align: left;
  width: 50%;
}

table.data th {
  font-weight: normal;
  padding-left: 1em;
  vertical-align: baseline;
}

.map {
  display: inline-block;
  height: auto;
  width: 50%;
}

/****************
料金案内
***************/

#price s {
  font-size: 14px;
}

#price .price_box1 {
  background-color: darkgrey;
  border-radius: 10px;
  padding: 30px 20px 20px 20px;
  position: relative;
}

#price .price_box2 {
  background-image: url(../img/back_cork.jpg);
  border-radius: 5px;
  padding: 30px 20px 20px 20px;
  position: relative;
}

#price .price_about {
  border: #d30507 solid 3px;
  padding: 20px;
}

#price .price_about p {
  margin: 0;
}

#price .price_box1 .binder {
  left: 350px;
  position: absolute;
  top: 20px;
}

#price .price_box2 .headimg {
  position: absolute;
  right: -10px;
  top: -50px;
}

#price .area {
  background-color: #fff;
  margin-top: 50px;
  padding: 50px 30px 30px;
}

#price .area2 {
  background-color: #fff;
  margin-top: 30px;
  padding: 350px 30px 30px;
}

#price h2 {
  background-color: #d30507;
  border-radius: 10px;
  color: #fff;
  padding: 10px;
  text-align: center;
}

#price h3 {
  background-color: #d30507;
  color: #fff;
  font-size: 16px;
  margin: 5px 0;
  padding: 5px 20px;
}

#price b {
  font-family: Arial, Helvetica, "sans-serif";
  font-size: 28px;
  font-weight: bold;
}
table.price1 .bc_r_s .fc_r {
  font-size: 28px;
}
.txt_c {
  text-align: center;
}

.txt_r {
  text-align: right;
}

.txt_l {
  text-align: left;
}

table.price1 {
  border-collapse: collapse;
}

table.price1 th {
  background-color: #a6a6a6;
  border: 1px solid #666;
  border-collapse: collapse;
  color: #fff;
  padding: 10px;
}

table.price1 td {
  background-color: #eee;
  border: 1px solid #666;
  border-collapse: collapse;
  line-height: 1em;
  padding: 10px 20px;
}

table.price1 .bc_r {
  background-color: #d30507;
  color: #fff;
}

table.price1 .bc_r_s {
  background-color: #f7e0e0;
}

table.price1 .bc_b {
  background-color: #377cb6;
  color: #fff;
}

table.price1 .bc_b_s {
  background-color: #d7e8f7;
}

.price table {
  border-collapse: collapse;
}

.price table td,
.price table th {
  padding: 10px;
  text-align: center;
}

.price table th {
  background-color: #eee;
}

/**************
お見積りに関して
**************/

#mitsumori {
  background-image: url(../img/mitsumori-back.png);
  background-repeat: no-repeat;
  display: inline-block;
  max-width: 1000px;
  width: 100%;
}

#mitsumori .mitsumori-text {
  float: left;
  font-size: 20px;
  font-weight: bold;
  padding: 8px 0 8px 40px;
  width: 62%;
}

#mitsumori .imgchar {
  bottom: 59px;
  display: inline-block;
  float: right;
  height: auto;
  position: relative;
  right: 36px;
  width: 30%;
}

/*********
なんの対策もしてなかったら…
*******/

#penalty {
  background-image: url(../img/penalty_back.png);
  background-repeat: no-repeat;
}

#penalty p {
  background: #fff300;
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 32px;
  margin-top: 0;
  padding: 1em 2em;
}

.penalty_img {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding-bottom: 2em;
}

.penalty_img .content_box {
  text-align: center;
  width: 286px;
}

.penalty_img img {
  margin-bottom: 10px;
}

/***********************
FAQ
********************/

#faq {
  background-color: #fff;
  box-sizing: border-box;
  margin: 2em auto;
  padding: 50px 50px;
}

#faq h2 {
  background-image: url(../img/faq_h2.png);
  background-position: left center;
  background-repeat: no-repeat;
  border-bottom: solid 2px #347db6;
  color: #347db6;
  line-height: 38px;
  margin-bottom: 20px;
  padding: 0 0 0 50px;
}

#faq ul {
  list-style: none;
  padding: 0;
}

#faq li {
  background-image: url(../img/faq_q.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  line-height: 40px;
  list-style: none;
  margin-bottom: 15px;
  padding-left: 50px;
}

#faq .answer li p {
  font-size: 15px;
  line-height: 1.5;
}

#faq .answer {
  background: #d2e7f8;
  background-image: none;
  border-radius: 20px;
  display: none;
  font-weight: normal;
  margin: 0 2em;
  padding: 1em;
  position: relative;
}

#faq .answer li:before {
  border: 20px solid transparent;
  border-bottom: 20px solid #d2e7f8;
  content: "";
  position: absolute;
  top: -35px;
}

#faq .answer li {
  background-image: none;
  font-weight: normal;
  padding: 0;
}

/***********************
残念なことになります(coution)
********************/

#coution {
  background-color: #fff;
  font-size: 20px;
  font-weight: bold;
}

#coution .text {
  padding: 15px 25px;
}

/***********************
お詫び
********************/

#owabi {
  background-image: url(../img/owabi_back.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

#owabi .head {
  font-size: 36px;
  margin-bottom: 0;
  padding-top: 1em;
  text-align: center;
}

#owabi .head img {
  left: 0;
  max-width: 100%;
  position: relative;
  top: -40px;
}

#owabi .owabi-content {
  background-image: url(../img/owabi_back.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  display: flex;
}

#owabi .owabi-content img {
  bottom: 30px;
  height: 100%;
  left: 25px;
  max-width: 100%;
  position: relative;
}

#owabi .owabi-txt {
  font-size: 19px;
  font-weight: bold;
  padding: 0 20px;
  text-shadow: #fff -1px -1px;
  z-index: 1;
}

#owabi .right {
  display: block;
  margin-right: 3em;
  text-align: right;
}

/***********************
無料相談をご利用いただいた方の声
********************/

#voice {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

#voice img {
  display: inherit;
  margin: 0 auto;
}

#voice .colkboard {
  background-image: url(../img/voice_back.png);
  background-repeat: no-repeat;
  background-size: auto;
}

#voice .voice1 {
  display: inline-block;
}

#voice .voice2 {
  display: inline-block;
}

#voice .voice3 {
  display: inline-block;
}

/***********************
コラム
********************/

#column {
  background-color: #fff;
  box-sizing: border-box;
  margin: 2em auto;
  padding: 50px 50px;
  text-align: center;
}

.column_content {
  text-align: left;
}

.column_content a {
  color: #347db6;
  font-size: 20px;
  text-decoration: none;
}

.column_content ul {
  margin: 2em auto;
}

.column_content li {
  border-bottom: dashed 2px #ccc;
  list-style: none;
  margin: 1em 0;
}

.column_content p {
  display: inline-block;
  text-align: center;
  width: 80%;
}

.column_content p.left {
  text-align: center;
  width: 15%;
}

.column_conten li {
  clear: both;
}

.column_detail {
  margin-top: 3em;
  padding: 0 2em;
  text-align: left;
}

.column_detail h2 {
  border-bottom: solid 2px #347db6;
  color: #347db6;
  font-size: 30px;
  margin-bottom: 0;
}

.column_title {
  margin: 0;
}

.column_data {
  float: right;
  font-size: 15px;
}

.column_detail .txt {
  line-height: 1.7;
  padding: 0 1em;
}

/************************
お問い合わせフォーム
****************/

#contact {
  background-color: #fff;
  margin-bottom: 2em;
  padding: 2em 0;
  text-align: center;
}

#contact table {
  margin: 0 auto;
}

.contact_th {
  color: #02187d;
  font-weight: bold;
  padding: 1em;
}

#contact table td {
  padding-left: 20px;
}

.wpcf7-form-control {
  background-color: #eaf1f4;
  padding: 8px;
  width: 100%;
}

.submit {
  background: #02187d;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  height: 50px;
  margin: 3em auto;
  width: 200px;
}

#contact h2.title {
  display: inline-block;
}

#contact p {
  font-size: 20px;
  font-weight: bold;
}

#contact .blue {
  font-size: 25px;
}

.header_contact_line a {
  align-items: center;
  background: #00b900;
  color: #fff;
  display: flex;
  font-size: 25px;
  font-weight: bold;
  justify-content: center;
  text-decoration: none;
}

.header_contact_line .sp {
  display: none;
}

.header_contact_line a p {
  margin: 20px 30px;
}

.header_contact_line .line_icon {
  width: 50px;
}

.header_contact_line .line_arrow_bottom {
  width: 35px;
}

.contact_line_area {
  border: 15px solid #00b900;
  border-radius: 5px;
  margin: 15px auto 30px;
  max-width: 980px;
}

.contact_line_area .df {
  align-items: center;
  background: #fff;
  display: flex;
  justify-content: center;
  margin-top: -15px;
  padding: 20px 0;
}

.contact_line_area .df a {
  margin-right: 100px;
}

.mizu {
  margin-top: 20px;
}
/* 20240926 */
#profile {
  padding-top: 0;
}
.profile__title {
  max-width: 1440px;
}
.profile__title img {
  width: 100%;
}
.profileList__column {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.profileList {
  display: grid;
  gap: 80px;
  list-style: none;
}
.profileList__img {
  height: 350px;
  max-width: 500px;
  object-fit: cover;
  overflow: hidden;
}
.profileList__job {
  font-size: 20px;
  font-weight: 700;
  margin-top: 40px;
}
.profileList__name {
  font-size: 28px;
}
.profileList__name .is-strong {
  font-size: 48px;
}
.profileList__info {
  font-size: 22px;
}
.profileList__text {
  font-size: 22px;
  text-align: start;
}
.profileList__tabContent {
  display: none;
  opacity: 0;
  transition: opacity .5s ease;
}
.profileList__tabContent p {
  font-size: 20px;
  text-align: start;
}

.profileList__tabContent.active {
  opacity: 1;
}

.profileList__tabList {
  margin-bottom: 20px;
}
.profileList__tab {
  background: #ffa657;
  color: #fff;
  list-style: none;
  margin: 0 auto;
  max-width: 400px;
  padding: 20px;
  position: relative;
  width: 100%;
}
.profileList__tab .plus-icon {
  color: #fff;
  font-size: 24px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.for-sp {
  display: none;
}
/* 20241024 追記 */
.pc__topBanner {
  position: relative;
  top: -10px;
}
.sp__topBanner {
  display: none;
}
/* 20241101 追記 */
.profileList__content {
  font-size: 22px;
  text-align: start;
}
