@charset "utf-8";

.header_bg2 {
    width: 92%;
    margin: 20px auto 0;
    border-radius: 5px;
    transition: .7s;
}

.inner {
    max-width: 980px;
}
.cta .inner {
    max-width: 1100px;
}
.head_title {
	position: relative;
    margin: 0px 0px 40px;
    color: #111;
}
.head_title .sub {
    margin-bottom: 5px;
    font-size: 22px;
    color: var(--red);
    line-height: 1;
    font-weight: 700;
    letter-spacing: 2px;
}
.head_title.t_center .sub {
    left: 37%;
}
.head_title h2 {
    font-size: 34px;
    line-height: 1.4;
    font-weight: 800;
    color: var(--red);
}

.head_title h2 i {
	font-style: normal;
    font-size: 40px;
    line-height: 1;
}
.head_title h2 span.sub {
    display: block;
}
.ld_typ2 {
	margin-bottom: 15px;
	display: inline-block;
	background: var(--red);
	font-weight: 600;
    padding: 8px 20px;
	transform: skew(-15deg);
}
.ld_typ2 span {
	display: block;
	color: #fff;
	font-size: 18px;
	transform: skew(15deg);
}
.head_arrow {
    position: relative;
    margin-bottom: 30px;
}
.head_arrow h2 {
    position: relative;
    display: inline-block;
    padding: 0 40px;
    color: var(--red);
    font-size: 34px;
    font-weight: 700;
    letter-spacing: 0px;
}
.head_arrow h2:before,
.head_arrow h2:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 60px;
    height: 1px;
    background-color: var(--red);
}
.head_arrow h2:before {
    left: -25px;
    -moz-transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}
.head_arrow h2:after {
    right: -25px;
    -moz-transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

.head_arrow.white h2 {
	color: #fff;
}
.head_arrow.white h2:before,
.head_arrow.white h2:after {
    background-color: #fff;
} 

.eyecatch2 {
    position: relative;
    z-index: 2;
    margin-top: -152px;
    padding-top: 152px;
    background: var(--red);
    overflow: hidden;
}

.skew-background {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    clip-path: polygon(92% 0, 100% 0, 100% 100%, 44% 100%);
    background-color: var(--red);
}
.eyecatch2 .inner {
    padding: 90px 0px;
    align-items: center;
}
.eyecatch2 .left {
    position: relative;
    z-index: 3;
    width: 600px;
}
.eyecatch2 .right {
    width: calc( 100% - 600px);
    padding-left: 40px;
    text-align: right;
}

.ld_typ1 {
	margin-bottom: 15px;
	color: #fff;
}
.ld_typ1 span {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
}
.eyecatch2 h1 {
    margin: 0px 0px 20px;
    padding: 12px 0px;
    font-size: 50px;
    line-height: 1.4;
    font-weight: 800;
    letter-spacing: -.5px;
    color: var(--white);
    border-top: 3px dotted #fff;
    border-bottom: 3px dotted #fff;
}
.eyecatch2 h1 strong {
    font-weight: 800;
    font-size: 54px;
}
.eyecatch2 .txt2 {
    margin: 0 0 20px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}
.eyecatch2 .img {
    width: 220px;
}
/*
.eyecatch2 .txt {
    width: calc(100% - 220px);
    padding-left: 20px;
}
*/
.eyecatch2 p.sub {
    font-size: 16px;
    letter-spacing: 1.7px;
    font-weight: 600;
    line-height: 1.4;
}
.eyecatch2 .btn_contact {
    display: inline-block;
    width: 340px;
    font-size: 18px;
    letter-spacing: .5px;
    border-radius: 50px;
}
.eyecatch2 .btn_contact:before {
    top: 5px;
    left: -2px;
    width: 24px;
    height: 24px;
}
.eyecatch2 .btn {
    margin-top: 30px;
}
.eyecatch2 .sales_pt {
	margin-bottom: 20px;
}

.eyecatch2 .sales_pt li {
    width: calc(100% / 4 - 10px);
    margin: 5px;
    padding: 10px 5px;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 600;
    text-align: center;
    background: #fff;
	transform: skew(-15deg);
}
.eyecatch2 .sales_pt li span {
    display: inline-block;
	color: var(--red);
	transform: skew(15deg);
}


.eyecatch2 .fv_img {
    position: absolute;
    bottom: -160px;
    right: -50px;
    z-index: 2;
    width: 480px;
    height: 700px;
    background-image: url(./images/fv_woman.png?0620);
    background-repeat: no-repeat;
    background-size: contain;
}

.eyecatch2 .ft_icon {
    position: absolute;
    bottom: 30px;
    right: 30px;
    margin-top: 0;
}

section.lp_nayami_area {
    position: relative;
    padding-bottom: 0;
    background: #ededed;
}

.lp_nayami_area .tl_box {
	margin-bottom: 40px;
	align-items: center;
}
.lp_nayami_area .tl_box h2 {
	font-size: 32px;
	font-weight: 800;
}

.nayami_list {
    max-width: 620px;
    margin: 0 auto;
}
.talk-item {
  align-items: flex-start;
  margin-bottom: 20px;
}
.talk-item:last-child {
	margin-bottom: 0px;
}

.talk-item .talk-icon {
  width: 120px;
  height: 120px;
  margin-right: 15px;
  flex-shrink: 0;
}

.talk-item .talk-bubble {
  background: #fff;
  padding: 15px 20px;
  border-radius: 10px;
  position: relative;
    width: calc(100% - 120px - 15px);
}

.talk-item .talk-bubble::before {
  content: '';
  position: absolute;
  left: -10px;
  top: 20px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #fff;
}
.talk-item .talk-bubble p {
	font-size: 18px;
	font-weight: 500;
}
.talk-item.reverse {
  flex-direction: row-reverse;
}

.talk-item.reverse .talk-icon {
  margin-right: 0;
  margin-left: 15px;
}

.talk-item.reverse .talk-bubble::before {
  left: auto;
  right: -10px;
  border-right: none;
  border-left: 10px solid #f5f5f5;
}

.lp_nayami_area .bt_arrow {
    position: relative;
    z-index: 1;
    margin-top: 30px;
    width: 100%;
    height: 100px;
    clip-path: polygon(50% 100px, 0 0, 100% 0);
    background: #ededed;
}

.lp_nayami_area .sol_area {
	position: relative;
    margin-top: -99px;
    padding: 160px 0px 60px;
    text-align: center;
	background-image: url(./images/lp/solution_bk.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.lp_nayami_area .sol_area:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: rgb(201 94 0 / 87%);
}
.lp_nayami_area .sol_area .inner {
    position: relative;
    z-index: 2;
    max-width: 650px;
}
.lp_nayami_area .sol_area h3 {
    margin: 0px 0px 20px;
    font-size: 40px;
    font-weight: 800;
}
.lp_nayami_area .sol_area h3 span {
    display: inline-block;
    margin: 5px;
    padding: 6px 9px 9px;
    line-height: 1;
    letter-spacing: 0;
    background: var(--red);
    color: var(--orange);
}
.lp_nayami_area .sol_area p {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: .5px;
}



section.lp_feature_area {
	position: relative;
    padding: 140px 0px 90px;
    background: var(--base2);
    /*
    background: repeating-linear-gradient(-60deg, #fff, #fff 0.33em, rgb(255 251 238) 0.33em, rgb(247 237 217) 0.44em);
    */
}
.feature_area:before,
.feature_area:after {
	background: none;
    content: none;
}
/* 料金
----------------------------------------------------------- */

.plan_area {
	margin: 30px 0px;
    justify-content: space-between;
}


.plan_area .plan_card {
  width: calc(100% / 3 - 15px);
  border-radius: 5px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  overflow: hidden;
  background: #fff;
  text-align: center;
}

.plan_area .plan_header {
  background-color: #c28a3b;
  color: #fff;
  padding: 20px 10px;
  position: relative;
  border-bottom-left-radius: 50% 20px; /* 上部のカーブ */
  border-bottom-right-radius: 50% 20px;
}
.plan_card.plan_basic .plan_header {
    background-color: var(--red);
}
.plan_card.plan_growth .plan_header {
    background: #951389;
}

.plan_area .plan_type {
  font-size: 12px;
  color: #fff;
}

.plan_area .plan_title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0px 0px 5px;
  font-size: 26px;
  font-weight: 600;
}
.plan_area p.memo {
    font-size: 13px;
    color: #fff;
}
.plan_area .plan_ct {
	padding: 15px;
}
.plan_area .plan_price {
  margin: 0px 0 10px;
  font-size: 50px;
  font-weight: 600;
}
.plan_area .plan_price .price {
    position: relative;
    top: 2px;
    color: #c28a3b;
    letter-spacing: 0;
}

.plan_card.plan_basic .plan_price .price {
    color: var(--red);
}
.plan_card.plan_growth .plan_price .price {
    color: #951389;
}

.plan_area .plan_price .per_month {
  font-size: 14px;
  font-weight: normal;
  margin-left: 4px;
  color: #555;
}
.plan_area .plan_note {
  background-color: #f1f1f1;
  margin: 0 20px 20px;
  padding: 8px 0;
  font-size: 13px;
  border-radius: 8px;
  letter-spacing: .5px;
  color: #555;
}
.plan_area .label_line {
	display: flex;
	align-items: center;
    margin: 15px 0;
}
.plan_area .label_line span {
	font-size: 14px;
	color: var(--red); /* ラベルの色 */
	margin-right: 8px;
	font-weight: 600;
	white-space: nowrap;
}
.plan_area .label_line::after {
	content: "";
	flex: 1;
	height: 1px;
	background: var(--red); /* 線の色 */
}
.plan_area .plan_ct p {
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
}
.plan_area .plan_ct ul {
    padding-left: 5px;
}
.plan_area .plan_ct li {
	position: relative;
    margin-bottom: 5px;
	padding-left: 18px;
	font-size: 14px;
    text-align: left;
}
.plan_area .plan_ct li:last-child {
	margin-bottom: 0px;
}
.plan_area .plan_ct li:before {
    display: block;
    content: '';
    position: absolute;
    top: .5em;
    left: 0.1em;
    width: 10px;
    height: 6px;
    border-left: 2px solid var(--red);
    border-bottom: 2px solid var(--red);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.plan_area .btn {
	margin: 15px 0 10px;
}
.plan_area .btn a {
	display: block;
	max-width: 160px;
	margin: 0 auto;
	padding: 7px 10px;
	font-size: 13px;
	font-weight: 600;
	color: #fff;
	border-radius: 30px;
	background: #333;
	border: 2px solid #333;
}
.plan_area .btn a:hover {
    text-decoration: none;
    background: #fff;
    color: #333;
}
.plan_caution {
	margin-bottom: 30px;
    padding: 15px;
    text-align: center;
    background: var(--base);
    border-radius: 5px;
}
.plan_caution p {
    font-weight: 600;
    letter-spacing: 0;
    font-size: 15px;
    color: var(--red-hover);
}

.lp_price_area {
    position: relative;
    /*
    background-image: url(./images/price_bk.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    */
    background-color: var(--base);
}

.lp_price_area .tl_base th, .lp_price_area .tl_base td {
    min-width: 152px;
    font-size: 14px;
    font-weight: 600
}
.lp_price_area .tl_base tbody th {
    width: 300px;
    background: #ebebeb;
    color: var(--red);
}
.lp_price_area .tl_base tbody th:first-child {
    background: var(--red);
    color: #fff;
}
.lp_price_area .tl_base td {
    letter-spacing: 0.7px;
    background: #f7f7f7;
    font-size: 16px;
}

.lp_price_area .tl_base thead th {
    font-size: 18px;
    font-weight: 600;
}
.lp_price_area .tl_base tr.last td {
    background: #fffda8;
    font-size: 20px;
    font-weight: 600;
    color: var(--red);
}

.lp_price_area .tl_base td .prc_num {
    font-size: 22px;
    font-weight: 600;
    color: #da1e1e;
}

.lp_price_area .prc_spt {
    margin-top: 50px;
    padding: 20px;
    background: #fff;
}

.lp_price_area .prc_spt li {
    margin-bottom: 7px;
    text-align: left;
}
.lp_price_area .prc_spt li:last-child {
	margin-bottom: 0px;
}


section.lp_flow_area {
	background-image: url(./images/flow_bk.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

section.lp_flow_area .flow_list {
	margin-top: 40px;
}
section.lp_faq_area {
    position: relative;
}
section.lp_faq_area:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f7f7f7;
    background-image: linear-gradient(#f7f7f7 1px, transparent 1px), linear-gradient(to right, #f7f7f7 1px, #ffffff 1px);
    background-size: 20px 20px;
}

.lp_supoprt_area .lp_sta.flex_in {
	margin-top: 30px;
    align-items: center;
}
.lp_supoprt_area .left {
	width: calc(100% - 460px);
	padding-right: 40px;
}
.lp_supoprt_area .right {
	width: 460px;
}
.lp_supoprt_area .right img {
	width: 100%;
}
.lp_supoprt_area .lp_spt_list {
    padding: 10px;
    background: #f5f5f5;
    border-radius: 30px;
}
.lp_supoprt_area .lp_spt_in {
	margin-top: 30px;
}




/* 事例
----------------------------------------------------------- */




.case_list {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

/* カードスタイル */
.case_card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.case_header {
    align-items: center;
    /* background: #f8f9fa; */
    padding: 15px 20px;
    border-bottom: 1px dotted #ddd;
}

.case_title {
    font-size: 22px;
    font-weight: 600;
}
.case_header .img {
    width: 100px;
}
.case_header .img img {
	border-radius: 50%;
}

.case_header .txt {
    width: calc(100% - 100px);
    padding-left: 20px;
}

.case_label {
    display: block;
    font-size: 14px;
    color: #666;
    margin-bottom: 8px;
}

.case_body {
    position: relative;
    /* padding: 25px; */
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* gap: 20px; */
}

/* Before/After共通 */
.case_item {
    position: relative;
    padding: 20px;
    border-radius: 0;
}

.case_item .item_label {
    display: inline-block;
    padding: 2px 10px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 6px;
}

.case_item p {
    line-height: 1.6;
}

/* Beforeの装飾 */
.case_item.before {
    background: #e8e8e8;
}

.case_item.before:before {
    content: "";
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 0;
    width: 40px;
    height: 40px;
    background: url(./images/case_before_icon.svg) top left no-repeat;
    opacity: 0.7;
}

.case_item.before .item_label {
    background: #555;
    color: #fff;
}

/* Afterの装飾 */
.case_item.after {
    background: var(--base); /* 薄い赤 */
}
.case_item.after:before {
    content: "";
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 0;
    width: 40px;
    height: 40px;
    background: url(./images/case_after_icon.svg) top left no-repeat;
    opacity: 0.7;
}

.case_item.after .item_label {
    background: var(--red);
    color: #fff;
}
.case_item.after p {
    font-weight: 600;
    color: var(--red);
}
.cp_arrows {
    position: absolute;
    top: 40%;
    left: 50%;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
}

.cp_arrows .cp_arrow {
  position: absolute;
  /* 初期位置を左側に設定 */
  left: -22px; 
  /* 縦横を入れ替え */
  width: 4px;
  height: 20px;
  opacity: 0;
  transform: scale(0.3);
  animation: arrow-move-horizontal 3s ease-out infinite;
}

/* 1秒ずらしてアニメーション */
.cp_arrows .cp_arrow:first-child {
  animation: arrow-move-horizontal 3s ease-out 1s infinite;
}

/* 2秒ずらしてアニメーション */
.cp_arrows .cp_arrow:nth-child(2) {
  animation: arrow-move-horizontal 3s ease-out 2s infinite;
}

.cp_arrows .cp_arrow:before,
.cp_arrows .cp_arrow:after {
  position: absolute;
  content: '';
  left: 0;
  width: 100%;
  height: 38%;
  background: var(--red); /* デフォルト色を設定 */
}

/* 矢印を「右向き」にするための傾斜設定 */
.cp_arrows .cp_arrow:before {
  top: 5px;
  transform: skewX(40deg); /* YからXに変更 */
}

.cp_arrows .cp_arrow:after {
  bottom: 0px;
  transform: skewX(-40deg); /* YからXに変更 */
}

/* 水平移動のアニメーション */
@keyframes arrow-move-horizontal {
  25% { opacity: 0.6; }
  43% { transform: translateX(0.75em); opacity: 0.8; }
  62% { transform: translateX(1.2em); opacity: 1; }
  100% { transform: translateX(2em) scale(0.5); opacity: 0; }
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
    .case_body {
        grid-template-columns: 1fr;
    }
}


.tl_base td {
	font-weight: 600;
}


.lp_case_area {
	position: relative;
    background: var(--base2);
}
/*
.lp_case_area:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 45%;
    height: 100%;
    background-color: #f7f7f7;
    z-index: -2;
}
*/

ul.case_list li {
    position: relative;
    z-index: 0;
    width: calc(100% / 2 - 20px);
    margin: 10px;
    background: #fff;
}

ul.case_list li .num {
	display: none;
}
ul.case_list li .img {
	position: relative;
    max-height: 260px;
    overflow: hidden;
}
ul.case_list li .img img {
    width: 100%;
    height: auto;
}
/*
ul.case_list li .img:before {
    content: "";
    position: absolute;
    top: 14px;
    left: 14px;
    width: 100%;
    height: 100%;
    background: #ffef7f;
    z-index: -1;
}
*/
ul.case_list li .txt_area {
	padding: 0 20px 20px;
}
ul.case_list li .sub {
    display: inline-block;
    margin: 15px 0 10px;
    padding: 5px 12px;
    color: #ffffff;
    font-size: 14px;
    background: var(--red);
    border-radius: 10px;
}

ul.case_list li .tl {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
}

ul.case_list li .txt p {
    font-size: 14px;
    line-height: 1.6;
}


ul.scene_list li {
    width: calc(100% / 2 - 20px);
    margin: 10px;
    border: 1px solid #f1f1f1;
    box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 10%);
    border-radius: 5px;
}

ul.scene_list li .tl {
    margin-bottom: 5px;
    padding: 15px;
    background: var(--red);
    color: #fff;
    text-align: center;
    border-radius: 5px 5px 0px 0px;
}

ul.scene_list li .tl h3 {
    font-size: 18px;
    font-weight: 600;
}

ul.scene_list li .wrap {
    padding: 10px 20px 20px;
}

ul.scene_list li .sub_tl {
    display: block;
    margin: 15px 0px;
    padding: 7px 7px 7px 13px;
    background: #efefef;
    color: #2e2e2e;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2.5px;
}
ul.scene_list li .tl_base {
    margin: 0px;
}
ul.scene_list li .tl_base tbody th {
    width: 134px;
}




/* メッセージ
----------------------------------------------------------- */

.mission_area {
	position: relative;
}
.mission_area:before {
    content: "";
    position: absolute;
    top: 0%;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: url(./images/mission_bk.jpg) top right no-repeat;
    background-size: cover;
}
.mission_area .inner {
	z-index: 2;
}

.mission_area .txt_area {
	min-width: 100%;
	text-align: left;
}
.mission_area .txt_area .img_ceo {
	position: relative;
    width: 460px;
}
.mission_area .txt_area .img_ceo img {
    border-radius: 30px 30px 0px 0px;
}
.msg_name_area {
    position: absolute;
    left: 0;
    bottom: 0;
}
.msg_post {
    display: inline-block;
    padding: 4px 12px;
    font-size: 15px;
    background: var(--red);
    color: #fff;
}
.msg_name {
    align-items: center;
    padding: 5px 12px 3px;
    font-size: 13px;
    background: rgba(255, 255, 255, 0.88);
}
.msg_name_large {
    position: relative;
    top: -2px;
    margin-right: 12px;
    font-size: 26px;
    letter-spacing: 3px;
}
.mission_area .txt_area .t_msg {
    width: calc(100% - 460px);
    padding-left: 40px;
}
.mission_area .txt_area .t_msg p {
	margin-top: 20px;
}
.mission_area .sign {
    margin-top: 35px;
    font-style: italic;
    text-align: right;
    color: #999;
}
.mission_area .ms_img {
	position: absolute;
	top: 50px;
	right: -10px;
}
.mission_area .ms_img_2 {
	position: absolute;
	bottom: 20px;
	left: -10px;
    z-index: 1;
}
.mission_area .ms_img img,
.mission_area .ms_img_2 img {
	
}

/* 流れるfont */

.flow_bk_txt {
    position: absolute;
    width: 100%;
    top: -5px;
    left: 0;
    z-index: 0;
    overflow: hidden;
}
.flow_bk_txt .has {
    display: flex;
    width: 100vw;
}
.flow_bk_txt .has .txt {
	flex: 0 0 auto;
    font-size: 20rem;
    line-height: 1;
    color: rgb(126 73 73 / 3%);
    text-transform: uppercase;
	white-space: nowrap;
    letter-spacing: -20px;
    padding-right: 25px;
    padding-left: 25px;
}

.flow_bk_txt .has .txt:nth-child(odd) {
    -webkit-animation: loop 100s -50s linear infinite;
    animation: loop 100s -50s linear infinite;
}
.flow_bk_txt .has .txt:nth-child(even) {
	-webkit-animation: loop2 100s linear infinite;
    animation: loop2 100s linear infinite;
}
@keyframes loop {
    0% {
        transform: translateX(100%);
    }
    to {
        transform: translateX(-100%);
    }
}

@keyframes loop2 {
    0% {
        transform: translateX(0);
    }
    to {
        transform: translateX(-200%);
    }
}


/* 比較表
----------------------------------------------------------- */


.table_area table {
	border-collapse: collapse;
	margin: 40px auto;
	padding: 0;
	table-layout: fixed;
    font-weight: 600;
}
  
.table_area table tr {
	background-color: #eee;
	padding: .35em;
}

.table_area table tbody tr td {
	border-bottom: 2px solid #fff;
}

.table_area table tr:nth-child(even){
	background-color: #dddddd;
}
.table_area table th,
.table_area table td {
    padding: 12px 7px 12px 10px;
    border-right: 2px solid #fff;
}
.table_area table td {
    padding: 4px 10px 18px 20px;
    border-right: 2px solid #fff;
}
.table_area table th {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}
.table_area table thead tr{
    background-color: #444444;
    color:#fff;
}

.table_area table tbody th {
    background: var(--red);;
    color: #fff;
    text-align: center;
    border-bottom: 2px solid #ddd;
}
.table_area table tbody tr:last-child th {
    border-bottom: 0;
}
.table_area .table_area .txt {
    text-align: left;
    font-size: 16px;
    font-weight: 600;
}

.table_area table span {
    display: inline-block;
    position: relative;
    top: 8px;
    margin-right: 7px;
    color: var(--red);
    font-size: 40px;
    line-height: 1;
    font-weight: 800;
}

.price{
    text-align: right;
    color: #167F92;
    font-weight: bold;
}
table thead td.non{
    width: 200px;
    background: #fff;
    visibility: hidden;
}
.table_area .dl {
    color: #c58080;
}
.table_area .bt {
    color:#333;
}
.table_area .biz_bk {
    background-color: var(--base);
}
.table_area .biz_bk2 {
    background-color: #fceaea;
}
.table_area .biz_bk,
.table_area .biz_bk2 {
    font-size: 16px;
    font-weight: 600;
}

.table_area .biz_cell {
	position: relative;
    width: 300px;
	background-color: var(--red);
	font-size: 26px;
    font-weight: 600;
    padding-top: 6px;
}
.table_area .biz_cell:after{
    content: '';
    width: 100%;
    height: 18px;
    background-color: var(--red);
    position: absolute;
    top: -8px;
    left: 0px;
    z-index: 0;
    /*
    border-radius: 10px;
    */
}



/* about
----------------------------------------------------------- */

.lp_about_area .lp_sta.flex_in {
	margin-top: 30px;
    align-items: center;
}
.lp_about_area .left {
	width: calc(100% - 460px);
	padding-right: 40px;
}
.lp_about_area .right {
	width: 460px;
}
.lp_about_area .right img {
	width: 100%;
}


.google-maps {
	height: 0;
    overflow: hidden;
    padding-bottom: 100%;
    position: relative;
    filter: grayscale(5%);
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.dl_base dl {
    display: flex;
    flex-wrap: wrap;
}
.dl_base dt {
    width: 82px;
    padding: 18px 18px 18px 0px;
    border-bottom: 2px solid var(--red);
    font-size: 13px;
    font-weight: 700;
    color: #333;
}
.dl_base dd {
    width: calc(100% - 82px);
    margin: 0;
    padding: 18px 0px 18px 18px;
    font-size: 14px;
    line-height: 1.6;
    border-bottom: 2px solid #ddd;
}

@media screen and ( max-width:1052px ) {
	.lp_cta .woman_img {
		display: none;
	}	
}
	
/* スマホに適用させるCSS */
@media screen and ( max-width:760px ) {
	
	section {
		padding: 60px 0px;
	}
	section.lp_feature_area {
    	position: relative;
    	padding: 90px 0px 40px;
    }
    .pc {
        display: none !important;
    }
    .mb {
        display: block !important;
    }
    
	p {
		font-size: 15px;
    	line-height: 1.6;
	}
	
	.head_title {
	    margin: 0px 0px 30px;
	}

	.head_title h2 {
	    font-size: 24px;
	}
	.head_arrow h2 {
    	padding: 0 36px;
	    font-size: 24px;
	}
	.head_arrow h2:before {
	    left: -12px;
	}
	.head_arrow h2:after {
	    right: -12px;
	}

	.eyecatch2 {
        margin-top: -78px;
        padding-top: 78px;
	}
	.eyecatch2 .inner {
	    display: block;
	    width: 100%;
        min-width: 100%;
	    padding: 40px 5px 40px;
        overflow: hidden;
	}
	.eyecatch2 .left,
	.eyecatch2 .right {
		width: 100%;
	}
	.eyecatch2 .left {
        width: 90%;
        margin: 0 auto;
	}
	.eyecatch2 .left img {
	    width: 100%;
	}
	.ld_typ2.mb {
        max-width: 240px;
	    margin: 0 auto;
	}

	.eyecatch2 .ld_typ1 {
        width: 100%;
    }
	.eyecatch2 .ld_typ1 span {
    	font-size: 13px;
    }
	.eyecatch2 h1  {
        margin: 15px 0px;
	}
	.eyecatch2 h1 strong {
	    font-size: 9.2vw;
	}
	.eyecatch2 .txt2 {
        margin: 0 92px 15px 0px;
        font-size: 13px;
	}
	.eyecatch2 .left .award {
	    max-width: 82%;
	}
	.eyecatch2 .sales_pt {
	    margin-bottom: 20px;
	    margin-right: 92px;
	}
	.eyecatch2 .sales_pt li {
        width: calc(100% / 2 - 10px);
        padding: 2px 5px 5px;
    }
    .eyecatch2 .sales_pt li span {
    	letter-spacing: .5px;
    	font-size: 12px;
    }
	.eyecatch2 .txt {
	    width: 100%;
	    margin-top: 12px;
	    padding-left: 0px;
	}
    .eyecatch2 p.sub {
        font-size: 3.3vw;
        letter-spacing: 0.5px;
    }
	.eyecatch2 .fv_img {
        bottom: -54px;
        right: -38px;
        width: 207px;
        height: 302px;
        background-size: contain;
    }
    .sub_point.mb {
	    max-width: 164px;
	}

    .skew-background {
	    top: inherit;
	    bottom: 0;
	    right: -8%;
	    height: 90%;
	    clip-path: polygon(100% 0, 100% 0, 100% 100%, 44% 100%);
	}
	.eyecatch2 .btn {
	    margin: 20px auto 0;
	}
	.eyecatch2 .button_y {
	    min-width: 100%;
	    margin: 0 auto;
	}
	.eyecatch2 .btn_contact {
	    display: inline-block;
	    padding: 12px 5px 17px;
	    width: 80%;
	    font-size: 16px;
	}
	/*
	.eyecatch2 .btn_contact,
	.eyecatch2 .button_n3 {
	    width: 45%;
	    min-width: 45%;
        padding: 15px 10px 15px;
        font-size: 15px;
        line-height: 1;
	}
	*/
	.cp_arrows {
	    top: 44%;
	    left: 50%;
	    transform: rotate(90deg);
	}
	
	section.cta.first_lp_cta {
	    padding: 5px 5px 20px;
	}
	
	.talk-item .talk-icon {
		width: 80px;
		height: 80px;
		margin-right: 10px;
	}
	.talk-item.reverse .talk-icon {
	    margin-left: 10px;
	}
	.talk-item .talk-bubble {
	    padding: 10px 15px;
	    width: calc(100% - 80px - 10px);
	}
	.talk-item .talk-bubble p {
	    font-size: 15px;
	}
	.nayami_list li {
	    width: 100%;
	    margin: 0 0 15px;
	}
	.nayami_list li:last-child {
		margin-bottom: 0px;
	}
	.lp_nayami_area .bt_arrow {
        height: 60px;
        clip-path: polygon(50% 60px, 0 0, 100% 0);
    }

    .lp_nayami_area .sol_area {
	    margin-top: -45px;
	    padding: 90px 0px 45px;
	}
	.lp_nayami_area .sol_area .inner {
		
	}
	
    .lp_nayami_area .sol_area h3 {
	    font-size: 26px;
	}
	.lp_nayami_area .sol_area h3 span {
    	line-height: 1.4;
    }
	.lp_nayami_area .sol_area p {
	    font-size: 14px;
	}
	ul.merit_list li,
	ul.case_list li,
	ul.scene_list li,
	.benefits_list li,
	.l_feature_list li,
	.l_feature_list li:nth-of-type(even) {
		width: 100%;
	    margin: 0 0px 20px;
	}
	ul.merit_list li:last-child,
	ul.case_list li:last-child,
	ul.scene_list li:last-child,
	.benefits_list li:last-child {
		margin-bottom: 0px;
	}
	
	.case_header .img {
	    width: 60px;
	}
	.case_header .txt {
	    width: calc(100% - 60px);
	    padding-left: 15px;
	}
	.case_label {
	    font-size: 12px;
	    margin-bottom: 5px;
	}
	.case_item {
    	padding: 15px;
	}
	.case_title {
	    font-size: 16px;
	}
	.plan_area .plan_card {
	    width: 90%;
	    margin: 0 auto 20px;
	}

	ul.merit_list li p {
		letter-spacing: 0.5px;
	}
	.l_feature_list {
	    margin-top: 0px;
	}
	.lp_feature_area .l_feature_list li .img,
	.lp_feature_area .l_feature_list li .txt,
	.lp_feature_area .l_feature_list li:nth-of-type(even) .txt {
	    width: 100%;
	    padding: 0px;
	}
	.l_feature_list li .img:after {
		content: none;
	}
	.l_feature_list li .img:before {
		content: none;
	}
	.l_feature_list li .num,
	.l_feature_list li:nth-of-type(even) .num {
		top: inherit;
	    bottom: 0;
	    left: inherit;
	    right: -20px;
	}
	.l_feature_list li .num span {
	    font-size: 140px;
	}
	.l_feature_list li .txt {
		margin-top: 0px;
	}
	.l_feature_list li .txt .img {
		margin-bottom: 20px;
        max-height: 185px;
        overflow: hidden;
	}
	.l_feature_list li .txt h3 {
	    font-size: 20px;
	}
	.l_feature_list li .txt p {
	    font-size: 14px;
		line-height: 1.8;
	}
	.lp_feature_area .l_feature_list li .img span {
	    display: block;
	    max-height: 190px;
	    overflow: hidden;
	}
	.lp_price_area .tl_base {
	    table-layout: fixed;
	}
	.lp_price_area .tl_base th,
	.lp_price_area .tl_base td {
		font-size: 13px;
	    padding: 10px;
	}
	.lp_price_area .tl_base td .prc_num {
	    font-size: 15px;
	}
	.lp_supoprt_area .left,
	.lp_supoprt_area .right {
		width: 100%;
		padding: 0px;
	}
	.lp_supoprt_area .right {
		display: none;
	}
	.benefits_list li .tl {
    	width: calc(100% - 70px);
    	font-size: 20px;
    }
	.benefits_list li .img {
	    padding: 10px;
	    width: 70px;
	}
	.benefits_list li p {
        font-size: 13px;
    }
	.mission_area .txt_area .img_ceo {
        width: 90%;
        margin: 0 auto;
	}
	.msg_name_large {
	    font-size: 22px;
	}
	.mission_area .txt_area .t_msg {
	    width: calc(100%);
	    padding-left: 0px;
	}
	.flow_bk_txt {
    	top: 25px;
    }
	.flow_bk_txt .has .txt {
    	font-size: 7rem;
    	letter-spacing: -7px;
    }
	.mission_area .txt_area {
		width: 100%;
		margin: 0;
	}
	.mission_area .txt_area p {
		
	}
	.lp_price_area .tl_base thead th {
	    font-size: 15px;
	}
	.lp_price_area .tl_base tr.last td {
    	font-size: 15px;
    }
	ul.scene_list li .tl {
	    text-align: left;
	}
	ul.scene_list li .tl h3 {
	    font-size: 15px;
	}
	.flow_list li .tl {
	    margin: 10px 0px;
	}
	.flow_list li p {
		font-size: 13px;
	}
	ul.case_list li .tl {
	    font-size: 18px;
	}
	ul.case_list li .txt p {
	    font-size: 13px;
	}
	
	.lp_about_area .left {
	    width: calc(100%);
	    padding-right: 0px;
	    margin-bottom: 30px;
	}
	.lp_about_area .right {
	    width: 100%;
	}

.table_area table {
    table-layout: inherit;
}

    .table_area table {
        table-layout: inherit;
    }
    .table_area table th {
        width: 27%;
        font-size: 15px;
    }
    .table_area table tbody th {
        width: 80px;
    }
    .table_area table td {
        padding: 6px 10px 12px 10px;
    }
    .table_area .biz_cell {
        font-size: 16px;
    }
    .table_area table span {
        display: block;
        font-size: 32px;
        margin: 0 auto 12px;
    }
    .table_area .txt {
        font-size: 13px;
        text-align: center;
    }


	.google-maps {
    	padding-bottom: 70%;
    }
	.ftside_btn {
		width: 100%;
	    bottom: 0px;
	    right: 0px;
	}
	.ftside_btn_in {
    	max-width: 100%;
	    padding: 12px;
	}
	.ftside_btn .ftside_set {
		display: flex;
		align-items: baseline;
        max-width: 340px;
        margin: 0 auto;
	}
	.ftside_btn p {
	    margin-bottom: 5px;
	    font-size: 14px;
	}
	.ftside_btn .ftside_set .tel_block {
	    position: relative;
	    top: 7px;
		width: 60px;
		margin: 0px;
	}
	.ftside_btn .ftside_set .frm_block {
		width: calc(100% - 60px);
		padding-left: 15px;
	}
	.ftside_btn .ftside_set img {
		width: 100%;
	}

	section.lp_cta {
	    padding: 50px 0px;
	}
	.lp_cta.cta .head_arrow {
	    text-align: center;
	}
	
	.lp_cta.cta .award_txt,
	.lp_cta.cta .award_txt p,
	.lp_cta .award_txt .award {
	    width: 100%;
	}
	.lp_cta.cta .cta_tl p {
	    margin: 15px 0px;
	    text-align: center;
	}
	.lp_cta .cta_ct_sec {
	    width: 100%;
	    margin-bottom: 0px;
	    padding: 25px;
	}
	.lp_cta.cta .cta_tl .sub,
	.lp_cta .woman_img {
	    display: none;
	}
	.lp_cta .cta_ct_sec .tel_block, .lp_cta .cta_ct_sec .frm_block {
	    width: 100%;
	}
	.lp_cta .cta_ct_sec .tel_block {
	    top: 3px;
	    margin-bottom: 20px;
	    padding-right: 0px;
	}
	.dl_base dt {
    	width: 82px;
	}
	.dl_base dd {
    	width: calc(100% - 82px);
    }
}