/*
Theme Name:   GENESIS child
Theme URI:    
Description:  WordPressテーマ「GENESIS」の子テーマ
Author:       supportas
Author URI:   https://supportas.co.jp/
Template:     genesis_tcd103
Version:      1.7.1
*/
:root {
	--Gray-25: #f9f9f9;
	--Gray-50: #eee;
	--Gray-75: #CCC;
	--Gray-100: #888;
	--Gray-200: #444;
	--Red: #DF0000;
}

body {
	background-color: var(--Gray-25);
}

body * {
	font-family: "Noto Sans JP", sans-serif;
}

#header {
	background-color: var(--Gray-25);
}

#header_logo {
	max-width: 320px;
}

#header_logo img {
	width: 100%;
	height: auto;
}

#global_menu {
	right: 40px;
}

#footer_logo {
	width: 320px;
	max-width: 100%;
}

#footer_nav ul {
	overflow: scroll;
}

#loader_logo_image {
	max-width: 800px;
    width: 90%;
    margin: 0 auto;
}

#loader_logo_image img {
	width: 100%;
    height: auto;
}

#header_slider_content .catch * {
	font-family: "Roboto", sans-serif;
	font-weight: 900;
	letter-spacing: 4px;
}

#footer_logo img {
	width: 100%;
	height: auto;
}

#header_slider_content .content {
	padding-left: 80px;
	padding-right: 80px;
}

#header_slider {
	width: 88%;
	overflow: hidden;
    margin-left: auto;
    margin-right: 0;
    border-radius: 16px 0 0 16px;
}

#header_slider .bg_image img {
	object-position: top;
}

.cb_free_space .post_content {
	padding-left: 80px;
	padding-right: 80px;
}

.design_header .title_area .large_headline {
	font-size: 40px !important;
	color: var(--tcd-main-color);
	font-weight: 900;
}

.design_header .title_area .sub_title {
	color: initial;
	font-size: 16px;
	font-weight: 700;
}

.cb_free_space.num1 {
	padding-top: 120px;
	padding-bottom: 160px;
}

.cb_free_space.num1 .design_header {
	margin-bottom: 56px;
}

.about-catch-wrap .about-catch {
	margin-bottom: 0;
	font-size: 100px;
	font-family: "Roboto", sans-serif;
	font-weight: 900;
	color: var(--Gray-200);
	line-height: 1.08em;
}

.about-catch-wrap .about-catch span {
	color: var(--tcd-main-color);
}

.about-catch-wrap .text {
	margin-top: 16px;
	font-size: 14px;
	line-height: 1.5em;
}

.post_content .about-list-wrap {
	width: 100vw;
	margin-left: -80px;
	margin-right: -80px;
	margin-top: 56px;
	overflow: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.post_content .about-list-wrap p:not([class]) {
	display: none;
}

.post_content .about-list-wrap::-webkit-scrollbar {
	display: none;
}

.post_content .about-list {
	width: 1688px;
	margin-left: 0;
	margin-bottom: 0;
	padding-left: 100px;
	padding-right: 100px;
	display: flex;
	column-gap: 24px;
}

.post_content .about-list li {
	width: 480px;
	padding: 40px;
	margin-left: 0;
	display: flex;
	flex-direction: column;
	gap: 16px;
	background-color: #fff;
	border-radius: 8px;
}

.about-list li .num {
	color: var(--tcd-main-color);
	font-weight: 700;
	line-height: 1.5em;
	font-size: 16px;
}

.about-list .head-wrap {
	display: flex;
	align-items: center;
	gap: 24px;
}

.about-list .head-wrap .head {
	margin-bottom: 0;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5em;
}

.about-list .head-wrap .head span {
	color: var(--tcd-main-color);
}

.about-list .head-wrap .supple {
	margin-bottom: 0;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.5em;
}

.about-list .text {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5em;
}

.about-scroll-bar {
	width: 420px;
	height: 3px;
	margin-top: 60px;
	margin-left: auto;
	padding-right: 80px;
	position: relative;
	background-color: var(--Gray-75);
}

.about-scroll-bar .inner {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: var(--tcd-main-color);
}

.cb_free_space.num2 {
	padding-top: 40px;
	padding-bottom: 64px;
	background-color: var(--Gray-50);
}

.post_content .service-list {
	margin-left: 0;
	display: grid;
	grid-template-rows: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	column-gap: 80px;
}

.service-list li {
	max-width: 100%;
	margin-right: 0;
	padding-top: 16px;
	padding-bottom: 24px;
	list-style: none;
	background-color: #fff;
	box-shadow: -2px -2px 4px 0px rgba(238, 238, 238, 0.50), 2px 2px 6px 0px rgba(68, 68, 68, 0.16);
	border-radius: 8px;
}

.service-list li:nth-of-type(2) {
	margin-top: 64px;
}

.service-list li .list-head {
	margin-left: 16px;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.5em;
	margin-bottom: 0;
}

.service-list li .list-head span {
	margin-left: 4px;
	color: var(--tcd-main-color);
}

.service-list li .image-wrap {
	width: 100%;
	height: 280px;
	margin-top: 7px;
}

.service-list li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.service-list li .head {
	margin-top: 4px;
	margin-bottom: 0;
	padding: 0 16px;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5em;
}

.service-list li .text {
	margin-top: 8px;
	padding: 0 16px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5em;
}

.cb_free_space.num4 .post_content {
	display: flex;
	justify-content: space-between;
}

.cb_free_space.num4 .design_header {
	flex-shrink: 0;
}

.cb_free_space.num4 .design_header .title_area {
	width: 100%;
}

.cb_free_space .post_content .s_table {
	width: 100vw !important;
	margin-right: -80px;
	display: block;
}

.cb_free_space .post_content .s_table .company-table {
	width: 880px !important;
	margin-left: auto;
	border: none;
}

.company-table tr {
	padding-top: 24px;
	padding-bottom: 24px;
	display: flex;
	column-gap: 24px;
	border-bottom: 0.5px solid var(--Gray-75);
}

.company-table tr:first-of-type {
	padding-top: 40px;
}

.company-table th, .company-table td {
	padding: 0;
	background-color: transparent;
	border: none;
	font-weight: 500;
	font-size: 16px;
	text-align: left;
}

.company-table th {
	width: 56px;
	color: var(--Gray-100);
	font-weight: 700;
	font-size: 14px;
	flex-shrink: 0;
}

.access-wrap {
	width: 100vw;
	max-width: 1280px;
	height: 300px;
	margin-left: auto;
	margin-right: -80px;
	display: flex;
	align-items: center;
	column-gap: 80px;
}

.access-wrap .col-left {
	width: 30%;
	padding-left: 40px;
	margin-right: 0;
	flex: 0 0 auto;
}

.access-wrap .head {
	margin-bottom: 0;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5em;
}

.access-wrap .text {
	margin-top: 24px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5em;
}

.access-wrap .tel {
	margin-top: 24px;
}

.access-wrap .tel p:not([class]) {
	display: none;
}

.access-wrap .tel a {
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5em;
}

.access-wrap .tel a .text {
	margin-top: 0;
	margin-left: 12px;
	color: initial;
}

.access-wrap .col-right {
	width: 60%;
}

.access-wrap .col-right iframe {
	border-radius: 8px 0 0 8px;
}

.wpcf7 {
	padding: 64px 20px;
	background-color: #fff;
	border: none;
	border-radius: 8px;
}

.wpcf7 form {
	max-width: 640px;
	margin: 0 auto;
}

.wpcf7 form label {
	font-size: 16px;
	font-weight: 700;
}

.wpcf7 form label .required {
	margin-left: 8px;
	color: var(--Red);
}

.wpcf7 input, .wpcf7 textarea {
	padding: 8px 16px;
	background-color: var(--Gray-25);
	border: none;
	border-radius: 6px;
}

.wpcf7 .wpcf7-submit, .wpcf7 .wpcf7-previous, .wpcf7cp-cfm-edit-btn {
	border-radius: 100px;
	border: none;
}

.wpcf7 .wpcf7-submit {
	background-color: var(--tcd-main-color);
}

div#wpcf7cpcnf {
	max-width: 640px;
	top: 64px;
	left: 50%;
	transform: translateX(-50%);
}

div#wpcf7cpcnf table {
	margin-bottom: 0;
	display: block;
	border: none;
}

div#wpcf7cpcnf tr {
	display: block;
}

div#wpcf7cpcnf th, div#wpcf7cpcnf td {
	padding: 0;
	display: block;
	text-align: left;
	background-color: transparent;
	border: none;
}

div#wpcf7cpcnf th {
	font-weight: 700;
	font-size: 16px;
}

div#wpcf7cpcnf td {
	min-height: 57px;
	padding: 8px 16px;
	font-weight: 500;
	font-size: 14px;
	background-color: var(--Gray-25);
	border-radius: 6px;
}

.wpcf7cp-btns {
	margin-top: 64px;
	display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 64px;
}

.wpcf7cp-btns .wpcf7cp-cfm-edit-btn, .wpcf7cp-btns .wpcf7cp-cfm-submit-btn {
	margin: 0;
}

.wpcf7cp-cfm-edit-btn {
	width: 225px;
    height: 48px;
	background-color: var(--Gray-50);
	cursor: pointer;
}

@media screen and (max-width: 1100px) {
	.about-catch-wrap .about-catch {
		font-size: 32px;
	}
	.post_content .about-list {
		display: flex;
	}
	.post_content .service-list {
		column-gap: 24px;
	}
	.access-wrap {
		margin-left: 0;
	}
}

@media screen and (max-width: 800px) {
	#header_logo {
		width: 75%;
		max-width: 240px;
	}
	#header_logo img {
		width: 100%;
		height: auto;
	}
	#copyright {
		font-size: 10px;
	}
	#header_slider_content .content {
		padding-left: 20px;
		padding-right: 20px;
	}
	.cb_free_space .post_content {
		padding-left: 20px;
		padding-right: 20px;
	}
	.design_header .title_area {
		width: 100%;
	}
	.post_content .about-list-wrap {
		margin-left: -20px;
		margin-right: -20px;
	}
	.post_content .about-list {
		padding-left: 20px;
		padding-right: 20px;
	}
	.access-wrap .col-left {
		padding-left: 0;
	}
	.post_content .about-list {
		width: 100%;
		flex-direction: column;
	}
	.post_content .about-list li {
		width: 100%;
	}
	.post_content .service-list {
		display: flex;
		flex-direction: column;
	}
	.service-list li:nth-of-type(2) {
		margin-top: 0;
	}
	.service-list li .head {
		margin-top: 16px;
		font-size: 16px;
	}
	.cb_free_space.num4 .post_content {
		flex-direction: column;
	}
	.cb_free_space .post_content .s_table {
		width: 100% !important;
		margin: 0 auto;
		padding: 0;
		white-space: normal;
	}
	.cb_free_space .post_content .s_table .company-table {
		width: 100% !important;
	}
	.access-wrap {
		width: 100%;
		margin: 0 auto;
		height: auto;
	}
	.access-wrap .col-right {
		margin-top: 16px;
	}
}