@charset "utf-8";
/*
Theme Name: X-T9 Child
Theme URI:
Template: x-t9
Description:
Author:mamoru harada
Tags: 
Version: 1.0
*/


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

/* :root設定、bodyへの上書き、カラー変数設定など */
*[data-mobile-font-size] {
    transition: .3s;
}

:root {
	--vk-color-text-link-hover: var(--vk-color-custom-1);
  --center-col-width: 460px;  /* 中央カラム固定幅 */
  --right-col-width: 250px;   /* 右カラム固定幅 */
		--vk-line-height: 2;
    --vk-line-height-low: 1.6;
	--vk-size-radius: 0;
	--wp--preset--font-family--noto-sans-jp :"Barlow","Noto Sans JP",sans-serif !important;
}
body {
    font-family: "Barlow","Noto Sans JP",sans-serif !important;
	font-feature-settings: 'palt';
	letter-spacing: 0.08em;
}
h1, h2, h3, h4, h5, h6, .page-header-title {
    font-family: "Barlow","Noto Sans JP",sans-serif !important;
	letter-spacing: 0em;
}

header.wp-block-group.lp-outer-right {
  width: calc(100svw - var(--center-col-width) - var(--right-col-width) );
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
}
main.wp-block-group.lp-outer-main {
  margin-left:auto;
  margin-right: var(--right-col-width);
  width: var(--center-col-width);
  flex-basis: auto !important;
}
footer.wp-block-group.lp-outer-left {
  width: var(--right-col-width);
  position: fixed;
  top: 0;
  right: 0;
}

main.wp-block-group.lp-outer-main .entry-content,
main.wp-block-group.lp-outer-main .wp-block-vk-blocks-outer {
    max-width: unset;
}



/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  LP
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
figure#mv-img {
    margin: 0 !important;
    width: 100% !important;
}

figure#mv-img img {
    width: 100% !important;
}

p.worries__.bubble {
    padding: .5em 1.5em;
    position: relative;
    width: fit-content;
    margin-bottom: 30px;
}
p.worries__.bubble::after {
    content: '';
    position: absolute;
    bottom: -29px;
    left: 40px;
    /* background: red; */
    width: 0;
    height:0;
    border-style:solid;
    border-width: 30px 15px 0 15px;
    border-color: #f3f4f5 transparent transparent transparent;
}
p.worries__.bubble:nth-child(odd) {
    margin-left: auto;
}
p.worries__.bubble:nth-child(odd)::after {
    left: auto;
    right: 40px;
}
#strength .wp-block-media-text__media {
    min-height: 200px;
}
#strength .wp-block-media-text__content {
    margin-block: 1rem;
}

#recruitment{
	
}
.recruitment__exaple__grid {
    grid-template-columns: 4rem auto;
}
p.recruitment__exaple__title {
    font-size: 12px;
    padding: 3px;
    white-space: nowrap;
	    text-align: center;
    align-self: auto;
}


.result__income {
    overflow: hidden;
}
.result__income__before {
    position: relative;
}
.result__income__before::after {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(50%, -50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #4d72e5 transparent #4d72e5 #f3f4f5;
	border-width: 50px 0px 50px 20px;
}
p.result__income__title {
    line-height: 1;
}
p.result__income__value {
    line-height: 1;
}
.result__income em {
    font-style: normal;
    font-size: 1.3em;
}
.result__income .result__income__after em{
	font-size:2em;
}

#flow{
	
}
.flow__outer {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    overflow: scroll;
}
.step__item {
    min-width: 200px;
}


dl.vk_faq-body {
	padding: 0;
	margin: 0;
}
.vk_faq .vk_faq_title {
    border-bottom: 0;
}

#contct{
	
}
.smf-progress-tracker__item__number {
    background: #516dbe !important;
    color: #fff;
    font-size: 1rem;
    width: 40px;
    height: 40px;
    filter: grayscale(1) brightness(0.9);
}
.smf-item__col.smf-item__col--label {
    margin: 0;
}
.smf-radio-buttons-control__control {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
}
input.smf-checkbox-control__control, input.smf-radio-button-control__control {
    accent-color: #f64445;
}



.cta-white a.vk_button_link {
    border: solid 3px #FFF;
    border-radius: 100px;
    box-shadow: 0 5px 6px rgb(0 0 0 / 40%);
}
.cta-white a.vk_button_link:hover {
    background: #ef5b5b;
    color: #fff;
    opacity: 1;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  common 汎用パーツ系
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

/* 繰り返しボタン・見出し、余白設計など */
/* テキストリンク */
a:not([class]) {
    text-decoration: underline;
	-webkit-text-decoration-style: solid;
	text-decoration-style: solid;
    text-underline-offset: 2px;
    text-decoration-thickness: 1px;
}
a:not([class]):hover {
    color: var(--vk-color-text-link-hover);
}


/* VKボタン */
.vk_button .vk_button_link:where(:not(.has-vk-color-primary-color)):hover{
	filter:none;
}
.vk_button .vk_button_link:where(:not(.has-vk-color-primary-color)):hover {
    background:  color-mix(in srgb, var(--wp--preset--color--primary) 70%, black 30%);
}


/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  header ヘッダーまわり
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ヘッダー固定 */
html,body {
	height:auto !important;
}
.wp-site-blocks {
    overflow-x: unset !important;
    display: flex;
    flex-direction: column;
}
header.wp-block-template-part {
    position: sticky;
    top: 0;
    z-index: 1000;
}
@media (min-width: 600px) {
	.logged-in header.wp-block-template-part {
		top: 32px;
	}
}

/* グローバルナビ */
@media (min-width: 600px) {
header li.wp-block-navigation-item {
	border-bottom: solid 3px transparent;
	transition:.3s;
}
header li.wp-block-navigation-item:hover {
    border-color: var(--vk-color-custom-1);
}
header li.wp-block-navigation-item.current-menu-item {
    border-color: var(--vk-color-custom-1);
}
}


/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 * メールフォーム 
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.mw_wp_form,
.contactform,
p.contactform-pp {
    max-width: 600px;
    margin-inline: auto;
}

.contactform-entext {
    display: block;
    font-size: var(--vk-size-text-xs);
    font-weight: normal;
}
.contactform-table th {
	font-size: var(--vk-size-text);
	text-align: left;
	position: relative;

}
.contactform-table td {
	border: none;
	padding-bottom: 1rem;
}
th.contactform-required::after,
th.contactform-unrequired::after {
	display: block;
	position: absolute;
	font-size: 14px;
	font-weight: normal;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	padding: 5px 10px;
	line-height: 1;
	border-radius: 3px;
}
th.contactform-required::after {
	content: '必須';
	background: #f55555;
	color: #fff;
}
th.contactform-unrequired::after {
	content: '任意';
	background: #eee;
	color: #888;
}
dl.contactform-addlist {
	margin: 0;
}
dl.contactform-addlist dt:not(:first-child) {
	margin-top: 1em;
}
dl.contactform-addlist dt {
	font-size: var(--vk-size-text-sm);
	color: #333;
	font-weight: normal;
}
span.mwform-file-delete {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: #eee;
	line-height: 30px;
	text-align: center;
	border-radius: 50px;
	font-size: 22px;
	vertical-align: revert;
	margin-left: 3rem;
	transition: .1s;
}
span.mwform-file-delete:hover {
	background: #aaa;
	color: #fff;
}


p.contactform-note {
	font-size: var(--vk-size-text-sm);
	color: #777;
	margin: 0;
}

.contactform table,
.contactform tbody,
.contactform th,
.contactform td,
.contactform tr {
	display: block;
}
.contactform th,
.contactform td {
	width: 100% !important;
}
.contactform th {
	border-width: 0;
	padding-bottom: .5rem;
}
.contactform td {
	border-width: 0;
	border-bottom: solid 1px #c8c8c8;
}

/* フォームの送信ボタン */
input.btn {
	font-family: inherit;
}
input[type=submit] {
	margin-top: 2rem;
	border: none;
}
input.btn[type="submit"] {
    background: var(--wp--preset--color--vk-color-custom-2);
}
/* 送信戻るボタン */
input.btn[type="submit"][name="submitBack"] {
    background: #aaa;
}
/*バリデーション＆エラー＆確認画面*/
.form-errored input:not([type="submit"]),
.form-errored select,
.form-errored textarea {
	border: solid 1px #f22 !important;
	background: #fbeeee;
}
.mw_wp_form .error::before {
	content: '\f06a';
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	padding-right: .5em;
}
.mw_wp_form_preview .contactform-preview-hidden {
	display: none;
}


/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 * MW WP Formカスタマイズ予約フォーム用　
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.mw_wp_form input[type="email"],
.mw_wp_form input[type="tel"],
.mw_wp_form input[type="text"],
.mw_wp_form textarea {
	padding: 1em;
	font-size: 15px;
	font-family: unset;
}

.mw_wp_form select {
	display: block;
	position: relative;
	width: 80%;
	height: 3.5em;
	font-size: 14px;
	border: 1px solid #ccc;
	border-radius: 4px;
	overflow: hidden;
	padding: 0 10px;
	font-family: unset;
	border-radius:0;
}
.mwform-checkbox-field label,
.mwform-radio-field label {
	cursor: pointer;
}

table.contactform-table {
    padding: 0;
    border: none;
}

dl.contactform-addlist dd {
    margin: 0;
}
.contactform-radio-outer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.mw_wp_form .vertical-item + .vertical-item {
    margin-top: 0;
}

span.mwform-radio-field.vertical-item {
    padding: 5px 0;
    position: relative;
}

span.mwform-radio-field.vertical-item:has(input:checked) {
    background: #3d539e30;
}

span.mwform-radio-field-text::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
}

p.contactform-pp {
    padding: 1rem;
    font-size: 12px;
    color: #555;
    line-height: 1.7;
    font-weight: 300;
}

p.contactform-pp b {
    color: #333;
    font-weight: bold;
    line-height: 2;
}

