@charset "UTF-8";
/* CSS Document */

@page {
	size: landscape;
	margin: 10mm;
}

/*------------------------------------------
改行スイッチ
------------------------------------------*/

.new_line {
	display: none;
}

#scroll_wrap {
	display: none;
}

/* ハンバーガーメニュー */
.ham_nav {
	display: none;
}
	
/* メニュー */
.menu {
	display: none;
}

/* スクロールCSS */
.fade-in {
    opacity: 1;
    transition: all 1s ease;
}

.fade-in-up {
    transform: translate(0, 0);
}

.fade-in-down {
    transform: translate(0, 0);
}

.fade-in-left {
    transform: translate(0, 0);
}

.fade-in-right {
    transform: translate(0, 0);
}

.scroll-in {
    opacity: 1;
    transform: translate(0, 0);
}

/* ガイドライン */
.guid {
	display: none;
}

.guid.scroll-ani {
	transform: scale(1);
}

/* マージン */
.mt100 {
	margin-top: 100px;
}

.mb100 {
	margin-bottom: 100px;
}

.mb200 {
	margin-bottom: 200px;
}

/* お問い合わせ */
.contact {
	display: none;
}

.contact:hover::before {
	transform-origin: left top;
	transform: scale(1, 1);
}

.contents_space {
	height: 200px;
	margin-top: 0;
	content: "";
	background-color: #EEEEEE;
	break-before: page;
}

.button {
 	position: relative;
 	display: block;
 	padding: 10px;
 	border-bottom: 1px solid #FFFFFF;
 	color: #fff;
 	text-decoration: none;
	z-index: 2;
}

.button:hover {
 	color: #fff;
}

.button::before {
	content: "";
 	position: absolute;
 	top: 0;
 	right: 0;
 	bottom: 0;
 	left: 0;
 	z-index: -1;
 	background: #242A8D;
 	transform-origin: right top;
 	transform: scale(0, 1);
 	transition: transform .5s;
}

.button:hover::before {
 	transform-origin: left top;
 	transform: scale(1, 1);
}

.more {
	display: none;
}
.more2 {
	display: none;
}

body {
	width: 100%;
	margin: 0;
	color: #333333;
	font-size: 10pt;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
	letter-spacing: 0.1rem;
	-webkit-print-color-adjust: exact;
}

p {
	line-height: 1.7;
}

strong {
	font-weight: 400;
}

a {
	color: inherit;
	text-decoration: none;
}

a:visited{
  color: inherit;
}

hr {
	display: none;
}

section {
	display: block;
	break-inside: avoid;
}

header {
	display: none;
}

#slider {
	width: 277mm;
	height: 190mm;
	background-position: 50% 50%;
	color: #FFFFFF;
	margin: 0;
}

#slider .vegas-slide {
	width: 277mm;
	height: 190mm;
}

#slider .contents {
	width: 90%;
	max-width: 1400px;
	margin: 0 auto;
	padding-left: 50px;
	position: relative;
	top: 30%;
	color: #FFFFFF;
	display: flex;
	flex-direction: column-reverse;
}

#slider .contents h2 {
	font-size: 1.2rem;
	font-weight: normal;
	margin-left: 1.5rem;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

#slider .contents dl {
	font-size: 1.5rem;
}

#slider .contents dt {
	margin-bottom: 30px;
	filter: drop-shadow(0 0 5px rgba(0,0,0,0.3));
}

#slider .contents dd {
	margin-left: 1rem;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

#slider .arrow-Bottom {
	content: "";
	border-bottom: solid 1px #FFFFFF;
	border-right: solid 1px #FFFFFF;
	width: 24px;
	height: 24px;
	transform: rotate(45deg) translateX(-50%);
	display: block;
	position: absolute;
	bottom: 30px;
	left: 50%;
}

#instagram {
	width: 100%;
	background-color: #EEEEEE;
	margin-top: 0;
	padding-top: 100px;
	padding-bottom: 100px;
}

#instagram .contents {
	width: 90%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

#instagram h2 {
	font-size: 2rem;
	font-weight: normal;
	text-align: center;
}

#profile {
	width: 100%;
	background-color: #FFFFFF;
	padding-top: 0;
	padding-bottom: 0;
	break-before: page;
}

#profile h2 {
	font-size: 2rem;
	font-weight: normal;
	text-align: center ;
	margin-bottom: 80px;
}

#profile .contents {
	width: 80%;
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

#profile .contents .career {
	width: 55%;
	display: flex;
}

#profile .contents .career h3 {
	font-size: 1.2rem;
	font-weight: normal;
	margin-bottom: 40px;
}

#profile .contents p {
	margin-bottom: 40px;
}

#profile .contents img {
	max-width: 45%;
	margin-top: 0;
	margin-bottom: 50px;
}

#profile .contents ul {
	list-style: none;
	padding-left: 0;
}

#profile .contents li {
	height: 2.5rem;
	margin-left: 0;
	padding-top: .5rem;
	padding-bottom: .5rem;
	padding-left: .5rem;
}

#profile .contents li::before {
    content: "";
    width: 8px;
    height: 8px;
    border-right: 1px solid #333333;
    border-top: 1px solid #333333;
    display: inline-block;
    transform: rotate(45deg) translateY(-50%);
	margin-right: 1em;
	position: relative;
}

#jumokui {
	background-color: #EEEEEE;
	border-bottom: none;
	z-index: 2;
	position: relative;
	box-shadow: none;
	break-before: page;
}

#jumokui .wrapper {
	padding-top: 50px;
	padding-bottom: 50px;
}

#jumokui .main {
	width: 100%;
	height: auto;
	display: flex;
	position: relative;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}

#jumokui .main .main_img {
	width: 60%;
 	height: 480px;
 	top: 0;
 	object-fit: cover;
}

#jumokui .main .content {
	width: 45%;
	min-height: 480px;
	padding: 3rem;
	margin-top: 100px;
	margin-left: -100px;
	z-index: 2;
	background: rgba(255,255,255,0.7);
	border-bottom: 2px solid #00053a;
}

#jumokui .main h2 {
	color: #00053a;
	font-size: 2rem;
	font-weight: 800;
	margin-bottom: 2.4rem;
	padding-left: 2.4rem;
	position: relative;
}

#jumokui .main h2::after{
	content: "TREE DOCTOR";
	font-size: 1rem;
	display: block;
	font-weight: normal;
	margin-top: 5px;
}

/*アイコン正方形*/
#jumokui .main h2 span::before,
#jumokui .main h2 span::after{
    position: absolute;
    content:'';
    width: .8rem;
    height: .8rem;
    background-color: #00053a;
    
}

#jumokui .main h2 span::before{
	top: .8rem;
    left: 0;
}

#jumokui .main h2 span::after{
	top: 1.6rem;
    left: .8rem;
}

#jumokui .main dt {
	font-size: 1.2rem;
	font-weight: 800;
}

#jumokui .main dd {
	margin-left: 0;
	margin-bottom: 1rem;
}

#jumokui .jisseki_area {
	width: 90%;
	max-width: 1200px;
	padding-top: 50px;
	padding-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	break-before: page;
}

#jumokui .print_pc {
	display: none;
}

#jumokui .print_sp {
	display: none;
}

#jumokui h3.jisseki {
	font-size: 1.5rem;
	font-weight: normal;
	text-align: center;	
}

#jumokui .guid {
	display: none;
}

#jumokui .wrap {
	max-height: 0;
	min-height: 500px;
	overflow-y: hidden;
}


#jumokui .square_contents {
	width: 100%;
	max-width: 800px;
	display: flex;
	flex-wrap: wrap;
	margin-left: 120px;
}
 
#jumokui .square_contents a {
	width: 240px;
 	margin: 10px;
 	display: block;
 	position: relative;
}
 
#jumokui .square_contents a::before {
 	content: "";
 	display: block;
 	padding-top: 100%;
}
 
#jumokui .square_contents img {
	width: 100%;
 	height: 100%;
 	position: absolute;
 	top: 0;
 	object-fit: cover;
}

#jumokui .square_contents .caption {
	color: #ffffff;
	font-size: 10pt;
	text-align: left;
	position: absolute;
	left: 10%;
	top: 50%;
	transform: translate(0,-50%);
}

#jumokui .square_contents .caption dd {
	margin-left: 1rem;
}

#jumokui .mask {
	width:100%;
	height:50%;
	position: absolute;	/* 絶対位置指定 */
	display: block;
	top: 50%;
	left: 0;
	opacity: 1;	/* マスクを表示する */
	background-color: rgba(0,0,0,0.4);	/* マスクは半透明 */
}

#oniwa {
	background-color: #FFFFFF;
	margin-top: 50px;
	padding-top: 0;
	padding-bottom: 0;
	border-bottom: none;
	position: relative;
	box-shadow: none;
	break-before: page;
}

#oniwa .main {
	height: auto;
	display: flex;
	justify-content: flex-start;
	position: relative;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}

#oniwa .main .main_img {
	width: 60%;
 	height: 480px;
 	top: 0;
 	object-fit: cover;
}

#oniwa .main .content {
	width: 45%;
	min-height: 480px;
	background: rgba(255,255,255,0.7);
	padding: 3rem;
	margin-top: 100px;
	margin-left: -100px;
	z-index: 2;
	border-bottom: 2px solid #00053a;
}

#oniwa .main h2 {
	color: #00053a;
	font-size: 2rem;
	font-weight: 800;
	margin-bottom: 2.4rem;
	padding-left: 2.4rem;
	position: relative;
}

#oniwa .main h2::after{
	content: "GARDENER";
	font-size: 1rem;
	display: block;
	font-weight: normal;
	margin-top: 5px;
}

/*アイコン正方形*/
#oniwa .main h2 span::before,
#oniwa .main h2 span::after{
    position: absolute;
    content:'';
    width: .8rem;
    height: .8rem;
    background-color: #00053a;
    
}

#oniwa .main h2 span::before{
	top: .8rem;
    left: 0;
}

#oniwa .main h2 span::after{
	top: 1.6rem;
    left: .8rem;
}

#oniwa .main dt {
	font-size: 1.2rem;
	font-weight: 800;
}

#oniwa .main dd {
	margin-left: 0;
	margin-bottom: 1rem;
}

#oniwa .jirei {
	font-size: 1.5rem;
	font-weight: normal;
	text-align: center;
	margin-top: 100px;
	break-before: page;
}

#oniwa .wrap {
	width: 90%;
	max-width: 1000px;
	max-height: 0;
	min-height: 372px;
	overflow-y: hidden;
	transition: all .5s ease;
	margin-left: auto;
	margin-right: auto;
}

#contact {
	display: none;
}

footer {
	color: #FFFFFF;
	background-color: #00053a;
}

footer a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}

footer ul {
	border-top: 1px solid #FFFFFF;
	padding-left: 0;
	z-index: 2;
}

footer .contents {
	width: 90%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 60px;
	display: flex;
	justify-content:space-between;
	/*border-left: 1px solid #FFFFFF;*/
}

footer .contents a {
	margin-right: 10px;
	display: inline-block;
}

footer .contents p {
	margin-top: 30px;
	margin-bottom: 30px;
}

footer .contents address {
	width: 50%;
	height: auto;
	min-height: 300px;
	font-style: normal;
}

footer .contents nav {
	width: 40%;
}

footer .center_line {
	width: 100%;
	height: 30px;
	content: "";
	margin-top: 100px;
	border-right: 1px solid #FFFFFF;
}

footer .line {
	width: 100%;
	content: "";
	border-top: 1px solid #FFFFFF;
	margin-top: -10px;
	transform: scale(1, 1);
	transition: all 1s ease;
}

footer .line.scroll-ani {
	transform: scale(1);
}

footer small {
	width: 90%;
	max-width: 1200px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 80px;
	/*border-left: 1px solid #FFFFFF;*/
}
