/*
Theme Name:hachinohe-gas_recruit
Theme URI:
Description:WordPressテーマ「    」の子テーマです。
Template:businesspress
Author:
Author URI:
Version:1.0.0
*/

body {
    overflow-x: hidden;
}
body:lang(ja)  {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-feature-settings: "palt";
    color: #222;
}

.site-header {
    border-bottom: none;
    margin-bottom: 0;
}
.site-branding {
    display: flex;
    align-items: center;
    gap: 16px;
}
.site-logo img {
    transform: scale(1, 1);
}
.main-header-clone .site-logo {
    transform: scale(1, 1);
}
.site-branding .site-title {
    min-width: 80px;
    padding-top: 2px;
}
.main-header-content {
    max-width: none;
}


.site-bottom {
    color: inherit;
    background-color: transparent !important;
    border: none;
    padding-top: 1.5rem;
}
.site-bottom a {
    color: inherit;
}
.site-info {
    clear: both;
    float: none;
    margin-top: 0;
    text-align: center;
}
.footer-widget-area {
    border: none;
    padding-top: 0;
    padding-bottom: 0;
}
.footer-widget-1 {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 16px;
}
.widget_block {
    margin: 0;
}
.widget_block > * {
    margin: 0;
    line-height: 1;
}
.widget_block > .wp-block-heading {
    font-size: 1.0em;
    padding-top: 2px;
}


/* ページ幅 */
.site-content {
    max-width: 1180px;
}

/* メインビジュアル */
.entry-header {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    position: relative;
}
.mainvisual__container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 64px;
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    right: 0;
    bottom: 64px;
    z-index: 2;
}
.mainvisual_heading {
    font-size: 64px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.2em;
    line-height: 1.4;
    text-align: left;
    margin: 0;
    /* position: absolute;
    bottom: 160px; */
}
.mainvisual_text {
    color: #fff;
    font-size: 24px;
    line-height: 1.67;
    letter-spacing: 0.3em;
    text-align: left;
    margin: 0 0 0 6px;
    font-weight: 600;
    /* position: absolute;
    bottom: 0;
    margin-bottom: 130px; */
}

.main-visual__video {
    width: 100%;
    height: auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    aspect-ratio: 16/9;
}
.main-visual__video-area {
    overflow: hidden;
    background-color: #000000;
    height: 800px;
    position: relative;
}
.main-visual__stripe {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    /* background-size: auto auto;
    background: repeating-linear-gradient(-53deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1) 1px, transparent 1px, transparent 8px); */
    background-image: radial-gradient(circle, #00000080 1px, transparent 1px);
    background-position: 0 0;
    background-size: 4px 4px;
}


@media screen and (max-width: 979px) {
    .mainvisual__container {
        bottom: 64px;
    }
    .mainvisual_heading {
        font-size: 48px;
    }
    .mainvisual_text {
        font-size: 24px;
    }
}
@media screen and (max-width: 781px) {
    .mainvisual__container {
        padding: 0 32px;
        bottom: 32px;
    }
    .mainvisual_heading {
        font-size: 32px;
    }
    .mainvisual_text {
        font-size: 16px;
    }
    .main-visual__video-area {
        height: 72vh;
    }
    .main-visual__video {
        object-position: 45%;
    }
}

/* 八戸ガスとは */
.about__container {
    margin-bottom: 80px;
}
.about__container > :last-child {
    margin-bottom: 0;
}
.about_heading {
    font-size: 40px;
    letter-spacing: 0.05em;
    line-height: 1.375;
    font-weight: 600;
}
.about_text {
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 1.7;
    font-weight: 600;
    text-align: justify;
}
@media screen and (max-width: 979px) {
    .about_heading {
        font-size: 24px;
    }
    .about_text {
        font-size: 16px;
    }
}

/* 八戸ガスの仕事を知る */
.works {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    background-color: #fef5f6;
    padding: 80px 0;
}
.works__container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 40px;
}
.works_heading {
    font-size: 40px;
    letter-spacing: 0.1em;
    line-height: 1.375;
    margin: 0 0 16px;
}
.works_text {
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 1.7;
    font-weight: 600;
}

.department_lists > .department_items:not(:last-child) {
    margin-bottom: 90px;
}

.department_items {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
}
.department_items .department_images {
    flex-basis: 48%;
    display: flex;
}
.department_items .department_content {
    flex-basis: calc(52% - 64px);
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.department_image {
    object-fit: cover;
    object-position: top;
}

.department_name {
    font-size: 32px;
    letter-spacing: 0.1em;
    line-height: 1.4;
    font-weight: 600;
    margin: 0 0 30px;
}
.department_heading {
    color: #C30D23;
    font-size: 21px;
    letter-spacing: 0.1em;
    line-height: 1.7;
    font-weight: 600;
    margin: 0 0 24px;
}
.department_text {
    /* font-size: 18px; */
    letter-spacing: 0.05em;
    line-height: 1.7;
    text-align: justify;
    margin: 0;
}

@media screen and (max-width: 979px) {
    .works_heading {
        font-size: 24px;
    }
    .works_text {
        font-size: 16px;
    }
    .works_text br {
        display: none;
    }
    .department_items .department_images {
        flex-basis: 100%;
    }
    .department_items .department_content {
        flex-basis: 100%;
    }
    .department_name {
        font-size: 24px;
        margin-bottom: 16px;
    }
    .department_heading {
        font-size: 18px;
        margin-bottom: 8px;
    }
    .department_image {
        aspect-ratio: 16 / 9;
    }
}
@media screen and (max-width: 781px) {
    .works__container {
        padding: 0 20px;
    }
    .department_heading br {
        display: none;
    }
    .department_text br {
        display: none;
    }
}

/* 数字で見る */
.number__container {
    margin-top: 80px;
    margin-bottom: 80px;
}
.number__container > :last-child {
    margin-bottom: 0;
}
.number_heading {
    font-size: 40px;
    letter-spacing: 0.1em;
    line-height: 1.375;
    margin: 0 0 16px;
}
.number_text {
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 1.7;
    font-weight: 600;
}

.numbers_lists {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.numbers_items {
    flex-basis: calc(33.333% - 20px);
    background-color: #f3f3f3;
    border-radius: 24px;
    overflow: hidden;
    padding: 40px 0;
}
.numbers_content {
    text-align: center;
}
.numbers_heading {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.05em;
    margin: 0 0 24px;
}
.numbers_number-area {
    margin-bottom: 24px;
}
.numbers_number {
    color: #C30D23;
    font-size: 80px;
    font-weight: 800;
    line-height: 1;
}
.numbers_unit {
    font-size: 40px;
    font-weight: 600;
    line-height: 1;
}
.numbers_point {
    font-size: 24px;
    letter-spacing: 0.05em;
    margin: 0;
}
@media screen and (max-width: 979px) {
    .number_heading {
        font-size: 24px;
    }
    .number_text {
        font-size: 16px;
    }
    .number_text br {
        display: none;
    }
    .numbers_lists {
        gap: 16px;
    }
    .numbers_items {
        flex-basis: calc(50% - 8px);
        border-radius: 16px;
        overflow: hidden;
        padding: 20px 0;
    }
}
@media screen and (max-width: 781px) {
    .numbers_items {
        flex-basis: 100%;
    }
    .numbers_heading {
        margin: 0 0 16px;
    }
    .numbers_number-area {
        margin: 0 0 16px;
    }
    .numbers_number {
        font-size: 64px;
    }
    .numbers_unit {
        font-size: 32px;
    }
    .numbers_point {
        font-size: 20px;
    }

}

/* MOVIE */
.movie {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    background-color: #fef5f6;
    padding: 80px 0;
}
.movie__container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 40px;
}
.movie_heading {
    font-size: 40px;
    letter-spacing: 0.1em;
    line-height: 1.375;
    margin: 0 0 16px;
}
.movie_text {
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 1.7;
    font-weight: 600;
}
.movie_area {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9のアスペクト比 */
    height: 0;
}
.movie_area iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 979px) {
    .movie_heading {
        font-size: 24px;
    }
    .movie_text {
        font-size: 16px;
    }
    .movie_text br {
        display: none;
    }
}
@media screen and (max-width: 781px) {
    .movie__container {
        padding: 0 20px;
    }
}


/* 募集要項 */
.job__container {
    margin-top: 80px;
    margin-bottom: 80px;
}
.job__container > :last-child {
    margin-bottom: 0;
}
.job_heading {
    font-size: 40px;
    letter-spacing: 0.1em;
    line-height: 1.375;
    margin: 0 0 16px;
}
.job_text {
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 1.7;
    font-weight: 600;
}
@media screen and (max-width:979px){
    .job_heading {
        font-size: 24px;
    }
    .job_text {
        font-size: 16px;
    }
    .job_text br {
        display: none;
    }
}

/* チェックボックスを隠す */
.accordion-check {
		display: none;
}

.accordion {
		border: 1px solid #ddd;
		margin-bottom: 10px;
		border-radius: 4px;
		overflow: hidden;
}

.job_type {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 4px 8px;
    background-color: #C30D23;
    border-radius: 4px;
    line-height: 1;
    margin-right: 8px;
    width: auto;
    text-align: center;
    letter-spacing: 0.1em;
}

/* ラベル（クリック対象） */
.accordion-label {
	display: flex;
    flex-wrap: wrap;
	align-items: center;
	padding: 15px 20px;
	/* background: linear-gradient(135deg, #667eea 0%, #7fffd4 100%);
	color: white; */
	user-select: none;
	font-weight: bold;
	transition: background-color 0.3s ease;
	position: relative;
	padding-left: 40px;
    cursor: pointer;
    letter-spacing: 0.05em;
}

.accordion-label:hover {
	background-color: #e8e8e8;
}

/* チェックボックスがチェック状態の時のラベル */
.accordion-check:checked + .accordion-label {
	background-color: #fe921d;
	color: #fff;
}

/* 矢印アイコン */
.accordion-label::before {
	content: '▶';
	position: absolute;
	left: 15px;
	font-size: 12px;
	transition: transform 0.4s ease;
}

.accordion-check:checked + .accordion-label::before {
	transform: rotate(90deg);
}

/* アコーディオンのコンテンツ */
.accordion-content {
	max-height: 0;
	overflow: hidden;
	/* transition: max-height 0.4s ease; */
}

/* チェックボックスがチェック状態の時、コンテンツを開く */
.accordion-check:checked + .accordion-label + .accordion-content {
	max-height: 100%;
}

/* 実際の内容 */
.accordion-body {
	padding: 15px 20px;
	background-color: #fafafa;
	border-top: 1px solid #ddd;
}

.accordion-body p {
	margin: 0;
	line-height: 1.7;
    letter-spacing: 0.05em;
}


/* エントリー */
.entry_heading {
    font-size: 40px;
    letter-spacing: 0.1em;
    line-height: 1.375;
    margin: 0 0 16px;
}
.entry_text {
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 1.7;
    font-weight: 600;
}

.links {
    margin-top: 40px;
}
.links_lists {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
}
.links_items {
    text-align: center;
}
.links_text {
    font-size: 15px;
    letter-spacing: 0.05em;
}

@media screen and (max-width:979px){
    .entry_heading {
        font-size: 24px;
    }
    .entry_text {
        font-size: 16px;
    }
    .entry_text br {
        display: none;
    }
}
@media screen and (max-width:781px){
    .links_lists {
        flex-direction: column;
        gap: 0;
    }
}


/* エントリーフォーム */
#cf-tbl{
	/* max-width: 800px; */
	margin: 0 auto;
}

#cf-tbl table{
	width: 100%;
	border-collapse: collapse;
	/* border: solid #CCC;
	border-width: 1px; */
	border: none;
	color: #000;
    font-size: 100%;
}
#cf-tbl table tr th,
#cf-tbl table tr td{
	padding: 0.5em;
	text-align: left;
	vertical-align: top;
	/* border: solid #CCC;
	border-width: 1px; */
	border: none;
	vertical-align: middle;
	/* display: block; */
}
#cf-tbl table tr th{
	width: 180px;
	background: none;
	padding: 22px 0;
    vertical-align: top;
}
#cf-tbl table tr th p,
#cf-tbl table tr td p{
	margin-bottom: 0;
    font-weight: 400;
    line-height: 1.4;
}
#cf-tbl table tr:not(:last-of-type) td{
	margin-bottom: 15px;
    display: block;
}
#cf-tbl table tr + tr th{
    margin-top: 20px;
}

@media screen and (max-width:781px){
	#cf-tbl{
		width: 100%;
	}

	#cf-tbl table,
	#cf-tbl table tbody,
	#cf-tbl table tr,
	#cf-tbl table tr th,
	#cf-tbl table tr td{
		display: block;
	}

	#cf-tbl table{
		width: 100%;
		border-width: 0 0 1px 0;
	}

	#cf-tbl table tr th,
	#cf-tbl table tr td{
		width: 100%;
		padding: 0;
	}

	#cf-tbl table tr td{
		border-width: 0px 1px 0px 1px;
	}
	#cf-tbl table tr:not(:last-of-type) td{
		margin-bottom: 20px;
	}
	#cf-tbl table tr th p,
	#cf-tbl table tr td p{
		margin-bottom: 8px;
	}
}
/*「必須」文字デザイン*/
.required{
	font-weight: 600;
    font-size: 13px;
    padding: 2px 4px;
    background: #C30D23;
    color: #fff;
    border-radius: 4px;
    margin-left: 6px;
}
@media screen and (min-width:782px){
    #cf-tbl table tr th p {
        display: flex;
        justify-content: space-between;
        padding-right: 24px;
    }
}

/*「任意」文字デザイン*/
/* .optional{
	font-size: 14px;
	padding: 0px 10px 2px 10px;
	background: #505050;
	color: #fff;
	border-radius: 4px;
	margin-right: 16px;
    font-weight: 500;
} */

/* 入力項目を見やすく */
input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea {
	width: 100%;
	padding: 11px 20px;
	margin-right: 0;
	margin-top: 0;
	border: 1px solid #707070;
	/* background-color: #eff1f5; */
	color: #000;
	letter-spacing: 0.1em;
	line-height: 1.6;
    border-radius: 8px;
}
/* input.wpcf7-form-control.wpcf7-text{
    height: 62px;
} */
textarea.wpcf7-form-control.wpcf7-textarea {
	height: 200px;
	max-width: 1000px;
}
::placeholder {
	color: #c9c9c9;
	letter-spacing: 0.1em;
  }


.wpcf7-list-item{
    display: block;
    line-height: 1.8;
}

.wpcf7-form-control.wpcf7-radio {
    display: flex;
    flex-wrap: wrap;
}
#cf-tbl table tr:first-child th,
#cf-tbl table tr:nth-child(3) th,
#cf-tbl table tr:nth-child(4) th {
    vertical-align: baseline;
    
}
#cf-tbl table tr:first-child td,
#cf-tbl table tr:nth-child(3) td,
#cf-tbl table tr:nth-child(4) td {
    padding: 22px 0;
    margin: 0;
}

/* 「送信する」ボタン */
/* input.wpcf7-submit {
	display: block;
	padding: 15px;
	width: 400px;
	background: #ffaa56;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	border-radius: 2px;
	margin: 15px auto 0
}
@media screen and (max-width:781px){
	input.wpcf7-submit {
		width: 250px;
	}
}

input.wpcf7-submit:hover {
	box-shadow: 0 15px 30px -5px rgba(0,0,0,.15), 0 0 5px rgba(0,0,0,.1);
	transform: translateY(-4px);
	opacity:0.7;
} */
/* エラーメッセージを見やすく */
span.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
	color: #D1242A;
	font-weight: 600;
}
div.wpcf7-response-output {
    background-color: #fff;
}

.wpcf7{
	background-color: #efeeef;
	padding: 80px;
    border-radius: 24px;
}

.submitbtn{
	text-align: center;
	margin-bottom: 0;
}
input.wpcf7-submit {
    margin: 74px auto 0;
}
.wp-block-button a, input.wpcf7-submit {
    display: flex;
    align-items: center;
    background: #fe921d;
	border-radius: 0;
    flex: none;
    flex-wrap: nowrap;
    justify-content: center;
    min-width: 315px;
    max-width: 100%;
    color: #fff;
    padding: 24px 36px;
    font-weight: 500;
    transition: .3s cubic-bezier(.4,.4,0,1);
    letter-spacing: 0.2em;
    text-transform: lowercase;
	font-size: 15px;
    border-radius: 8px;
}
.wpcf7-spinner{
	display: none;
}
@media screen and (max-width: 781px) {
	.wpcf7{
		padding: 20px;
        border-radius: 8px;
	}
    #cf-tbl table tr:first-child td,
    #cf-tbl table tr:nth-child(3) td,
    #cf-tbl table tr:nth-child(4) td {
        padding: 0;
    }
    .wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
        width: 100%;
        margin-left: 0;
    }
    .wpcf7-form-control.wpcf7-radio .wpcf7-list-item:first-child {
        margin-left: 0;
    }
	.wp-block-button a, input.wpcf7-submit {
		min-width: 284px;
		margin-top: 46px;
		margin-bottom: 10px;
	}
	input.wpcf7-form-control.wpcf7-text,
	textarea.wpcf7-form-control.wpcf7-textarea {
		padding: 11px 20px;
	}
}

#cf-tbl + h3 {
    font-weight: normal;
}
.privacy-policy {
    background: #fff;
    border: 1px solid #707070;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 8px;
    height: 275px;
    overflow: auto;
    font-size: 0.9em;
    letter-spacing: 0.1em;
    line-height: 1.7;
}
.privacy-policy > * {
    margin-bottom: 0.5em;
}
.privacy-policy li p {
    margin-bottom: 0;
}
.wpcf7-turnstile {
    text-align: center;
}



