@charset "utf-8";
/*
Theme Name: senkawapj
Theme URI: 

フォント一覧：
font-family: "Zen Kaku Gothic New", sans-serif;　（ゴシック） w400,700,900
font-family: "Zen Maru Gothic", sans-serif;　（丸ゴシック）　w400,500,700,900
font-family: font-family: "Montserrat", sans-serif;　（英文　数字） w100〜900
*/

:root {
  --main-color1: #4AB8CB;
  --main-color2: #FFE100;
  --main-color3: #61A658;
  --base-color: #F5F2E9;
  --accent-color: #F08437;
  --text-color: #5A5A5A;
  --font-size-SS: clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem);
  --font-size-S: clamp(0.813rem, 0.756rem + 0.24vw, 0.938rem);
  --font-size-M2: clamp(16px, 1vw + 8px, 20px);
  --font-size-M: clamp(18px, 1.2vw + 10px, 26px);
  --font-size-L: clamp(2.4rem, calc(2.2rem + 0.625vw), 2.8rem);
  --font-size-B: clamp(3rem, calc(4rem + 0.625vw), 5rem);
}

/*-----------------------------------------------
　タイトル
--------------------------------------------------*/
.headline h2{
    font-size: var(--font-size-M);
    letter-spacing: 0.2em;
}

/*-----------------------------------------------
　ステップ
--------------------------------------------------*/
.contact__step{
    max-width: 1000px;
    margin: 150px auto 50px;
}
.contact__step ul{
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.contact__step ul li{
    position: relative;
    width: calc((100% - 40px) / 3);
    padding: 10px 0;
    text-align: center;
    font-weight: 300;
    border: 1px solid var(--text-color);
    background-color: #fff;
}
.contact__step ul li p{
    display: inline;
    margin-left: 10px;
    font-size: var(--font-size-M2);
}
.contact__step ul li:first-of-type{
    border-top-left-radius: 2em;
    border-bottom-left-radius: 2em;
}
.contact__step ul li:last-of-type{
    border-top-right-radius: 2em;
    border-bottom-right-radius: 2em;
}
.contact__step ul li::after{
    content: '';
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translateY(-50%);
    width: 15px;
    height: 20px;
    background-color: var(--text-color);
    clip-path: polygon(100% 50%, 0 0, 0 100%);
}
.contact__step ul li:last-of-type::after{
    display: none;
}
.contact__step ul > .step__active{
    background-color: var(--main-color1);
    color: #fff;
    font-weight: 700;
}

/*-------------------------------------
    お問い合わせ用css
-------------------------------------*/
.contact-outer{
    width: 100vw;
}
.contact-inner{
    width: 1000px;
    margin: 0 auto;
}

/* フォームデザインカスタマイズ */
table.CF7_table{
	width: 100%;
	margin: 40px auto 0;
    font-size: var(--font-size-S);
    text-align: left;
    border-spacing:0
}
table.CF7_table tr{
	border-top: 1px solid var(--main-color4);
}
table.CF7_table th{
    position: relative;
    width: 25%;
    padding: 25px 0 25px 25px;
    font-weight: 400;
    letter-spacing: 0.1em;
    vertical-align: middle;
    border-top: 1px solid #ccc;
}
table.CF7_table tr:nth-of-type(9) th{
    vertical-align: top;
}
table.CF7_table tr:first-of-type th{
    border-top: 0;
}
table.CF7_table td{
    padding: 30px 10px 30px 30px;
    vertical-align: middle;
    border-top: 1px solid #ccc;
}
table.CF7_table tr:first-of-type td{
    border-top: 0;
}

.single .entry-content table.CF7_table,
.page .entry-content table.CF7_table{
	display:table;
}

/*入力欄*/
.CF7_table input,
.CF7_table textarea {
    width: 100%;
    padding: 15px;
    background-color: #f7f8f8;
	border: 1px solid #c8c3c0;
    border-radius: 2px;
    transition: .2s;
}
.CF7_table input:hover,
.CF7_table textarea:hover {
    background-color: #efefef;
}

.CF7_table ::placeholder {
	color:#b7b0ac;
}

.CF7_table input[type="checkbox"]{
    display: inline;
    width: auto;
}

/*ラジオボタン装飾*/
input[type="radio"],
input[type="checkbox"] {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}
.wpcf7-list-item.first {
    margin-left: 0;
}
span.wpcf7-radio {
    display: flex;
    flex-direction: column;
}
span.wpcf7-list-item {
    margin-left: 0px;
}
span.wpcf7-list-item + span.wpcf7-list-item {
    margin-top: 15px;
}
span.wpcf7-list-item-label {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}
span.wpcf7-list-item-label::before {
    display: block;
    content: '';
    border-radius: 50%;
    border: 1px solid var(--text-color);
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
span.wpcf7-list-item-label::after {
    display: block;
    position: absolute;
    content: '';
    border-radius: 50%;
    width: 12px;
    height: 12px;
    background-color: var(--main-color1);
    left: 4px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}
  
input[type="radio"]:checked + span.wpcf7-list-item-label::after,
input[type="checkbox"]:checked + span.wpcf7-list-item-label::after {
    display: block;
}

/*「必須」文字*/
.CF7_req{
    padding: 4px 10px;
	font-size: 10px;
	background: #bf0008;
	color: #fff;
	margin-right:1em;
}

/*「任意」文字*/
.CF7_unreq{
    display: block;
    width: fit-content;
    margin-bottom: 10px;
	padding: 4px 10px;
	font-size: 10px;
	background: #bdbdbd;
	color: #fff;
	margin-right:1em;
}

/* 「送信する」ボタン */
.wpcf7 input.wpcf7-submit {
    width: 100% !important;
    padding: 8px 60px;
    font-size: var(--font-size-S);
    font-weight: 500;
    color: var(--text-color);
    background-color: rgba(255, 255, 255, 0);
    border: 0;
    transition: all .3s ease-in-out;
    cursor: pointer;
}
.wpcf7 input.wpcf7-submit:hover {
    color: #fff;
}
/* 打ち消し */
.common__btn a {
    border: 0;
}
.wpcf7-spinner{
	width:0;
	margin:0;
    padding: 0;
}

/* フォーム内エラー文字 */
.wpcf7-not-valid-tip{
    margin-top: 10px;
    font-size: var(--font-size-SS);
    font-weight: 500;
    color: #bf0008;
}

/* エラー文字 */
.wpcf7 form .wpcf7-response-output{
    margin: 0 auto 60px;
}
.wpcf7-response-output{
    display: block;
    width: 100vw;
    text-align: center;
    font-size: var(--font-size-SS);
    font-weight: 400;
    color: #bf0008;
    border: 0 !important;
}

/* 個人情報確認欄 */
.privacy-area{
    width: 80%;
    height: 200px;
    margin: 15px auto;
    padding: 25px;
    border: 1px solid #b7b0ac;
    border-radius: 5px;
    overflow: scroll;
}
.h2_jp{
    margin-bottom: 15px;
    text-align: center;
    font-size: var(--font-size-M);
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.2em;
}
.privacy-container{
    width: 100%;
    text-align: justify;
    font-size: var(--font-size-S);
    line-height: 1.8;
}
.privacy-list1{
    width: 100%;
    list-style-type: decimal;
    list-style-position: outside;
}
.privacy-list1 h2{
    display: inline;
    font-weight: 700;
}
.privacy-list1 li{
    margin-left: 1em;
    padding: 15px 0 15px 0.5em;
}
.privacy-list1 li:first-of-type{
    margin-top: 15px;
}
.privacy-list1 .last{
    margin-top: 20px;
    list-style: none;
    text-align: right;
}
.privacy-list2{
    width: 100%;
    margin-top: 10px;
    list-style-type: disc;
    list-style-position: outside;
}
.privacy-list2 li{
    margin: 0 0 0 2em;
    padding: 5px 0;
}
.privacy-list2 li:first-of-type{
    margin-top: 0;
}


/*-------------------------------------
    お問い合わせ確認用css
-------------------------------------*/
.contact-confirm-title{
    width: 100%;
    margin: 60px auto 0 auto;
    text-align: center;
    font-size: var(--font-size-S);
    font-weight: 400;
}

/*-------------------------------------
    送信完了用css
-------------------------------------*/
.contact-thanks-outer{
    width: 100vw;
    margin: 100px auto 60px;
}
.thanks_text{
    margin-top: 50px;
    text-align: center;
    font-weight: 500;
    line-height: 2.2;
}
/* 画像サイズ調整 */
.top_business__img{
    text-align: center;
}
.top_business__img img{
    width: 40%;
}


/*--------------------------------------
 レスポンシブ（スマホ）
---------------------------------------*/
@media screen and (max-width: 767px) {

    .contact__step {
        max-width: 90%;
        margin: 100px auto 50px;
    }
    .contact__step ul {
        display: flex;
        justify-content: left;
        flex-direction: column;
    }
    .contact__step ul li {
        width: 100%;
    }
    .contact__step ul li::after {
        top: auto;
        bottom: -15px;
        right: auto;
        left: 50%;
        transform: translateX(-50%) translateY(0);
        width: 20px;
        height: 15px;
        clip-path: polygon(50% 100%, 0 0, 100% 0);
    }
    .contact-inner {
        width: 90%;
        margin: 0 auto;
    }
    .contact__step ul li:first-of-type {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .contact__step ul li:last-of-type {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .headline h2 {
        padding: 20px 0;
        font-weight: 500;
        border-top: 1px solid var(--text-color);
        border-bottom: 1px solid var(--text-color);
    }
    .headline_txt {
        width: 90%;
        margin: 0 auto;
    }
    table.CF7_table {
        width: 100%;
        margin: 20px auto 0;
    }
    .CF7_table tr, .CF7_table td, .CF7_table th{
        display: block;
        width: 100%;
        line-height: 2.5em;
    }
    table.CF7_table th {
        width: 100%;
        padding: 20px 0 0 ;
        border-top: 0;
    }
    table.CF7_table tr:nth-last-of-type(2) th p br {
        display: none;
    }
    table.CF7_table td {
        width: 100%;
        padding: 10px 0 20px;
        border-top: 0;
        border-bottom: 1px solid #ccc;
    }
    .CF7_table input, .CF7_table textarea {
        padding: 25px;
    }
    .CF7_req {
        padding: 8px 15px;
        font-size: var(--font-size-SS);
    }
    .CF7_unreq {
        display: inline;
         padding: 8px 15px;
        font-size: var(--font-size-SS);
    }
    .privacy-area {
        width: 100%;
        margin: 20px auto;
        padding: 20px;
    }
    .wpcf7 input.wpcf7-submit {
        padding: 15px 60px;
        color: #fff;
    }







    

}