@charset "utf-8";
/*--------------------------------------------------------------------
styel css
--------------------------------------------------------------------*/
html {
	-webkit-text-size-adjust: 100%;
	font-size: 10px;
  overflow-y: scroll;
}
body {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
  color: #494440;
  line-height: 1.6;
/*  width: 100%;*/
  margin: 0;
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 1.8rem;
  }
}

#wrapper {
  width: 100%;
}

img {
	max-width: 100%;
	height: auto;
	min-width: 0;
}

.sp_disp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .pc_disp {
    display: none;
  }
  .sp_disp {
    display: block;
  }
}

/*--------------------------------------------------------------------
parts
--------------------------------------------------------------------*/
.left {
	float: left;
}
.right {
	float: right;
}
.nodisp {
	display: none;
}

.mgb_10 {
	margin-bottom: 10px!important;
}
.mgb_20 {
	margin-bottom: 20px!important;
}
.mgb_30 {
	margin-bottom: 30px !important;
}
.mgb_50 {
	margin-bottom: 50px !important;
}

.mgt_10 {
	margin-top: 10px;
}


.txt_center {
	text-align: center!important;
}
.txt_right {
	text-align: right;
}
.txt_left {
	text-align: left !important;
}
.txt_red {
	color: #e04f31;
}
.txt_bl {
	color: #3264b2;
}
.txt_yellow {
	color: #fff79f;
}
.txt_white {
	color: #FFF;
}
@media only screen and (max-width: 768px) {
  .txt_white_sponly {
    color: #FFF;
  }
}

.txt_b {
	font-weight: 500;
}
.txt_sml {
	font-size: 11rem;
}
.txt_uline {
	background: linear-gradient(transparent 70%, #cef8d6 70%);
}

.f_s
{
	font-size		: 0.8em;
}
.f_l
{
	font-size		: 1.2em;
}
.f_xl
{
	font-size		: 1.5em;
}

table {
	border-collapse: collapse;
	line-height: 1.2;
}
th, td {
	padding: 8px;
}

hr {
	display: none;
}


/*--------------------------------------------------------------------
トップに戻る
--------------------------------------------------------------------*/
.bt_top_navi {
  position: fixed;
  right:  50px;
  bottom: 50px;
  width: 45px;
  height: 45px;
  transform: rotate(90deg);
  opacity: 0.6;
  z-index: 20;
}
@media only screen and (max-width: 768px) {
  .bt_top_navi {
    right:  10px;
    bottom: 150px;
  }
}


/*--------------------------------------------------------------------
header
--------------------------------------------------------------------*/
header {
  position: relative;
  margin: 0px;
  width: 100%;
  background: rgb(255, 255, 255);
  z-index: 2;
  transition: 0.5s;
}
header .header_sec {
  padding: 0px 0px 0px 10px;
}
header h1 {
  font-weight: bold;
  font-size: 1.8rem;
  padding-top: 15px;
  height: 59.3px;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  header h1 img {
    width: 228px;
  }
}


/*--------------------------------------------------------------------
footer
--------------------------------------------------------------------*/
footer {
  background: #494440;
  padding: 40px 4% 10px;
  color: #FFF;
  font-size: .75em;
}
footer img {
  width: 250px;
}
@media only screen and (max-width: 768px) {
  footer {
    padding: 40px 5% 120px;
  }
  footer img {
    width: 189px;
  }
}


/*--------------------------------------------------------------------
下部固定ボタン
--------------------------------------------------------------------*/
#ftbtn {
  display: none;
}
@media only screen and (max-width: 768px) {
  #ftbtn {
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #FFF;
    font-size: 100%;
    z-index: 999;
    transform: translateY(100px);
    transition: 1.5s;
    opacity: 0;
    display: block;
  }
  #ftbtn.fadeinanime {
    transform: translateY(0);
    transition: 1.5s;
    opacity: 1;
  }
  #ftbtn a {
    width: 100%;
    display: block;
    text-decoration: none;
  }
  #ftbtn .ftbtn_con {
    display: flex;
    flex-wrap: wrap;
  }
  #ftbtn .ftbtn_tel {
    width: 100%;
    background: linear-gradient(to right, rgb(255 84 79 / 100%) 0%, rgb(259 159 66 / 100%) 100%);
    padding: .78% 1%;
  }
  #ftbtn .ftbtn_tel a {
    padding: 0;
    line-height: 1.2;
  }
  #ftbtn .ftbtn_tel a .ftbtn_tel_no {
    font-size: 1.5em;
    font-weight: bold;
    position: relative;
    margin-left: 20px;
  }
  #ftbtn .ftbtn_tel a .ftbtn_tel_no:before {
    content: "";
    position: absolute;
    display: inline-block;
    background: url(../images/top/footer_tel.webp) no-repeat;
    background-size: contain;
    width: 25px;
    height: 50px;
    left: -30px;
    top: 5px;
    font-family: 'DIN Alternate', sans-serif;
  }
  #ftbtn .ftbtn_tel a .ftbtn_tel_msg {
    font-size: .85em;
    margin-bottom: 0;
    font-weight: normal;
    line-height: 1.5;
    margin-left: 20px;
  }
  #ftbtn .ftbtn_mail
  , #ftbtn .ftbtn_line {
    width: 50%;
    font-weight: 700;
    font-size: 0.9em;
    padding: 2.605% 0 !important;
  }
  #ftbtn .ftbtn_mail {
    background: #fec447;
  }
  #ftbtn .ftbtn_line {
    background: #06c755;
  }
  #ftbtn .ftbtn_mail a span  {
    position: relative;
    margin-left: 30px;
  }
  #ftbtn .ftbtn_mail a span:before {
    content: "";
    position: absolute;
    display: inline-block;
    background: url(../images/top/footer_mail.webp) no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    left: -32px;
    top: 0;
  }
  #ftbtn .ftbtn_line a span {
    position: relative;
    margin-left: 33px;
  }
  #ftbtn .ftbtn_line a span:before {
    content: "";
    position: absolute;
    display: inline-block;
    background: url(../images/top/footer_line.webp) no-repeat;
    background-size: contain;
    width: 25px;
    height: 30px;
    left: -33px;
    top: -2px;
  }
}

/*--------------------------------------------------------------------
FV
--------------------------------------------------------------------*/
#main_img {
  position: relative;
  margin-bottom: 0px;
  text-align: center;
}
#main_img .main_img_sec {
  z-index: -1;
  background: #fffceb url(../images/top/main_bg_pc.webp) bottom right;
  height: 600px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 30px;
}
#main_img .main_img_sec::before
, #main_img .main_img_sec::after {
  content: "";
  height: 600px;
  position: absolute;
  top: 0px;
  background-size: contain;
  background-repeat: no-repeat;
}
#main_img .main_img_sec::before {
  background-image: url("../images/top/main_bg_pc_l.webp");
  background-position-y: top;
  width: 30%;
  left: 0px;
}
#main_img .main_img_sec::after {
  background-image: url("../images/top/main_bg_pc_r.webp");
  background-position-y: bottom;
  width: 34%;
  right: 0px;
}
#main_img .main_img_sec img {
  max-height: 550px;
  width: auto;
}

@media only screen and (max-width: 768px) {
  #main_img .main_img_sec {
    background: url(../images/top/main_bg_sp.webp) center bottom;
    height: auto;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  #main_img .main_img_sec::before
  , #main_img .main_img_sec::after {
    height: 100%;
  }
  #main_img .main_img_sec::before {
    background-image: url("../images/top/main_bg_sp_l.webp");
    width: 100%;
  }
  #main_img .main_img_sec::after {
    background-image: url("../images/top/main_bg_sp_r.webp");
    width: 100%;
  }
  #main_img .main_img_sec img {
    max-height: 99999px;
  }
}

#main_img .main_under {
  display: none;
}
@media only screen and (max-width: 768px) {
  #main_img .main_under {
    display: block;
    background: rgb(73, 68, 64);
    padding: 5px 25px 7px 10px;
    position: relative;
    z-index: -3;
    text-align: center;
  }
  #main_img .main_under::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border-width: 11px 15px 15px;
    border-style: solid;
    border-color: rgb(73, 68, 64) transparent transparent;
    border-image: initial;
  }
}



/*--------------------------------------------------------------------
問合せボタン
--------------------------------------------------------------------*/
.cta {
  text-align: center;
  width: 1000px;
  max-width: 100%;
  padding: 25px 0 50px;
  margin: 0 auto;
}
.cta a {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: block;
}
.cta a:hover {
  opacity: 0.7;
  filter: alpha(opacity=60);
  transform: translateY(3px);
  -webkit-transform: translateY(3px);
}
.cta p {
  margin: 0;
}
.cta .msg {
  margin-bottom: 1.5rem;
}
.cta .cta_btn {
  display: flex;
  margin: 1rem auto 2rem;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 500px;
  max-width: 100%;
}
.cta .cta_btn .cta_btn_tel {
  width: 100%;
}
.cta .cta_btn .cta_btn_tel_txt {
  width: 100%;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 10px;
}
.cta .cta_btn .cta_btn_tel_txt span {
  color: rgb(223, 78, 49);
}
.cta .cta_btn .cta_btn_line
, .cta .cta_btn .cta_btn_mail {
  width: 49%;
}
@media only screen and (max-width: 768px) {
  .cta {
    width: 92%;
  }
}
/* ▼ 地図 Start */
.cta .cta_access {
  width: 750px;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
}
.cta .cta_access_add {
  width: 100%;
  margin-bottom: 10px;
  line-height: 1.2;
}
.cta .cta_access_gmap
, .cta .cta_access_imap {
  width: 374px;
  max-width: 49%;
  margin-bottom: 10px;
}
.cta .cta_access_txt {
  display: inline-block;
  margin: 0 auto;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .cta .cta_access_gmap
  , .cta .cta_access_imap {
    width: 100%;
    max-width: 100%;
  }
}
/* ▲ 地図 End */
/* ▼ アクセスボタン上 Start */
.cta .fuk {
  display: none;
}
@media only screen and (max-width: 768px) {
  .cta .fuk {
    font-size: 2rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
  }
  .cta .fuk::before
  , .cta .fuk::after {
    content: "";
    width: 2px;
    height: 25px;
    background-color: rgb(73, 68, 64);
  }
  .cta .fuk::before {
    margin-right: 15px;
    transform: rotate(-45deg);
  }
  .cta .fuk::after {
    margin-left: 15px;
    transform: rotate(45deg);
  }
  .cta .fuk p {
    padding: 0px 5px;
  }
}
/* ▲ アクセスボタン上 End */
/* ▼ アクセスのアコーディオン Start */
.cta label img {
  display: none;
}
.cta .response_access {
  margin-bottom: 20px;  
  height: auto;
  -webkit-transition: all .3s;
  transition: all .3s;
  padding: 20px 0 0;
}
.cta .menu_toggle {
  display: none; 
}
@media only screen and (max-width: 768px) {
  .cta label img {
    width: 500px;
    max-width: 95%;
  }
  .cta .response_access {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all .3s;
    transition: all .3s;
    height: 0;
    margin-bottom: 20px;
    overflow: hidden;
  }
  .cta .menu_toggle:checked+label+.response_access {
    height: auto;
    -webkit-transition: all .3s;
    transition: all .3s;
    padding: 20px 0 0;
  }
}
/* ▲ アクセスのアコーディオン End */


/*--------------------------------------------------------------------
トップページ
--------------------------------------------------------------------*/
#top h2.h2std {
  font-size: 4rem;
  text-align: center;
  font-weight: 500;
  position: relative;
  display: inline-block;
  padding: 0 60px;
  margin: 0 auto 50px;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1.2;
}
#top h2.h2std:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 45px;
  height: 4px;
  border-radius:6px;
  background-color: #d7d7d7;
}
#top h2.h2std:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 45px;
  height: 4px;
  border-radius: 6px;
  background-color: #d7d7d7;
}
@media only screen and (max-width: 768px) {
  #top h2.h2std {
    font-size: 2.7rem;
  }
}

/*--------------------------------------------------------------------
料金表
--------------------------------------------------------------------*/
#price {
  position: relative;
  padding: 120px 4% 10px 4%;
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}
#price:before {
  content: "PRICE";
  font-family: 'Oswald', sans-serif;
  font-size: 6.6rem;
  font-weight: 200;
  position: absolute;
  top: 30px;
  left: 0;
  color: #e7e7e7;
  opacity: 40%;
  display: block;
  line-height: 0.8;
  margin: 0;
  padding: 0;
}
#price .price_area{
  text-align: center;
  margin-top: 40px;
}
#price .price_tit {
  padding: 0.5em 20px;
  font-weight: bold; 
  font-size: 1.2em;
  color: #df4e30;
}
#price .price_tbl{
  margin: 0 auto 40px;
  border-collapse: collapse;
  width: 100%;
  -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  background: #fff;
  border-radius: 10px;
  font-weight: bold; 
}
#price .price_tbl th {
  padding: 10px 0;
  border-bottom: #fff 1px solid;
  background: #fff2ee;
  width: 50%;
  text-align: center;
  vertical-align: middle;
}
#price .price_tbl th:first-child {
  border-radius: 10px 0 0 0;
  border-right: #d7d7d7 1px solid;
}
#price .price_tbl th:last-child {
  border-radius: 0 10px 0 0;
}
#price .price_tbl td{
  padding: 10px 0;
  vertical-align: middle;
  border-top: #d7d7d7 1px solid;
  text-align: center;
}
#price .price_tbl td:last-child{
  border-left: #d7d7d7 1px solid;
  color: #e27f4a;
}
#price .price_tbl tr:nth-last-child(odd) td{
  background: #eeeeee;
}
#price .price_tbl tr:last-child td:first-child {
  border-radius: 0 0 0 10px;
}
#price .price_tbl tr:last-child td:last-child {
  border-radius: 0 0 10px 0;
}
#price .price_tbl02{
  margin: 0 auto 10px;
  border-collapse: collapse;
  width: 100%;
  -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  background: #fff;
  border-radius: 10px;
  font-weight: bold;
}
#price .price_tbl02 th {
  padding: 10px 0;
  border-right: #d7d7d7 1px solid;
  border-bottom: 1px solid #ffffff;
  background: #fff2ee;
  width: 50%;
  text-align: center;
  vertical-align: middle;
}
#price .price_tbl02 tr:first-child th{
  border-radius: 10px 0 0 0;
}
#price .price_tbl02 tr:last-child th{
  border-radius: 0 0 0 10px;
}
#price .price_tbl02 td{
  padding: 10px 0;
  vertical-align: middle;
  text-align: center;
}
#price .price_tbl02 tr:nth-child(2) td{
  border-top: #d7d7d7 1px solid;
  border-bottom: #d7d7d7 1px solid;
}

/*--------------------------------------------------------------------
　お得なパックプラン
--------------------------------------------------------------------*/
#price .packplan .price_tit {
  padding-left: 0;
  padding-right: 0;
}
#price .packplan table {
	border-collapse: collapse;
	width: 100%;
	-webkit-box-shadow: 0 0 10px rgb(0 0 0 / 10%);
	box-shadow: 0 0 10px rgb(0 0 0 / 10%);
	background: #fff;
	border-radius: 10px;
  font-weight: bold;
  table-layout: fixed;
}
#price .packplan table th {
  padding: 10px 0;
  border-right: #d7d7d7 1px solid;
  border-bottom: 1px solid #ffffff;
  background: #fff2ed;
  width: 50%;
  text-align: center;
  vertical-align: middle;
}
#price .packplan table tr:first-child th:first-child {
  width: 22%;
}
#price .packplan table tr:first-child th:not(:first-child) {
  width: 26%;
}
#price .packplan table tr:first-child th:first-child {
  border-top-left-radius: 10px;
}
#price .packplan table tr:first-child th:last-child {
  border-top-right-radius: 10px;
  border-right: none;
}
#price .packplan table tr:last-child th{
  border-radius: 0 0 0 10px;
}
#price .packplan table tr td{
	padding: 10px 0;
	vertical-align: middle;
	text-align: center;
	border-top: #d7d7d7 1px solid;
  border-right: #d7d7d7 1px solid;
}
#price .packplan table tr td:last-child {
  border-right: none;
}
#price .packplan table tr:last-child td {
  font-size: .9em;
}
#price .packplan table tr:last-child td span {
  font-size: .75em;
}


/*--------------------------------------------------------------------
　土日祝対応
--------------------------------------------------------------------*/
#weekmsg_pc {
  background: #fffceb;
  padding: 60px 0 30px;
}
#weekmsg_pc .weekmsg_pc_in {
  width: 1100px;
  margin: 0 auto;
  text-align: center;
}
#weekmsg_pc .weekmsg_pc_img01 {
  padding-left: 30px;
  vertical-align: top;
}
#weekmsg_pc .weekmsg_pc_img02 {
  margin-left: -130px;
  margin-top: -20px;
  vertical-align: top;
}

#weekmsg_pc .weekmsg_pc_cta {
  display: flex;
  justify-content: space-between;
  width: 1100px;
  margin: -40px auto 0;
  text-align: center;
}
#weekmsg_pc .weekmsg_pc_cta .res_tel
, #weekmsg_pc .weekmsg_pc_cta .res_linemail {
  width: 48%;
}
#weekmsg_pc .weekmsg_pc_cta .res_tel
, #weekmsg_pc .weekmsg_pc_cta .res_line
, #weekmsg_pc .weekmsg_pc_cta .res_mail {
  background: #FFF;
  -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  position: relative;
  padding-top: 40px;
  padding-bottom: 20px;
  margin-bottom: 35px;
}
#weekmsg_pc .weekmsg_pc_cta .res_title {
  position: absolute;
  left: 0;
  right: 0;
  top: -50px;
  margin: auto;
}
#weekmsg_pc .weekmsg_pc_cta .res_txt {
  font-size: 1.2em;
}
#weekmsg_pc .weekmsg_pc_cta .res_txt span {
  font-size: 1.1em;
  font-weight: bold;
}
    
/* TEL */
#weekmsg_pc .weekmsg_pc_cta .res_tel {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  padding-bottom: 50px;
}
#weekmsg_pc .weekmsg_pc_cta .res_tel .res_txt {
  margin-bottom: 1.5em;
  width: 100%;
}
#weekmsg_pc .weekmsg_pc_cta .res_tel .res_img {
  margin-bottom: 1em;
  width: 100%;
}
/* LINE */
#weekmsg_pc .weekmsg_pc_cta .res_line div {
  display: flex;
  justify-content: center;
}
#weekmsg_pc .weekmsg_pc_cta .res_line div .res_txt {
  text-align: left;
  padding-top: 10px;
  width: 50%;
}
#weekmsg_pc .weekmsg_pc_cta .res_line div .res_img {
  width: 23%;
}
#weekmsg_pc .weekmsg_pc_cta .res_line div .res_img img {
  max-width: 100%;
}
/* MAIL */
#weekmsg_pc .weekmsg_pc_cta .res_mail .res_img {
  font-size: 1.2em;
  margin-top: 5px;
}
#weekmsg_pc .weekmsg_pc_cta .res_mail .res_img img {
  margin-right: 10px;
}
#weekmsg_pc .weekmsg_pc_cta .res_mail .res_img a {
  color: #0081bc;
  text-decoration: underline;
}
#weekmsg_pc .weekmsg_pc_cta .res_mail .res_img a:hover
, #weekmsg_pc .weekmsg_pc_cta .res_mail .res_img a:active {
  text-decoration: none;
}


@media only screen and (max-width: 768px) {
  #weekmsg_pc {
    display: none;
  }
}

#weekmsg_sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  #weekmsg_sp {
    text-align: center;
    position: relative;
    z-index: 0;
    width: 100%;
    display: block;
    background: #FFF;
    padding-bottom: 0;
  }
  #weekmsg_sp:before {
    content :"";
    display : block;
    height : 100%;
    width : 100%;
    position : absolute;
    z-index : -1;
    background-size : contain;
    background-repeat : no-repeat;
    background-image : url(../images/top/weekmsg_bg.webp);
    background-position-y : top;
    left:0;
    top: 100px;
  }
  #weekmsg_sp .weekmsg_img{
    width: 500px;
    max-width: 90%;
    margin: 0 auto;
    padding-top: 50px;
  }
}



/*--------------------------------------------------------------------
　税務署対策
--------------------------------------------------------------------*/
#taisaku {
  padding-top: 100px;
}
#taisaku .taisaku_in {
  width: 1000px;
  max-width: 100%;
  text-align: center;
  margin: 0 auto;
}
#taisaku .taisaku_graph {
  width: 600px;
  max-width: 94%;
  margin: 0 auto 50px;
}
#taisaku .taisaku_ob {
  width: 600px;
  max-width: 94%;
  margin: 0 auto 50px;
}
#taisaku .taisaku_tbl {
  width: 600px;
  max-width: 94%;
  margin: 0 auto 50px;
}
#taisaku .taisaku_tbl table {
  width: 100%;
  border-collapse: collapse;
  -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  background: #fff;
  border-radius: 0;
  margin: 0 auto 50px;
}
#taisaku .taisaku_tbl table th {  
  padding: 15px 0;
  border-bottom: #d7d7d7 1px solid;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  background: #fff2ed;
}
#taisaku .taisaku_tbl table th:not(:last-child)
, #taisaku .taisaku_tbl table td:not(:last-child) {
  border-right: #d7d7d7 1px solid;
}
#taisaku .taisaku_tbl table td {
  padding: 15px 0;
  vertical-align: middle;
  border-top: #d7d7d7 1px solid;
  text-align: center;
}
#taisaku .taisaku_tbl table td:last-child {
    color: #e27f4a;
}
@media only screen and (max-width: 768px) {
  #taisaku {
    padding-top: 0;
  }
  #taisaku h2 {
    width: 100%;
    margin: 0 auto 30px;
    background: #494440;
    padding: 15px 50px 15px 30px;
    clip-path: polygon(0 5%, 100% 0, 100% 95%, 0% 100%);
    text-align: center;
  }
}

#taisaku .taisaku_img {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 50px;
}
#taisaku .taisaku_img p {
  width: 48%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  #taisaku .taisaku_img p {
    width: 100%;
    margin-bottom: 20px;
  }
}



/*--------------------------------------------------------------------
　他社との違い
--------------------------------------------------------------------*/
#feature {
  position: relative;
  padding: 120px 4% 30px 4%;
}
#feature:before {
  content: "FEATURE";
  font-family: 'Oswald', sans-serif;
  font-size: 6.6rem;
  font-weight: 200;
  position: absolute;
  top: 30px;
  left: 0;
  color: #e7e7e7;
  opacity: 40%;
  display: block;
  line-height: 0.8;
  margin: 0;
  padding: 0;
}
#feature:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -200px;
  left: 0;
  background: url(../images/top/feature_bg.webp) no-repeat;
  background-size: cover;
  z-index: -10;
}
#feature .feature_in {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}
#feature .feature_box {
  margin-bottom: 30px;
  position: relative;
  
  border: 1px solid #df4e31;
  background: #FFF;
  padding: 10px 20px 20px;
}
#feature .feature_box.feature_box_img {
  display: flex;
  justify-content: space-between;
}
#feature .feature_box.feature_box_img>div {
  width: 60%;
}
#feature .feature_box.feature_box_img>p {
  width: 38%;
}
#feature h3 {
  font-weight: 500;
  font-size: 2.4rem;
  margin-bottom: 0.75em;
}
#feature h3 span {
  background: linear-gradient(to right, rgb(255 84 79 / 80%) 0%, rgb(255 159 66 / 80%) 100%);
  background-repeat: no-repeat;
  background-position: left 90%;
  background-size: 100% 20%;
}
#feature .feature_tit{
  margin-top: 20px;
  font-weight: 400;
  position: relative;
  display: inline-block;
  padding: 0 35px;
  margin: 10px auto 5px auto;
  font-size: 2rem;
  font-family: 'Oswald', sans-serif;
  
  background: linear-gradient(0deg, #ff654e 0%, #ff9346 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#feature .feature_tit:before,
#feature .feature_tit:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 25px;
  height: 2px;
  border-radius:6px;
  background-color: #df4e31;
}
#feature .feature_tit:before {
  left:0;
}
#feature .feature_tit:after {
  right: 0;
}
#feature .feature_img p {
  width: 49%;
}
@media only screen and (max-width: 768px) {
  #feature .feature_box {
    border: none;
    background: none;
    padding: 0;
  }
  #feature .feature_box.feature_box_img {
    display: block;
  }
  #feature .feature_box.feature_box_img>div {
    width: 100%;
    margin-bottom: 20px;
  }
  #feature .feature_box.feature_box_img>p {
    width: 100%;
  }
}



/*--------------------------------------------------------------------
　無料相談について
--------------------------------------------------------------------*/
#sodan {
  position: relative;
  padding: 90px 0 30px;
}
#sodan .sodan_bg {
  background: #fef9f5;
  position: relative;
  padding: 30px 0;
}
#sodan .sodan_bg:before, #sodan .sodan_bg:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: -10;
}
#sodan .sodan_bg:before {
  background: url(../images/top/sodan_bg_top.webp) no-repeat;
  background-size: contain;
  background-position-y: top;
  top: -80px;
}
#sodan .sodan_bg:after {
  background: url(../images/top/sodan_bg_bottom.webp) no-repeat;
  background-size: contain;
  background-position-y: bottom;
  top: 40px;
}

#sodan .sodan_in {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto 80px;
}
#sodan .sodan_in .sodan_point {
  display: flex;
  align-items: center;
  font-weight: 500;
  margin-bottom: 30px;
}
#sodan .sodan_in .sodan_point .sodan_point_img {
  width: 80px;
  min-width: 76px;
}
#sodan .sodan_in .sodan_point .sodan_point_tit {
  text-align: left;
  font-weight: bold;
  font-size: 1.37em;
  padding-left: 10px;
  line-height: 1.2;
}
#sodan .sodan_in .sodan_point .sodan_point_tit span.mini {
  color: #df4e31;
  font-size: 0.6em;
}
#sodan .sodan_in .sodan_point .sodan_point_tit span.marker {
  background: linear-gradient(to right, rgb(255 84 79 / 80%) 0%, rgb(255 159 66 / 80%) 100%);
  background-repeat: no-repeat;
  background-position: left 90%;
  background-size: 100% 20%;
}
#sodan .sodan_in .sodan_point_txt {
  padding: 0 4%;
}
#sodan .sodan_in .sodan_point_txt p {
  margin-bottom: 15px;
}
#sodan .btn_profile {
    display: block;
    margin: 10px auto 20px;
    width: 300px;
    max-width: 80%;
}
#sodan .zeirishibox {
  margin: 20px auto;
  box-shadow: rgba(0, 0, 0, 0.0470588) 0px 0px 1px 3px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.0470588) 0px 0px 1px 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.0470588) 0px 0px 1px 3px;
  padding: 20px;
  border: #ccc 1px solid;
}



/*--------------------------------------------------------------------
　サービス内容
--------------------------------------------------------------------*/
#service{
  background: #fef9f5;
  position: relative;
  padding: 100px 4% 70px;
  z-index: 0;
}
#service:before{
  content:"SERVICE";
  font-family: 'Oswald', sans-serif;
  font-size: 6.6rem;
  font-weight: 200;
  position: absolute;
  top:0;
  left:0;
  color: #fff;
  opacity: 40%;
  display: block;
  line-height: 0.8;
  margin: 0;
  padding: 0;
}
#service .service_in {
  width: 1000px;
  max-width: 100%;
  margin: 40px auto;
}
#service .service_links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#service .service_box {
  background: #fff;
  padding: 0;
  position: relative;
  -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  border-radius: 14px;
  margin-bottom: 30px;
  display: block;
  width: 49%;
  
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#service .service_box:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
  transform: translateY(3px);
  -webkit-transform: translateY(3px);
}
#service .service_box h3{
  font-size: 2.2rem;
  font-weight: 500;
  color: #df4e31;
  margin-bottom: 5px;
}
#service .service_box_in {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 6% 1rem;
}
#service .service_box_txt01 p{
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
}
#service .service_box_txt02{
  padding: 0 6% 1rem;
  margin: 0;
}
#service .service_box_btn{
  position: absolute;
  right: 0;
  bottom:0;
  width: 50%;
  margin-left: 50%;
  height: 36px;
  padding-top: 4px;
  background: #494440;
  color: #fff;
  border-radius: 0 0 6px 0;
}
#service .service_box_btn:after {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-bottom: 36px solid #494440;
}
#service .service_box_btn span{
  display: flex;
  color: #fff;
  text-decoration: none;
  justify-content: center;
  align-items: center;
}
#service .service_box_btn span:after{
  content: '';
  width: 30px;
  height: 6px;
  border-bottom: solid 1px;
  border-right: solid 1px;
  transform: skew(45deg);
  margin-left: 5px;
}
#service .txtkyo {
  color: #df4e31;
}
@media only screen and (max-width: 768px) {
  #service{
    background: linear-gradient(to right, rgb(255 84 79 / 60%) 0%, rgb(259 159 66 / 60%) 100%);
  }
  #service h2 {
    color: #FFF;
  }
  #service h2.h2std:before
  , #service h2.h2std:after {
    background-color: #FFF;
  }
  #service .service_box {
    background: #fff;
    padding: 0;
    position: relative;
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    border-radius: 14px;
    margin-bottom: 30px;
    display: block;
    width: 100%;
  }
  #service .txtkyo {
    color: #fff79f;
  }
}


/*--------------------------------------------------------------------
　実例
--------------------------------------------------------------------*/
#example {
  padding-top: 100px;
}
#example .example_in {
  width: 1000px;
  max-width: 94%;
  margin: 0 auto;
  padding-bottom: 50px;
  
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
#example .example_in p {
  width: 49%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  #example {
    padding-top: 0;
  }
  #example h2 {
    position: relative;
    text-align: center;
    padding-top: 10px;
    margin-bottom: 20px;
  }
  #example h2:after {
    content: "";
    width: 100%;
    height: 100%;
    margin: 0 auto 30px;
    background: #494440;
    padding: 25px 50px 25px 30px;
    clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%);
    display: block;
    position: absolute;
    top: -30px;
    left: 0;
  }
  #example h2 img {
    position: relative;
    z-index: 1;
    max-width: 70%;
    margin: 0 auto;
  }
  #example .example_in p {
    width: 100%;
  }
}



/*--------------------------------------------------------------------
　お客様の声
--------------------------------------------------------------------*/
#kuchikomi {
  position: relative;
  z-index: 0;
  background: #fef9f5;
  padding-top: 100px;
  padding: 100px 4% 30px 4%;
}
#kuchikomi:after{
  content:"VOICE";
  font-family: 'Oswald', sans-serif;
  font-size: 6.6rem;
  font-weight: 200;
  position: absolute;
  top:0;
  left:0;
  color: #fff;
  opacity: 40%;
  display: block;
  line-height: 0.8;
  margin: 0;
  padding: 0;
}
#kuchikomi .kuchikomi_in {
   margin: 0 auto;
   padding: 3rem 0;
   width: 1000px;
   max-width: 100%;
 }
#kuchikomi .kuchikomi_ex {
	text-align: left;
  margin-bottom: 20px;
}
#kuchikomi .kuchikomi_box {
	border: 1px solid #20365b;
	padding: 4%;
  border-radius: 10px;
  background: #fff;
}
#kuchikomi .star5_rating{
    position: relative;
    z-index: 0;
    display: inline-block;
    white-space: nowrap;
    color: #CCCCCC; /* グレーカラー 自由に設定化 */
    left: 80px;
    top: 20px;
}
#kuchikomi .star5_rating:before, .star5_rating:after{
    content: '★★★★★';
}
#kuchikomi .star5_rating:after{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    color: #ffcf32; /* イエローカラー 自由に設定化 */
}
#kuchikomi .star5_rating[data-rate="5"]:after{ width: 100%; } /* 星5 */
#kuchikomi .star5_rating[data-rate="4.5"]:after{ width: 90%; } /* 星4.5 */
#kuchikomi .star5_rating[data-rate="4"]:after{ width: 80%; } /* 星4 */
#kuchikomi .kuchikomi_img01 {
	background: url(../images/top/kuchikomi_img01.webp) 5px 0 no-repeat;
  background-size: 60px;
	height: 60px;
	margin-bottom: 10px;
}
#kuchikomi .kuchikomi_img02 {
	background: url(../images/top/kuchikomi_img02.webp) 5px 0 no-repeat;
  background-size: 60px;
	height: 60px;
	margin-bottom: 10px;
}
#kuchikomi .kuchikomi_img03 {
	background: url(../images/top/kuchikomi_img03.webp) 5px 0 no-repeat;
  background-size: 60px;
	height: 60px;
	margin-bottom: 10px;
}
#kuchikomi .kuchikomi_text {
  font-size: 0.95em;
  line-height: 1.5em;
}
@media only screen and (max-width: 768px) {
  #kuchikomi {
    background: linear-gradient(to right, rgb(255 84 79 / 60%) 0%, rgb(255 159 66 / 60%) 100%);
  }
  #kuchikomi h2 {
    color: #FFF;
  }
  #kuchikomi h2.h2std:before
  , #kuchikomi h2.h2std:after {
    background-color: #FFF;
  }
}



/*--------------------------------------------------------------------
　出版実績
--------------------------------------------------------------------*/
#publishing {
  width: 1000px;
  max-width: 94%;
  margin: 0 auto 50px;
  padding: 30px 0;
  border-bottom: 1px #d7d7d7 solid;
}
#publishing .syoseki_box01{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto 30px;
  padding-bottom: 30px;
}
#publishing .syoseki_box01 img{
  min-width: 0;
}
#publishing .syoseki_box01 img:nth-child(2){
  padding: 0 10px;
}
@media only screen and (max-width: 768px) {
  #publishing h2.h2std {
    font-size: 2.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    margin-bottom: 30px;
    padding: 0;
  }
  #publishing h2.h2std:before{
    content: "";
    background: url(../images/top/syoseki_icon.webp) no-repeat;
    width: 50px;
    height: 50px;
    display: block;
    background-size: contain;
    margin-right: 5px;
    position: relative;
  }
  #publishing h2.h2std:after{
    content: none;
  }
}



/*--------------------------------------------------------------------
　会社概要
--------------------------------------------------------------------*/
#about {
  position: relative;
  width: 1000px;
  max-width: 94%;
  margin: 100px auto 0;
}
#about .about_img {
  margin-bottom: 20px;
  text-align: center;
}
#about .about_img img {
  -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  margin-bottom: 30px;
  border-radius: 10px;
}
#about:before {
  content: "ABOUT";
  font-family: 'Oswald', sans-serif;
  font-size: 6.6rem;
  font-weight: 200;
  position: absolute;
  top: 30px;
  left: 0;
  color: #e7e7e7;
  opacity: 40%;
  display: block;
  line-height: 0.8;
  margin: 0;
  padding: 0;
}
#about dl {
}
#about dl dt{
  color: #df4e31;
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 1.2em;
}
#about dl dd{
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px #d7d7d7 solid;
}
#about dl ul li{
  margin-bottom: 20px;
}
#about dl ul li a {
  color: #df4e31;
  text-decoration: none;
  display: flex;
  align-items: center;
}
#about dl ul li a.gmap{
  text-decoration: underline;
}
#about dl ul li a.gmap:after{
  content: "";
  background: url(../images/top/link_icon.webp) no-repeat;
  width: 18px;
  height: 18px;
  display: block;
  background-size: contain;
  margin-left: 5px;
}



/*--------------------------------------------------------------------
　代表挨拶
--------------------------------------------------------------------*/
#message{
  position: relative;
  padding-bottom: 60px;
}
#message .message_tit {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-align: left;
  background: url(../images/top/message_tit_bg.webp) no-repeat;
  background-size: cover;
  padding: 5px 5% 0;
  width: 100%;
  left: 0;
  margin-bottom: 50px;
}
#message .message_tit img {
  margin-bottom: -20px;
  width: 200px;
  max-width: 45%;
}
#message:before {
  content: "MESSAGE";
  font-family: 'Oswald', sans-serif;
  font-size: 6.6rem;
  font-weight: 200;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  opacity: 60%;
  display: block;
  line-height: 0.8;
  margin: 0;
  padding-left: 0;
  z-index: 10;
}
#message h2 {
  display: block;
  position: inherit;
  padding: 0;
  left: inherit;
  transform: inherit;
  text-align: left;
  font-size:2.4rem;
  margin: 0;
  color: #FFF;
  line-height: 1.5;
}
#message .message_sec {
  line-height: 1.75;
  width: 1000px;
  max-width: 94%;
  margin: 0 auto;
}
#message .message_sec p {
  margin-bottom: 20px;
}
#message .profile_sec {
  width: 1000px;
  max-width: 94%;
  margin: 0 auto;
}
#message .profile_tit{
  font-family: 'Oswald', sans-serif;
  font-size: 1.8rem;
  color: #ffffff;
  background: #494440;
  position: relative;
  height: 40px;
  border-radius: 4px 0 0 0;
  display: inline-block;
  padding: 5px 30px 0 17px;
}
#message .profile_tit:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 0;
  height: 0;
  border-right: 20px solid transparent;
  border-bottom: 40px solid #494440;
}
#message .profile_txt{
  border-bottom: 2px solid #494440;
  border-top: 2px solid #494440;
  padding: 20px 10px;
}
@media only screen and (max-width: 768px) {
  #message .message_tit img {
    width: 45%;
    max-width: 160px;
  }
}



/*--------------------------------------------------------------------
　よくある質問
--------------------------------------------------------------------*/
#FAQ{
  background: #fef9f5;
  position: relative;
  padding: 100px 0 30px 0;
  margin-bottom: 30px;
}
#FAQ:before{
  content:"FAQ";
  font-family: 'Oswald', sans-serif;
  font-size: 6.6rem;
  font-weight: 200;
  position: absolute;
  top:0;
  left:0;
  color: #fff;
  opacity: 40%;
  display: block;
  line-height: 0.8;
  margin: 0;
  padding: 0;
}
#FAQ .faq_in {
  width: 1000px;
  max-width: 92%;
  margin: 0 auto;
}
#FAQ .menu_toggle {
    display: none
}
#FAQ .menu_toggle:checked+.q_box+.content {
  height: auto;
  -webkit-transition: all .3s;
  transition: all .3s;
  padding-top: 20px;
}
#FAQ .content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all .3s;
  transition: all .3s;
  height: 0;
  margin-bottom: 20px;
  padding: 0;
  overflow: hidden;
  text-align: left;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  column-gap: 15px;
}
#FAQ .menu_toggle:checked+.q_box .Label::before {
  -webkit-transform: rotate(-45deg)!important;
  transform: rotate(-45deg)!important;
  margin-top: 0;
}
#FAQ .q_box{
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  position: relative;
  column-gap: 15px;
}
#FAQ .q_box p{
  background: #fff;
  position: relative;
  width: 72%;
  z-index: 0;
  padding: 10px;
  border-radius: 10px;
  margin-left: 10px;
  flex-grow: 999;
}
#FAQ .q_box p:before{
  content:"";
  position: absolute;
  display: inline-block;
  top: 0%;
  left: -32px;
  border: 14px solid transparent;
  border-right: 32px solid #fff;
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
  z-index: -1;
}
#FAQ .Label {
  display: flex;
  /* margin: 20px 14px 10px 10px; */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all .3s;
  transition: all .3s;
  background:#df4e31;
  position: relative;
  z-index: 0;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
}
#FAQ .Label::before {
  content:"";
  display: block;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;border-right: 2px solid #fff;
  transform: rotate(135deg);
  margin-top: -6px;
}
#FAQ .content>p
, #FAQ .content>div {
  background: #fff;
  border-radius:10px;
  position: relative;
  width: 82%;
  z-index: 0;
  padding: 5px 10px;
  flex-grow: 999;
}
#FAQ .content>p:before
,#FAQ .content>div:before {
  content:"";
  position: absolute;
  display: inline-block;
  top: 20%;
  right: -34px;
  border: 14px solid transparent;
  border-left: 40px solid #fff;
  -webkit-transform: rotate(20deg);
  transform: rotate(330deg);
  z-index: -1;
  }
#FAQ .content>div>p {
  margin-bottom: .75em;
}
@media only screen and (max-width: 768px) {
  #FAQ{
    background: linear-gradient(to right, rgb(255 84 79 / 60%) 0%, rgb(259 159 66 / 60%) 100%);
  }
  #FAQ h2 {
    color: #FFF;
  }
  #FAQ h2.h2std:before
  , #FAQ h2.h2std:after {
    background-color: #FFF;
  }
}





/*--------------------------------------------------------------------
　紹介動画ページ（一覧）
--------------------------------------------------------------------*/
#proflist {
  width: 100%;
  background: #fef9f5;
  padding-top: 30px;
}
#proflist .proflist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1000px;
  max-width: 100%;
  margin: 0 auto 30px;
  padding: 30px 15px;
}
#proflist .proflist .proflist_in {
  box-sizing: border-box;
  width: 32%;
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 7px;
  text-align: center;
  background-color: #FFF;
  -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
#proflist .proflist .proflist_in p {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  margin: 10px 0;
}
#proflist .proflist .proflist_in p span {
  font-size: .65em;
  font-weight: normal;
  display: block;
}
#proflist .proflist a {
  display: block;
  margin-top: 10px;
  padding: 8px 0;
  background: #fef9f5;
  border: #e27f4a 2px solid;
  color: #494440;
  font-weight: bold;
  border-radius: 50px;
  
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#proflist .proflist a:hover {
  opacity: 0.7;
  filter: alpha(opacity=60);
  transform: translateY(3px);
  -webkit-transform: translateY(3px);
}
@media only screen and (max-width: 768px) {
  #proflist .proflist .proflist_in {
    width: 49%;
  }
}
/*--------------------------------------------------------------------
　紹介動画ページ（個別）
--------------------------------------------------------------------*/
.profbox {
  width: 800px;
  max-width: 94%;
  margin: 30px auto;
}
.profbox .profbox_name {
  background: #fff6ee;
  border-top: 4px solid #ff675f;
  border-radius: 6px;
  padding: 20px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.profbox .profbox_name img {
  width: 50%;
  max-width: 250px;
  border-radius: 100%;
  padding: 0 5%;
}
.profbox .profbox_name h2 {
  width: 50%;
  font-size: 27px;
  line-height: 1;
}
.profbox .profbox_name iframe {
  width: 500px;
  max-width: 90%;
  height: 280px;
  margin: 20px auto;
}
.profbox table {
  border-collapse: collapse;
  margin: 0 auto;
  width: 100%;
  text-align: left;
}
.profbox table th {
  display: block;
  width: 100%;
  padding: 10px;
  border: 1px solid #cacaca;
  background: linear-gradient(to right, rgb(255 84 79 / 60%) 0%, rgb(255 159 66 / 60%) 100%);
  color: #FFF;
}
.profbox table td {
  display: block;
  width: 100%;
  padding: 10px;
  border: 1px solid #cacaca;
  background: #FFF;
}
.profbox a {
  display: block;
  margin: 30px auto 100px;
  padding: 8px 0;
  font-weight: bold;
  border-radius: 50px;
  text-align: center;
  border: #e27f4a 2px solid;
  color: #494440;
  background: #fef9f5;
  width: 300px;
  max-width: 100%;
  
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.profbox a:hover {
  opacity: 0.7;
  filter: alpha(opacity=60);
  transform: translateY(3px);
  -webkit-transform: translateY(3px);
}

@media only screen and (max-width: 768px) {
  .profbox .profbox_name iframe {
    height: 202px;
  }
}




/*------------------------------------------------------------------------------------------------------------------------
 下層ページ
------------------------------------------------------------------------------------------------------------------------*/
/* タイトル */
#kpage .kpage_tit {
  border-top: 6px solid rgba(254, 139, 24, 0.5);
  border-bottom: 1px #CCC solid;
  background: #fe8b18;
  background: linear-gradient(to right, rgb(255 84 79 / 90%) 0%, rgb(259 159 66 / 90%) 100%);
  background-clip: padding-box;
  margin-bottom: 50px;
}
#kpage .kpage_tit .kpage_tit_in {
  width: 1000px;
  max-width: 94%;
  padding: 40px 0;
  margin: 0 auto;
}
#kpage .kpage_tit .kpage_tit_in h2 {
  line-height: 1em;
  color: #FFF;
  font-size: 1.8em;
  border-left: 1px solid #FFF;
  padding-left: 30px;
}
@media only screen and (max-width: 768px) {
  #kpage .kpage_tit h2 {
    font-size: 2.7rem;
  }
  #kpage .kpage_tit .kpage_tit_in {
    padding: 20px 0;
  }
}


/* 見出し */
#kpage h3.h3std {
  font-size: 4rem;
  border-bottom: solid 3px #494440;
  position: relative;
  margin: 0 auto 50px;
  font-weight: bold;
}
#kpage h3.h3std:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #fe8b18;
  bottom: -3px;
  width: 10%;
}
@media only screen and (max-width: 768px) {
  #kpage h3.h3std {
    font-size: 2.7rem;
  }
}
#kpage h4.h4std {
  font-size: 3.5rem;
  margin: 0 0 40px;
  text-align: center;
  position: relative;
}
#kpage h4.h4std:before {
  position: absolute;
  content: "";
  bottom: -10px;
  display: inline-block;
  width: 60px;
  height: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #494440;
  border-radius: 2px;
}
#kpage h5.h5std {
  padding: 8px 10px;
  background: #fff9f4;
  border-left: solid 5px #fe8b18;
  font-weight: bold;
  margin: 30px 0 10px;
}
#kpage h6.h6std {
  font-weight: bold;
  text-align: center;
  background: #fff9f4;
  padding: 7px 30px;
  border-radius: 100px;
  display: inline-block;
  margin: 30px auto 10px;
}

/* コンテンツ */
#kpage .kpage_contents {
}
#kpage .txt_exa {
  color: #000;
  font-weight: bold;
  
  background: linear-gradient(to right, rgb(255 84 79 / 80%) 0%, rgb(255 159 66 / 80%) 100%);
  background-repeat: no-repeat;
  background-position: left 90%;
  background-size: 100% 20%;
}
#kpage .txt_u {
  color: #df4e30;
  font-weight: bold;
}
#kpage .kpage_bg01 {
  background: #fef9f5;
  padding: 50px 0 50px;
}
#kpage .kpage_bg02 {
  padding: 50px 0 50px;
}
#kpage .kaso_in {
  width: 1000px;
  max-width: 94%;
  margin: 0 auto 50px;
}
#kpage .kaso_in p {
  margin-bottom: 10px;
}
#kpage .kaso_in_img {
  max-width: 600px;
  margin: 30px auto;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #kpage .kaso_in_img {
    max-width: 100%;
  }
}
#kpage hr.hrstd {
  display: block;
  border-top: 2px dashed #494440;
  margin: 80px 0;
}


/* 数字付きリスト */
ol.numlist {
  counter-reset: number;
  list-style: none;
  margin: 0;
  padding: 0;
  
  border: 1px solid #eee;
  border-radius: 10px;
}
ol.numlist li {
  clear: both;
  position: relative;
  padding: 15px 15px 15px 85px;
  background: #FFF;
}
ol.numlist li:nth-child(odd) {
  background: #eee;
}
ol.numlist li:before {
  line-height: 0.8em;
  counter-increment: number;
  content: counter(number);
  color: #FFF;
  font-weight: bold;
  font-size: 1.5em;
  margin-right: 10px;
  padding: 10px 15px 10px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  margin-bottom: 5px;
  position: absolute;
  top: 15px;
  left: 15px;
  background: #fe8b18;
  margin-bottom: 10px;
}

/* チェックリスト */
#kpage ul.lst_chk {
  width: 100%;
  -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  background: #fff;
  border-radius: 10px;
  margin: 20px auto 30px;
  padding: 10px 30px 20px;
}
#kpage ul.lst_chk li {
  background: url(../images/service/icon_check.webp) center left no-repeat;
  padding-left: 50px;
  padding-bottom: 3px;
  margin-top: 15px;
  border-bottom: 1px dashed #dedede;
}

/* 画像横 */
#kpage .imgflex {
  display: flex;
  justify-content: space-between;
}
#kpage .imgflex .fimg {
  width: 30%;
}
#kpage .imgflex .ftxt {
  width: 68%;
}

/* テーブル */
#kpage table.tbl01 {
  margin: 0 auto 10px;
  border-collapse: collapse;
  width: 100%;
  -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  background: #fff;
  border-radius: 10px;
}
#kpage table.tbl01 th {
  padding: 10px;
  background: #fff2ed;
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
  border-right: #d7d7d7 1px solid;
  border-bottom: 1px solid #ffffff;
}
#kpage table.tbl01 tr:first-child th:first-child {
  border-top-left-radius: 10px;
}
#kpage table.tbl01 tr:first-child th:last-child {
  border-top-right-radius: 10px;
  border-right: none;
}
#kpage table.tbl01 tr:last-child th {
  border-bottom-left-radius: 10px;
}
#kpage table.tbl01 tr.coltitle th:first-child {
  border-top-left-radius: 10px;
}
#kpage table.tbl01 tr td {
  padding: 10px 10px 20px;
  border-left: #d7d7d7 1px solid;
}
#kpage table.tbl01 tr:not(:last-child) td{
  border-bottom: #d7d7d7 1px solid;
}


/*--------------------------------------------------------------------
 サービスページ全般
--------------------------------------------------------------------*/
/* サービスのトップのリスト */
#kpage .kservice_fv {
  border-top: 3px solid rgba(254, 139, 24, 0.5);
  background: url(../images/service/kservice_fv.webp) no-repeat left top;
  background-size: cover;
  margin: 0 auto 80px;
  width: 1000px;
  max-width: 100%;
  height: 320px;
  padding: 0 20px;
  
  display: flex;
  align-items: center;
  justify-content: center;
}
#kpage .kservice_fv ul {
  text-align: left;
  display: inline-block;
  margin-top: 20px;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0 -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}
#kpage .kservice_fv ul li {
  font-size: 24px;
  list-style: none;
}
#kpage .kservice_fv ul li span {
  border-bottom: 2px dashed #fe8b18;
}

/* こんなお悩みありませんか */
#kpage .onayami_box {
  position: relative;
  padding: 50px 5% 30px;
  background: #FFF;
  box-shadow: 3px 3px 10px 1px rgba(0, 0, 0, 0.1);
  width: 1000px;
  max-width: 94%;
  margin: 0 auto 50px;
}
#kpage .onayami_box h3 {
  position: absolute;
  font-weight: bold;
  line-height: 1;
  top: -0.5rem;
  right: 0;
  left: 0;
  margin: 0 auto;
  color: #000;
  text-align: center;
  font-size: 26px;
}
#kpage .onayami_box .onayami_box_bg {
  position: absolute;
  top: -25px;
  right: 20px;
  width: 45px;
}
#kpage .onayami_box ul li {
  background: url(../images/service/check01.webp) no-repeat left 5px;
  background-size: 28px;
  padding-left: 40px;
  padding-bottom: 10px;
  margin-bottom: 12px;
  text-align: left;
  border-bottom: 1px solid #d7d7d7;
  list-style: none;
}
#kpage .onayami_box .onayami_box_img {
  position: absolute;
  bottom: 5px;
  right: 5px;
  margin: 0 auto;
  width: 180px;
  max-width: 50%;
  z-index: 20;
}
#kpage .msg {
  width: 1000px;
  max-width: 94%;
  margin: 0 auto 50px;
}
@media only screen and (max-width: 768px) {
  #kpage .onayami_box .onayami_box_bg {
    top: auto;
    right: 20px;
    bottom: 0;
  }
}

/*--------------------------------------------------------------------
 生前対策
--------------------------------------------------------------------*/
#seizen_jirei .jirei_fuki {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
#seizen_jirei .jirei_fuki jirei_fuki_img {
  width: 60px;
}
#seizen_jirei .jirei_fuki .jirei_fuki_txt {
  display: inline-block;
  position: relative; 
  margin-left: 15px;
  padding: 15px 20px;
  border-radius: 12px;
  background: #fff4ea;
  flex-shrink: 999;
  line-height: 1.3;
  font-weight: bold;
}
#seizen_jirei .jirei_fuki .jirei_fuki_txt p {
  margin-bottom: 0;
}
#seizen_jirei .jirei_fuki .jirei_fuki_txt:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px; 
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #fff4ea;
}
#seizen_jirei dl.jirei_zoku {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
#seizen_jirei dl.jirei_zoku dt {
  width: 10%;
  min-width: 6em;
  margin-bottom: 10px;
}
#seizen_jirei dl.jirei_zoku dd {
  line-height: 1.3;
  width: 85%;
  margin-bottom: 10px;
}












