/*
Theme Name: harrison Child
Template: harrison
Version: 1.1
*/

@font-face {
 font-family: 'Noto Sans JP';
 src: url( "./font/NotoSansJP-VariableFont_wght") format('woff'); 
 font-weight: normal;
 font-style: normal;
}

/* ===========================================
 * 全体
 * ======================================== */
html {
	scroll-behavior: smooth;
}
body {
 font-family: 'Noto Sans JP', sans-serif;
}

/* ===========================================
 * Header
 * ======================================== */
.site-logo {
    width: 300px;
}
.site-header {
    border: none;
}
.header-intro-text {
	padding-left: 5rem;
	padding-right: 5rem;
}

.header-intro-text div {
    font-weight: 900;
    font-size: 7rem;
    margin: 0;
	line-height:-7rem;
}
.header-intro-text div > p {
	margin: 0;
	line-height: 6.5rem;
}
.header-intro-text > p {
	font-size: 1.5rem;
    margin: 10px 0 60px 8px;
}

@keyframes showTextFromBottom{
	0%{
		transform: translateY( 100% );

	}
	100%{
		transform: translateY( 0px );
	}
}
.textanimation span{
	animation: showText 3s backwards;
	display: inline-block;
}
.textanimation > span{
	overflow: hidden;
}
.textanimation > span > span{
	animation: showTextFromBottom 0.5s backwards;
}

/* ナビゲーションメニュー */
.main-navigation ul li {
	transition: 0.6s;
}
.main-navigation ul li a {
	font-weight: normal;
}

/* ===========================================
 * Main
 * ======================================== */
.site-main {
	max-width: 1200px;
}

/* ===========================================
 * TopPage
 * ======================================== */
/*MONDについて*/
.top-about {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.top-about > div {
	width: 50%;
}
.top-about h2,.top-service h2 {
	font-size: 96px;
	height: auto;
	letter-spacing: 0.02em;
	line-height: 1;
	text-align: left;
	width: auto;
	max-width: 100%;
	margin-bottom: 50px;
	justify-content: flex-start;
}
.top-about h3,.top-service h3 {
	font-size: 33px;
	font-weight: normal;
	height: auto;
	letter-spacing: 0.05em;
	line-height: 1.5;
	text-align: left;
	width: auto;
	max-width: 100%;
	justify-content: flex-start;
}
.top-about p {
	font-size: 16px;
}
.top-about img {
    width: 40%;
    height: 65vh;
    object-fit: cover;
}
/*サービス*/
.top-service{
	margin-top: 100px;
	margin-left: calc(-50vw + 50%);
	margin-right: calc(-50vw + 50%);
	background: #f8f8f8;
	padding: 60px 100px;
}
.top-service-inside {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.top-service h2 {
	width: 50%;
	margin: 30px 0px 0px;
}
.top-service-inside > div {
	width: 40%;
}
.top-service-navi {
	border-top: solid 1px #aaa;
	margin-top: 60px;
}
.top-service-navi > a {
	position: relative;
	display: block;
	font-weight: bold;
	font-size: 50px;
	color: #333;
	text-decoration: none;
	border-bottom: solid 1px #aaa;
	padding: 15px;
}
.top-service-navi > a > div {
	display: flex;
	align-items: center;
}
.top-service-navi p {
	margin: 0;
}
.top-service-navi p:nth-child(1) {
	margin-right: 60px;
}
.top-service-navi p:nth-child(2) {
	margin-right: 50px;
	width:300px;
}
.top-service-navi p:nth-child(3) {
	color:#73798C;
	font-size: 18px;
}
.top-service-navi .arrow {
	position: absolute;
	right: 10px;
	width: 50px;
	height: 50px;
	border: solid 1px #e5e7ec;
	border-radius: 50px;
	margin: 10px auto;
	transition: 0.4s;
}
.top-service-navi .arrow:before {
	content:'';
	display: inline-block;
	width: 15px;
	height: 15px;
	border-bottom: 4px solid #e36355;
	border-right: 4px solid #e36355;
	transform: rotate(-45deg);
	position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: -3px;
    margin: auto;
}

/*お知らせ*/
.top-news {
	margin-bottom: 100px;
}
.top-news h2 {
	font-size: 45px;
}
.top-news h2 span {
	display: block;
	font-size: 16px;
}
.top-news ul {
	list-style: none;
	padding: 0;
}
.top-news ul li:first-child {
	border-top: solid 1px #333;	
}
.top-news ul li {
	padding: 30px 0;
	border-bottom: solid 1px #333;
}
.top-news ul li span {
	margin-right: 10px;
}
.top-news ul li a {
	text-decoration: none;
}

/* ===========================================
 * Page
 * ======================================== */
/*全体*/
.page-hero {
	margin-bottom: 60px;
	margin-left: calc(-50vw + 50%);
	margin-right: calc(-50vw + 50%);
}
.page-hero img {
	width: 100%;
	height: 420px;
	object-fit: cover;
}
.page-title {
    font-size: 5rem;
	line-height: 2rem;
}
.page-header p {
	font-weight:normal;
	font-size: 1.7rem;
}
.animate-title {
    color: #333;
    opacity: 0;
    font-weight: bold;
}
.animate-title.inview {
    opacity: 1;
}
.animate-title.inview .char {
    display: inline-block;
    animation-name: kf-animate-chars;
    animation-duration: 0.5s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: both;
}
.animate-title.inview .char:nth-child(1) {
    animation-delay: 0.1s;
}
.animate-title.inview .char:nth-child(2) {
    animation-delay: 0.2s;
}
.animate-title.inview .char:nth-child(3) {
    animation-delay: 0.3s;
}
.animate-title.inview .char:nth-child(4) {
    animation-delay: 0.4s;
}
.animate-title.inview .char:nth-child(5) {
    animation-delay: 0.5s;
}
.animate-title.inview .char:nth-child(6) {
    animation-delay: 0.6s;
}
.animate-title.inview .char:nth-child(7) {
    animation-delay: 0.7s;
}
.animate-title.inview .char:nth-child(8) {
    animation-delay: 0.8s;
}
.animate-title.inview .char:nth-child(9) {
    animation-delay: 0.9s;
}
.animate-title.inview .char:nth-child(10) {
    animation-delay: 1s;
}
.animate-title.inview .char:nth-child(11) {
    animation-delay: 1.1s;
}
.animate-title.inview .char:nth-child(12) {
    animation-delay: 1.2s;
}
.animate-title.inview .char:nth-child(13) {
    animation-delay: 1.3s;
}
.animate-title.inview .char:nth-child(14) {
    animation-delay: 1.4s;
}
.animate-title.inview .char:nth-child(15) {
    animation-delay: 1.5s;
}
.animate-title.inview .char:nth-child(16) {
    animation-delay: 1.6s;
}
.animate-title.inview .char:nth-child(17) {
    animation-delay: 1.7s;
}
.animate-title.inview .char:nth-child(18) {
    animation-delay: 1.8s;
}
.animate-title.inview .char:nth-child(19) {
    animation-delay: 1.9s;
}
.animate-title.inview .char:nth-child(20) {
    animation-delay: 2s;
}
.animate-title.inview .char:nth-child(21) {
    animation-delay: 2.1s;
}
@keyframes kf-animate-chars {
    0% {
        opacity: 0;
        transform: translateY(-50%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/*サービス*/
.page-id-33 .page-hero img {
	object-position: bottom;
}
.service-navi {
	display: flex;
	margin: 60px 0;
}
.service-navi  a {
	display: block;
	width: 20%;
	color: #333;
	text-decoration: none;
	text-align: center;
	cursor:pointer;
}
.service-navi  a + a {
		border-left: solid 1px #e5e7ec;
}
.service-navi a p {
	margin: 0;
}
.service-navi a p:nth-child(1) {
	font-weight: bold;
}
.service-navi a p:nth-child(2) {
	font-weight: bold;
	font-size: 22px;
}
.service-navi a p:nth-child(3) {
	color:#73798C;
	font-size: 13px;
}
.arrow {
	width: 40px;
	height: 40px;
	border: solid 1px #e5e7ec;
	border-radius: 50px;
	margin: 10px auto;
	transition: 0.4s;
}
.arrow:before {
	content:'';
	display: inline-block;
	width: 13px;
	height: 13px;
	margin: 0 10px;
	border-bottom: 4px solid #e36355;
	border-right: 4px solid #e36355;
	transform: rotate(45deg);
}
.service-navi  a:hover .arrow {
	background: #e36355;
}
.service-navi  a:hover .arrow:before {
	border-bottom: 4px solid #fff;
	border-right: 4px solid #fff;
}
.service-ttl h2 {
	margin: 0;
	padding-top: 100px;
}
.service-ttl p {
	margin: 0;
}
.service-card {
	padding: 0rem 7rem 0;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}
.service-card:nth-child(even) {
	background: #353535;
	color: #fff;
}
.service-card:nth-child(even) hr {
	    background: #292929;
}
.service-card > div {
	padding: 0px 0px 100px;
}
.text-media > div {
	padding-left: 0!important;
}
.text-media p {
	margin: 0!important;
}
.text-media img {
	object-fit: cover;
	width: 100%;
	height: 300px;
}

/*会社概要*/
.page-h3-ttl {
	font-size: 45px;
}
.page-h3-ttl span {
	display: block;
	font-size: 20px;
}
.outline dl:first-child {
	border-top: solid 1px #333;
}
.outline dl {
	display: flex;
	align-items: baseline;
	border-bottom: solid 1px #333;
	margin: 0;
	padding: 30px 0;
}
.outline dl dt {
	width: 180px;
}
.outline dl dd {
	margin: 0;
}
.outline dl ul {
	margin: 0;
}
.greeting-column-pc {
		display:block;
	}
	.greeting-column-sp {
		display: none;
	}

/*お問い合わせ*/
.contact-form {
	background: #f3f3f3;
	padding: 60px 80px;
}
.contact-form p {
	margin: 0;
}
.contact-form dt {
	margin-bottom: 10px;
}
.contact-form input ,.contact-form textarea {
	width: 100%;
	background: #fff;
	border: none;
}
.contact-form input[type="submit"] {
	display: block;
	width: 300px;
	background:#e36355;
	transition: 0.6s;
	margin: auto;
}
.contact-form input[type="submit"]:hover {
	opacity: 0.5;
}
.required,.optional {
	border-radius: 6px;
	background: #e36355;
	color: #fff;
	font-size: 12px;
	margin-right: 6px;
	padding: 3px 8px;
	vertical-align: middle;
}
.optional {
	background: #999;
	color: #fff;
}

/*リクルート*/
.entry-form h3 {
	margin-top: 50px;
	padding-bottom: 10px;
	font-size: 30px;
	border-bottom: solid 1px #ddd;
}

/* レスポンシブ
====================================================*/
@media screen and (max-width: 800px) {
	.header-intro-text {
		padding-left: 15px;
		padding-right: 15px;
	}

	.header-intro-text div {
		font-size: 14vw;
		margin-top: 40px;
	}
	.header-intro-text > p {
		font-size: 1rem;
		margin: 10px 0 38px 8px;
	}
	.header-intro-text div > p {
		line-height: 3.6rem;
	}
	.primary-menu-toggle {
		padding: 0;
	}
	.site-logo {
		width: 250px;
	}
	.site-header, .site-container {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	span.menu-toggle-text {
		font-size: 0;
	}
	.header-image img {
		object-fit: cover;
		height: 300px;
	}
	
	/*トップaboutomond*/
	.top-about {
		display: block;
	}
	.top-about h2, .top-service h2 {
		font-size: 3.5rem;
		margin-bottom: 20px;
	}
	.top-about h2 br {
		display: none;
	}
	.top-about > div {
		width: 100%;
	}
	.top-about h3, .top-service h3 {
		font-size: 22px;
		margin-top: 0;
	}
	.top-about a,.top-service > a {
		display: block;
		margin-bottom: 40px;
	}
	.top-about img {
		width: 100%;
		height: 230px;
	}
	
	/*TOP　サービス*/
	.top-service {
		margin-top: 80px;
		padding: 50px 15px;
	}
	.top-service-inside {
		display: block;
	}
	.top-service-inside > div {
		width: 100%;
	}
	.top-service-navi > a > div {
		flex-wrap: wrap;
	}
	.top-service-navi p:nth-child(1) {
		flex: 0;
		margin-right: 20px;
	}
	.top-service-navi p:nth-child(2) {
		flex: 1;
	}
	.top-service-navi p:nth-child(3) {
		flex: 100%;
		margin-left: 60px;
	}
	.top-service-navi > a {
		font-size: 25px;
	}
	
	/*固定ページ*/
	.br-none br {
		display: none;
	}
	.entry-header {
		margin-top: 40px;
	}
	.page-header p {
		margin-top: 10px;
	}
	.page-title {
		font-size: 3.3rem;
	}
	.site-content {
		padding: 15px;
	}
	/**/
	.philosophy-ttl {
		font-size: 1.9rem;
		margin-top: 0;
	}
	.greeting-column div {
		display: flex;
		
	}
	.greeting-column-pc {
		display:none!important;
	}
	.greeting-column-sp {
		display: block;
	}
	.outline dl {
		display: block;
		padding: 13px 0;
	}
	.none {
		display: none;
	}
	
	/**/
	.page-id-33 .page-hero {
		margin-bottom: 0px;
	}
	.service-navi {
		display: block;
		margin: 0 0 60px;
	}
	.service-navi > a {
		width: 100%;
		position: relative;
		display: block;
		font-weight: bold;
		font-size: 25px;
		color: #333;
		text-decoration: none;
		border-bottom: solid 1px #aaa;
		padding: 15px;
		text-align: left;
	}
	.service-navi a > div {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}
	
	.service-navi a + a {
		border-left: 0;
	}
	.service-navi a {
		    border-bottom: solid 1px #e5e7ec;
	}
	.service-navi p:nth-child(1) {
		flex: 0;
		margin-right: 20px;
	}
	.service-navi p:nth-child(2) {
		flex: 1;
	}
	.service-navi p:nth-child(3) {
		flex: 100%;
		margin-left: 60px;
	}
	.service-navi .arrow {
		position: absolute;
		right: 10px;
		width: 50px;
		height: 50px;
		border: solid 1px #e5e7ec;
		border-radius: 50px;
		margin: 10px auto;
		transition: 0.4s;
	}
	.service-navi .arrow:before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    border-bottom: 4px solid #e36355;
    border-right: 4px solid #e36355;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}
	.service-card {
		padding: 0 15px 0;
	}
	.service-ttl h2 {
		padding-top: 60px;
	}
	.text-media img {
		height: 180px;
		margin-bottom: 30px;
	}
	/**/
	.contact-form {
		padding: 40px 15px;
	}
}
@media screen and (max-width: 330px) {
	.page-title {
		font-size: 3rem;
	}
	.philosophy-ttl {
		font-size: 1.6rem;
	}
}